electric moped icon
electric-moped-sharp from Material Symbols Light by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- electric-moped-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
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 electric moped icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.039 22.654l-5.116-2.577h3.385v-1.73l5.115 2.576h-3.384zm-7.616-6.768q-.73-.729-.73-1.77h-2v-6h7v5h4.23l3.77-4.658v-3.15h-3v-1h4v4.465l-4.232 5.343H9.692q0 1.038-.728 1.769q-.729.73-1.77.73t-1.771-.729m2.828-.712q.441-.441.441-1.059h-3q0 .618.442 1.059q.441.442 1.058.442t1.059-.442M5.692 6.308v-1h4v1zm11.347 9.579q-.731-.729-.731-1.77t.728-1.77t1.77-.731t1.771.728t.73 1.769t-.728 1.772t-1.769.73t-1.771-.728m2.827-.713q.442-.441.442-1.059t-.442-1.058t-1.058-.442t-1.059.442t-.441 1.058t.441 1.059t1.059.442t1.058-.442"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightElectricMopedSharp(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="m13.039 22.654l-5.116-2.577h3.385v-1.73l5.115 2.576h-3.384zm-7.616-6.768q-.73-.729-.73-1.77h-2v-6h7v5h4.23l3.77-4.658v-3.15h-3v-1h4v4.465l-4.232 5.343H9.692q0 1.038-.728 1.769q-.729.73-1.77.73t-1.771-.729m2.828-.712q.441-.441.441-1.059h-3q0 .618.442 1.059q.441.442 1.058.442t1.059-.442M5.692 6.308v-1h4v1zm11.347 9.579q-.731-.729-.731-1.77t.728-1.77t1.77-.731t1.771.728t.73 1.769t-.728 1.772t-1.769.73t-1.771-.728m2.827-.713q.442-.441.442-1.059t-.442-1.058t-1.058-.442t-1.059.442t-.441 1.058t.441 1.059t1.059.442t1.058-.442"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.039 22.654l-5.116-2.577h3.385v-1.73l5.115 2.576h-3.384zm-7.616-6.768q-.73-.729-.73-1.77h-2v-6h7v5h4.23l3.77-4.658v-3.15h-3v-1h4v4.465l-4.232 5.343H9.692q0 1.038-.728 1.769q-.729.73-1.77.73t-1.771-.729m2.828-.712q.441-.441.441-1.059h-3q0 .618.442 1.059q.441.442 1.058.442t1.059-.442M5.692 6.308v-1h4v1zm11.347 9.579q-.731-.729-.731-1.77t.728-1.77t1.77-.731t1.771.728t.73 1.769t-.728 1.772t-1.769.73t-1.771-.728m2.827-.713q.442-.441.442-1.059t-.442-1.058t-1.058-.442t-1.059.442t-.441 1.058t.441 1.059t1.059.442t1.058-.442"/></svg> </template>
CSS
.icon-electric-moped-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%22m13.039%2022.654l-5.116-2.577h3.385v-1.73l5.115%202.576h-3.384zm-7.616-6.768q-.73-.729-.73-1.77h-2v-6h7v5h4.23l3.77-4.658v-3.15h-3v-1h4v4.465l-4.232%205.343H9.692q0%201.038-.728%201.769q-.729.73-1.77.73t-1.771-.729m2.828-.712q.441-.441.441-1.059h-3q0%20.618.442%201.059q.441.442%201.058.442t1.059-.442M5.692%206.308v-1h4v1zm11.347%209.579q-.731-.729-.731-1.77t.728-1.77t1.77-.731t1.771.728t.73%201.769t-.728%201.772t-1.769.73t-1.771-.728m2.827-.713q.442-.441.442-1.059t-.442-1.058t-1.058-.442t-1.059.442t-.441%201.058t.441%201.059t1.059.442t1.058-.442%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%22m13.039%2022.654l-5.116-2.577h3.385v-1.73l5.115%202.576h-3.384zm-7.616-6.768q-.73-.729-.73-1.77h-2v-6h7v5h4.23l3.77-4.658v-3.15h-3v-1h4v4.465l-4.232%205.343H9.692q0%201.038-.728%201.769q-.729.73-1.77.73t-1.771-.729m2.828-.712q.441-.441.441-1.059h-3q0%20.618.442%201.059q.441.442%201.058.442t1.059-.442M5.692%206.308v-1h4v1zm11.347%209.579q-.731-.729-.731-1.77t.728-1.77t1.77-.731t1.771.728t.73%201.769t-.728%201.772t-1.769.73t-1.771-.728m2.827-.713q.442-.441.442-1.059t-.442-1.058t-1.058-.442t-1.059.442t-.441%201.058t.441%201.059t1.059.442t1.058-.442%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/electric-moped-sharp.svg?color=%231a73e8&size=48