electric scooter icon

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

Name
electric-scooter-outline
Set
Material Symbols
Style
Outline
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 scooter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 18q-1.25 0-2.125-.875T2 15t.875-2.125T5 12q.975 0 1.738.563T7.8 14h5.3q.275-1.7 1.413-2.975T17.3 9.25L15.9 3H12V1h3.9q.675 0 1.238.438t.712 1.112l1.9 8.45H19q-1.65 0-2.825 1.175T15 15v1H7.8q-.3.875-1.062 1.438T5 18m.713-2.287Q6 15.425 6 15t-.288-.712T5 14t-.712.288T4 15t.288.713T5 16t.713-.288m11.162 1.413Q16 16.25 16 15t.875-2.125T19 12t2.125.875T22 15t-.875 2.125T19 18t-2.125-.875m2.838-1.412Q20 15.425 20 15t-.288-.712T19 14t-.712.288T18 15t.288.713T19 16t.713-.288M13 23l-6-3h4v-2l6 3h-4zm6-8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsElectricScooterOutline(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="M5 18q-1.25 0-2.125-.875T2 15t.875-2.125T5 12q.975 0 1.738.563T7.8 14h5.3q.275-1.7 1.413-2.975T17.3 9.25L15.9 3H12V1h3.9q.675 0 1.238.438t.712 1.112l1.9 8.45H19q-1.65 0-2.825 1.175T15 15v1H7.8q-.3.875-1.062 1.438T5 18m.713-2.287Q6 15.425 6 15t-.288-.712T5 14t-.712.288T4 15t.288.713T5 16t.713-.288m11.162 1.413Q16 16.25 16 15t.875-2.125T19 12t2.125.875T22 15t-.875 2.125T19 18t-2.125-.875m2.838-1.412Q20 15.425 20 15t-.288-.712T19 14t-.712.288T18 15t.288.713T19 16t.713-.288M13 23l-6-3h4v-2l6 3h-4zm6-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 18q-1.25 0-2.125-.875T2 15t.875-2.125T5 12q.975 0 1.738.563T7.8 14h5.3q.275-1.7 1.413-2.975T17.3 9.25L15.9 3H12V1h3.9q.675 0 1.238.438t.712 1.112l1.9 8.45H19q-1.65 0-2.825 1.175T15 15v1H7.8q-.3.875-1.062 1.438T5 18m.713-2.287Q6 15.425 6 15t-.288-.712T5 14t-.712.288T4 15t.288.713T5 16t.713-.288m11.162 1.413Q16 16.25 16 15t.875-2.125T19 12t2.125.875T22 15t-.875 2.125T19 18t-2.125-.875m2.838-1.412Q20 15.425 20 15t-.288-.712T19 14t-.712.288T18 15t.288.713T19 16t.713-.288M13 23l-6-3h4v-2l6 3h-4zm6-8"/></svg>
</template>

CSS

.icon-electric-scooter-outline {
  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%22M5%2018q-1.25%200-2.125-.875T2%2015t.875-2.125T5%2012q.975%200%201.738.563T7.8%2014h5.3q.275-1.7%201.413-2.975T17.3%209.25L15.9%203H12V1h3.9q.675%200%201.238.438t.712%201.112l1.9%208.45H19q-1.65%200-2.825%201.175T15%2015v1H7.8q-.3.875-1.062%201.438T5%2018m.713-2.287Q6%2015.425%206%2015t-.288-.712T5%2014t-.712.288T4%2015t.288.713T5%2016t.713-.288m11.162%201.413Q16%2016.25%2016%2015t.875-2.125T19%2012t2.125.875T22%2015t-.875%202.125T19%2018t-2.125-.875m2.838-1.412Q20%2015.425%2020%2015t-.288-.712T19%2014t-.712.288T18%2015t.288.713T19%2016t.713-.288M13%2023l-6-3h4v-2l6%203h-4zm6-8%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%22M5%2018q-1.25%200-2.125-.875T2%2015t.875-2.125T5%2012q.975%200%201.738.563T7.8%2014h5.3q.275-1.7%201.413-2.975T17.3%209.25L15.9%203H12V1h3.9q.675%200%201.238.438t.712%201.112l1.9%208.45H19q-1.65%200-2.825%201.175T15%2015v1H7.8q-.3.875-1.062%201.438T5%2018m.713-2.287Q6%2015.425%206%2015t-.288-.712T5%2014t-.712.288T4%2015t.288.713T5%2016t.713-.288m11.162%201.413Q16%2016.25%2016%2015t.875-2.125T19%2012t2.125.875T22%2015t-.875%202.125T19%2018t-2.125-.875m2.838-1.412Q20%2015.425%2020%2015t-.288-.712T19%2014t-.712.288T18%2015t.288.713T19%2016t.713-.288M13%2023l-6-3h4v-2l6%203h-4zm6-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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