electric scooter icon

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

Name
electric-scooter-sharp
Set
Material Symbols
Style
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

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 3H12V1h5.5l2.25 10H19q-1.65 0-2.825 1.175T15 15v1H7.8q-.3.875-1.062 1.438T5 18m11.875-.875Q16 16.25 16 15t.875-2.125T19 12t2.125.875T22 15t-.875 2.125T19 18t-2.125-.875M13 23l-6-3h4v-2l6 3h-4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsElectricScooterSharp(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 3H12V1h5.5l2.25 10H19q-1.65 0-2.825 1.175T15 15v1H7.8q-.3.875-1.062 1.438T5 18m11.875-.875Q16 16.25 16 15t.875-2.125T19 12t2.125.875T22 15t-.875 2.125T19 18t-2.125-.875M13 23l-6-3h4v-2l6 3h-4z"/></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 3H12V1h5.5l2.25 10H19q-1.65 0-2.825 1.175T15 15v1H7.8q-.3.875-1.062 1.438T5 18m11.875-.875Q16 16.25 16 15t.875-2.125T19 12t2.125.875T22 15t-.875 2.125T19 18t-2.125-.875M13 23l-6-3h4v-2l6 3h-4z"/></svg>
</template>

CSS

.icon-electric-scooter-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%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%203H12V1h5.5l2.25%2010H19q-1.65%200-2.825%201.175T15%2015v1H7.8q-.3.875-1.062%201.438T5%2018m11.875-.875Q16%2016.25%2016%2015t.875-2.125T19%2012t2.125.875T22%2015t-.875%202.125T19%2018t-2.125-.875M13%2023l-6-3h4v-2l6%203h-4z%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%203H12V1h5.5l2.25%2010H19q-1.65%200-2.825%201.175T15%2015v1H7.8q-.3.875-1.062%201.438T5%2018m11.875-.875Q16%2016.25%2016%2015t.875-2.125T19%2012t2.125.875T22%2015t-.875%202.125T19%2018t-2.125-.875M13%2023l-6-3h4v-2l6%203h-4z%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-sharp.svg?color=%231a73e8&size=48