moped icon
moped-outline-sharp from Material Symbols by Google · Outline Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- moped-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the moped icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.875 18.125Q4 17.25 4 16H2V9h8v5h3.5L17 9.65V7h-3V5h5v5.35L14.5 16H10q0 1.25-.875 2.125T7 19t-2.125-.875m2.838-1.412Q8 16.425 8 16H6q0 .425.288.713T7 17t.713-.288M5 8V6h5v2zm11.875 10.125Q16 17.25 16 16t.875-2.125T19 13t2.125.875T22 16t-.875 2.125T19 19t-2.125-.875m2.838-1.412Q20 16.425 20 16t-.288-.712T19 15t-.712.288T18 16t.288.713T19 17t.713-.288M4 14h4v-3H4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMopedOutlineSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.875 18.125Q4 17.25 4 16H2V9h8v5h3.5L17 9.65V7h-3V5h5v5.35L14.5 16H10q0 1.25-.875 2.125T7 19t-2.125-.875m2.838-1.412Q8 16.425 8 16H6q0 .425.288.713T7 17t.713-.288M5 8V6h5v2zm11.875 10.125Q16 17.25 16 16t.875-2.125T19 13t2.125.875T22 16t-.875 2.125T19 19t-2.125-.875m2.838-1.412Q20 16.425 20 16t-.288-.712T19 15t-.712.288T18 16t.288.713T19 17t.713-.288M4 14h4v-3H4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.875 18.125Q4 17.25 4 16H2V9h8v5h3.5L17 9.65V7h-3V5h5v5.35L14.5 16H10q0 1.25-.875 2.125T7 19t-2.125-.875m2.838-1.412Q8 16.425 8 16H6q0 .425.288.713T7 17t.713-.288M5 8V6h5v2zm11.875 10.125Q16 17.25 16 16t.875-2.125T19 13t2.125.875T22 16t-.875 2.125T19 19t-2.125-.875m2.838-1.412Q20 16.425 20 16t-.288-.712T19 15t-.712.288T18 16t.288.713T19 17t.713-.288M4 14h4v-3H4z"/></svg> </template>
CSS
.icon-moped-outline-sharp {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.875%2018.125Q4%2017.25%204%2016H2V9h8v5h3.5L17%209.65V7h-3V5h5v5.35L14.5%2016H10q0%201.25-.875%202.125T7%2019t-2.125-.875m2.838-1.412Q8%2016.425%208%2016H6q0%20.425.288.713T7%2017t.713-.288M5%208V6h5v2zm11.875%2010.125Q16%2017.25%2016%2016t.875-2.125T19%2013t2.125.875T22%2016t-.875%202.125T19%2019t-2.125-.875m2.838-1.412Q20%2016.425%2020%2016t-.288-.712T19%2015t-.712.288T18%2016t.288.713T19%2017t.713-.288M4%2014h4v-3H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.875%2018.125Q4%2017.25%204%2016H2V9h8v5h3.5L17%209.65V7h-3V5h5v5.35L14.5%2016H10q0%201.25-.875%202.125T7%2019t-2.125-.875m2.838-1.412Q8%2016.425%208%2016H6q0%20.425.288.713T7%2017t.713-.288M5%208V6h5v2zm11.875%2010.125Q16%2017.25%2016%2016t.875-2.125T19%2013t2.125.875T22%2016t-.875%202.125T19%2019t-2.125-.875m2.838-1.412Q20%2016.425%2020%2016t-.288-.712T19%2015t-.712.288T18%2016t.288.713T19%2017t.713-.288M4%2014h4v-3H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/moped-outline-sharp.svg?color=%231a73e8&size=48