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

Name
scooter
Set
Material Symbols
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
scooter-outline, scooter-outline-sharp, scooter-sharp

1 other variant in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the scooter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.713 17.713Q20 17.425 20 17t-.288-.712T19 16t-.712.288T18 17t.288.713T19 18t.713-.288M19 20q-1.25 0-2.125-.875T16 17t.875-2.125T19 14t2.125.875T22 17t-.875 2.125T19 20M5.712 17.713Q6 17.425 6 17t-.288-.712T5 16t-.712.288T4 17t.288.713T5 18t.713-.288M5 20q-1.25 0-2.125-.875T2 17t.875-2.125T5 14q.95 0 1.725.55t1.1 1.45H13.1q.275-1.725 1.413-2.988T17.3 11.25L15.9 5H12V3h3.9q.7 0 1.25.425t.7 1.125l1.9 8.45H19q-1.65 0-2.825 1.175T15 17v1H7.825q-.325.9-1.1 1.45T5 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsScooter(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="M19.713 17.713Q20 17.425 20 17t-.288-.712T19 16t-.712.288T18 17t.288.713T19 18t.713-.288M19 20q-1.25 0-2.125-.875T16 17t.875-2.125T19 14t2.125.875T22 17t-.875 2.125T19 20M5.712 17.713Q6 17.425 6 17t-.288-.712T5 16t-.712.288T4 17t.288.713T5 18t.713-.288M5 20q-1.25 0-2.125-.875T2 17t.875-2.125T5 14q.95 0 1.725.55t1.1 1.45H13.1q.275-1.725 1.413-2.988T17.3 11.25L15.9 5H12V3h3.9q.7 0 1.25.425t.7 1.125l1.9 8.45H19q-1.65 0-2.825 1.175T15 17v1H7.825q-.325.9-1.1 1.45T5 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.713 17.713Q20 17.425 20 17t-.288-.712T19 16t-.712.288T18 17t.288.713T19 18t.713-.288M19 20q-1.25 0-2.125-.875T16 17t.875-2.125T19 14t2.125.875T22 17t-.875 2.125T19 20M5.712 17.713Q6 17.425 6 17t-.288-.712T5 16t-.712.288T4 17t.288.713T5 18t.713-.288M5 20q-1.25 0-2.125-.875T2 17t.875-2.125T5 14q.95 0 1.725.55t1.1 1.45H13.1q.275-1.725 1.413-2.988T17.3 11.25L15.9 5H12V3h3.9q.7 0 1.25.425t.7 1.125l1.9 8.45H19q-1.65 0-2.825 1.175T15 17v1H7.825q-.325.9-1.1 1.45T5 20"/></svg>
</template>

CSS

.icon-scooter {
  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%22M19.713%2017.713Q20%2017.425%2020%2017t-.288-.712T19%2016t-.712.288T18%2017t.288.713T19%2018t.713-.288M19%2020q-1.25%200-2.125-.875T16%2017t.875-2.125T19%2014t2.125.875T22%2017t-.875%202.125T19%2020M5.712%2017.713Q6%2017.425%206%2017t-.288-.712T5%2016t-.712.288T4%2017t.288.713T5%2018t.713-.288M5%2020q-1.25%200-2.125-.875T2%2017t.875-2.125T5%2014q.95%200%201.725.55t1.1%201.45H13.1q.275-1.725%201.413-2.988T17.3%2011.25L15.9%205H12V3h3.9q.7%200%201.25.425t.7%201.125l1.9%208.45H19q-1.65%200-2.825%201.175T15%2017v1H7.825q-.325.9-1.1%201.45T5%2020%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%22M19.713%2017.713Q20%2017.425%2020%2017t-.288-.712T19%2016t-.712.288T18%2017t.288.713T19%2018t.713-.288M19%2020q-1.25%200-2.125-.875T16%2017t.875-2.125T19%2014t2.125.875T22%2017t-.875%202.125T19%2020M5.712%2017.713Q6%2017.425%206%2017t-.288-.712T5%2016t-.712.288T4%2017t.288.713T5%2018t.713-.288M5%2020q-1.25%200-2.125-.875T2%2017t.875-2.125T5%2014q.95%200%201.725.55t1.1%201.45H13.1q.275-1.725%201.413-2.988T17.3%2011.25L15.9%205H12V3h3.9q.7%200%201.25.425t.7%201.125l1.9%208.45H19q-1.65%200-2.825%201.175T15%2017v1H7.825q-.325.9-1.1%201.45T5%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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