Moped Package icon

Moped Package is a Google Material Symbol from the Transit category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

moped_package_outlined_fill0_wght400.svg

Moped Package icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=moped_package" />

<span class="material-symbols-outlined">moped_package</span>

Moped Package icon in React

// With the font from the HTML tab:
export function MopedPackageIcon() {
  return (
    <span className="material-symbols-outlined">
      moped_package
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import MopedPackageIcon from "@material-symbols/svg-400/outlined/moped_package.svg?react";

Moped Package icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">moped_package</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import MopedPackageIcon from "@material-symbols/svg-400/outlined/moped_package.svg?component"; -->

Moped Package icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">moped_package</mat-icon>

Moped Package icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.moped_package, fill: 0, weight: 400)

Moped Package icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/moped_package.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M3 7.675v-4.7h6.75v4.7H3Zm1.5-1.5h3.75v-1.7H4.5v1.7Zm.3 11.963Q3.95 17.275 3.95 16.075H2v-3q0-1.625 1.125-2.762T5.875 9.175h3.875v5.4h4.025l3.675-4.625v-3.45H14.375v-1.5h3.075q.619 0 1.06 .441Q18.95 5.881 18.95 6.5v3.975L14.5 16.075H9.75q0 1.2-.844 2.063-.844 .862-2.05 .862Q5.65 19 4.8 18.138ZM7.838 17.075q.412-.425 .412-1H5.45q0 .575 .413 1t.987 .425q.575 0 .988-.425ZM17.05 18.156q-.85-.844-.85-2.05Q16.2 14.9 17.044 14.05q.844-.85 2.05-.85Q20.3 13.2 21.15 14.044q.85 .844 .85 2.05Q22 17.3 21.156 18.15q-.844 .85-2.05 .85Q17.9 19 17.05 18.156Zm3.038-1.068Q20.5 16.675 20.5 16.1t-.412-.987Q19.675 14.7 19.1 14.7t-.987 .413Q17.7 15.525 17.7 16.1t.413 .988Q18.525 17.5 19.1 17.5t.988-.412ZM3.5 14.575h4.75v-3.9h-2.375q-1 0-1.687 .705T3.5 13.075v1.5Zm4.75-8.4v-1.7 1.7Zm0 8.4Z" />
</vector>

Moped Package icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/moped_package.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/moped_package.svg" width="24" height="24" alt="Moped Package">

Moped Package icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameMoped Package
Ligaturemoped_package
Code pointU+F28B
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/moped_package.svg, moped_package-fill.svg
FlutterSymbols.moped_package
LicenseApache License 2.0 (© Google LLC)

Keywords

transittravelboxmapstransportationvehiclecarautomobileordertransportcarsfastdelivery

Related icons