electric moped icon

electric-moped-outline-rounded from Material Symbols by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
electric-moped-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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

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 21v1.2q0 .275-.238.425t-.487.025L7.95 20.475q-.175-.1-.138-.288T8.05 20H11v-1.2q0-.275.238-.425t.487-.025l4.325 2.175q.175.1.138.288T15.95 21zm-8.125-4.875Q4 15.25 4 14H3q-.425 0-.712-.288T2 13v-2q0-1.65 1.175-2.825T6 7h2q.825 0 1.413.588T10 9v3h3.5L17 7.65V5h-2q-.425 0-.712-.288T14 4t.288-.712T15 3h2q.825 0 1.413.588T19 5v2.65q0 .35-.112.663t-.313.587L15.1 13.25q-.275.35-.7.55t-.875.2H10q0 1.25-.875 2.125T7 17t-2.125-.875m2.838-1.412Q8 14.425 8 14H6q0 .425.288.713T7 15t.713-.288M9 6H6q-.425 0-.712-.288T5 5t.288-.712T6 4h3q.425 0 .713.288T10 5t-.288.713T9 6m7.875 10.125Q16 15.25 16 14t.875-2.125T19 11t2.125.875T22 14t-.875 2.125T19 17t-2.125-.875m2.838-1.412Q20 14.425 20 14t-.288-.712T19 13t-.712.288T18 14t.288.713T19 15t.713-.288M4 12h4V9H6q-.825 0-1.412.588T4 11z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsElectricMopedOutlineRounded(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 21v1.2q0 .275-.238.425t-.487.025L7.95 20.475q-.175-.1-.138-.288T8.05 20H11v-1.2q0-.275.238-.425t.487-.025l4.325 2.175q.175.1.138.288T15.95 21zm-8.125-4.875Q4 15.25 4 14H3q-.425 0-.712-.288T2 13v-2q0-1.65 1.175-2.825T6 7h2q.825 0 1.413.588T10 9v3h3.5L17 7.65V5h-2q-.425 0-.712-.288T14 4t.288-.712T15 3h2q.825 0 1.413.588T19 5v2.65q0 .35-.112.663t-.313.587L15.1 13.25q-.275.35-.7.55t-.875.2H10q0 1.25-.875 2.125T7 17t-2.125-.875m2.838-1.412Q8 14.425 8 14H6q0 .425.288.713T7 15t.713-.288M9 6H6q-.425 0-.712-.288T5 5t.288-.712T6 4h3q.425 0 .713.288T10 5t-.288.713T9 6m7.875 10.125Q16 15.25 16 14t.875-2.125T19 11t2.125.875T22 14t-.875 2.125T19 17t-2.125-.875m2.838-1.412Q20 14.425 20 14t-.288-.712T19 13t-.712.288T18 14t.288.713T19 15t.713-.288M4 12h4V9H6q-.825 0-1.412.588T4 11z"/></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 21v1.2q0 .275-.238.425t-.487.025L7.95 20.475q-.175-.1-.138-.288T8.05 20H11v-1.2q0-.275.238-.425t.487-.025l4.325 2.175q.175.1.138.288T15.95 21zm-8.125-4.875Q4 15.25 4 14H3q-.425 0-.712-.288T2 13v-2q0-1.65 1.175-2.825T6 7h2q.825 0 1.413.588T10 9v3h3.5L17 7.65V5h-2q-.425 0-.712-.288T14 4t.288-.712T15 3h2q.825 0 1.413.588T19 5v2.65q0 .35-.112.663t-.313.587L15.1 13.25q-.275.35-.7.55t-.875.2H10q0 1.25-.875 2.125T7 17t-2.125-.875m2.838-1.412Q8 14.425 8 14H6q0 .425.288.713T7 15t.713-.288M9 6H6q-.425 0-.712-.288T5 5t.288-.712T6 4h3q.425 0 .713.288T10 5t-.288.713T9 6m7.875 10.125Q16 15.25 16 14t.875-2.125T19 11t2.125.875T22 14t-.875 2.125T19 17t-2.125-.875m2.838-1.412Q20 14.425 20 14t-.288-.712T19 13t-.712.288T18 14t.288.713T19 15t.713-.288M4 12h4V9H6q-.825 0-1.412.588T4 11z"/></svg>
</template>

CSS

.icon-electric-moped-outline-rounded {
  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%2021v1.2q0%20.275-.238.425t-.487.025L7.95%2020.475q-.175-.1-.138-.288T8.05%2020H11v-1.2q0-.275.238-.425t.487-.025l4.325%202.175q.175.1.138.288T15.95%2021zm-8.125-4.875Q4%2015.25%204%2014H3q-.425%200-.712-.288T2%2013v-2q0-1.65%201.175-2.825T6%207h2q.825%200%201.413.588T10%209v3h3.5L17%207.65V5h-2q-.425%200-.712-.288T14%204t.288-.712T15%203h2q.825%200%201.413.588T19%205v2.65q0%20.35-.112.663t-.313.587L15.1%2013.25q-.275.35-.7.55t-.875.2H10q0%201.25-.875%202.125T7%2017t-2.125-.875m2.838-1.412Q8%2014.425%208%2014H6q0%20.425.288.713T7%2015t.713-.288M9%206H6q-.425%200-.712-.288T5%205t.288-.712T6%204h3q.425%200%20.713.288T10%205t-.288.713T9%206m7.875%2010.125Q16%2015.25%2016%2014t.875-2.125T19%2011t2.125.875T22%2014t-.875%202.125T19%2017t-2.125-.875m2.838-1.412Q20%2014.425%2020%2014t-.288-.712T19%2013t-.712.288T18%2014t.288.713T19%2015t.713-.288M4%2012h4V9H6q-.825%200-1.412.588T4%2011z%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%2021v1.2q0%20.275-.238.425t-.487.025L7.95%2020.475q-.175-.1-.138-.288T8.05%2020H11v-1.2q0-.275.238-.425t.487-.025l4.325%202.175q.175.1.138.288T15.95%2021zm-8.125-4.875Q4%2015.25%204%2014H3q-.425%200-.712-.288T2%2013v-2q0-1.65%201.175-2.825T6%207h2q.825%200%201.413.588T10%209v3h3.5L17%207.65V5h-2q-.425%200-.712-.288T14%204t.288-.712T15%203h2q.825%200%201.413.588T19%205v2.65q0%20.35-.112.663t-.313.587L15.1%2013.25q-.275.35-.7.55t-.875.2H10q0%201.25-.875%202.125T7%2017t-2.125-.875m2.838-1.412Q8%2014.425%208%2014H6q0%20.425.288.713T7%2015t.713-.288M9%206H6q-.425%200-.712-.288T5%205t.288-.712T6%204h3q.425%200%20.713.288T10%205t-.288.713T9%206m7.875%2010.125Q16%2015.25%2016%2014t.875-2.125T19%2011t2.125.875T22%2014t-.875%202.125T19%2017t-2.125-.875m2.838-1.412Q20%2014.425%2020%2014t-.288-.712T19%2013t-.712.288T18%2014t.288.713T19%2015t.713-.288M4%2012h4V9H6q-.825%200-1.412.588T4%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/electric-moped-outline-rounded.svg?color=%231a73e8&size=48