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

Name
scooter-rounded
Set
Material Symbols Light
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
scooter-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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="M18.592 17.98q.602 0 1.015-.403q.412-.404.412-1.001t-.407-1.01t-1.011-.412t-1.016.408t-.412 1.01t.408 1.006t1.01.403M18.597 19q-1.01 0-1.716-.709t-.707-1.72t.705-1.715t1.711-.702t1.709.705T21 16.57t-.701 1.718t-1.703.712M5.438 17.98q.603 0 1.005-.403q.403-.404.403-1.001t-.404-1.01t-1-.412t-1.01.408t-.413 1.01t.408 1.006t1.01.403M5.443 19q-1.017 0-1.73-.709T3 16.571q0-1.013.712-1.715q.713-.702 1.73-.702q.88 0 1.53.562t.815 1.4h5.755q.18-1.662 1.365-2.88t2.797-1.448l-1.439-6.384q-.038-.173-.211-.289T15.727 5h-2.67q-.212 0-.356-.144t-.143-.357t.143-.356t.357-.143h2.63q.566 0 1.01.358t.575.903l1.458 6.595q.061.31-.127.56t-.523.301q-1.46.164-2.447 1.201t-1.095 2.459q-.02.304-.233.521t-.525.217H7.787q-.185.818-.835 1.351q-.65.534-1.51.534"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightScooterRounded(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="M18.592 17.98q.602 0 1.015-.403q.412-.404.412-1.001t-.407-1.01t-1.011-.412t-1.016.408t-.412 1.01t.408 1.006t1.01.403M18.597 19q-1.01 0-1.716-.709t-.707-1.72t.705-1.715t1.711-.702t1.709.705T21 16.57t-.701 1.718t-1.703.712M5.438 17.98q.603 0 1.005-.403q.403-.404.403-1.001t-.404-1.01t-1-.412t-1.01.408t-.413 1.01t.408 1.006t1.01.403M5.443 19q-1.017 0-1.73-.709T3 16.571q0-1.013.712-1.715q.713-.702 1.73-.702q.88 0 1.53.562t.815 1.4h5.755q.18-1.662 1.365-2.88t2.797-1.448l-1.439-6.384q-.038-.173-.211-.289T15.727 5h-2.67q-.212 0-.356-.144t-.143-.357t.143-.356t.357-.143h2.63q.566 0 1.01.358t.575.903l1.458 6.595q.061.31-.127.56t-.523.301q-1.46.164-2.447 1.201t-1.095 2.459q-.02.304-.233.521t-.525.217H7.787q-.185.818-.835 1.351q-.65.534-1.51.534"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.592 17.98q.602 0 1.015-.403q.412-.404.412-1.001t-.407-1.01t-1.011-.412t-1.016.408t-.412 1.01t.408 1.006t1.01.403M18.597 19q-1.01 0-1.716-.709t-.707-1.72t.705-1.715t1.711-.702t1.709.705T21 16.57t-.701 1.718t-1.703.712M5.438 17.98q.603 0 1.005-.403q.403-.404.403-1.001t-.404-1.01t-1-.412t-1.01.408t-.413 1.01t.408 1.006t1.01.403M5.443 19q-1.017 0-1.73-.709T3 16.571q0-1.013.712-1.715q.713-.702 1.73-.702q.88 0 1.53.562t.815 1.4h5.755q.18-1.662 1.365-2.88t2.797-1.448l-1.439-6.384q-.038-.173-.211-.289T15.727 5h-2.67q-.212 0-.356-.144t-.143-.357t.143-.356t.357-.143h2.63q.566 0 1.01.358t.575.903l1.458 6.595q.061.31-.127.56t-.523.301q-1.46.164-2.447 1.201t-1.095 2.459q-.02.304-.233.521t-.525.217H7.787q-.185.818-.835 1.351q-.65.534-1.51.534"/></svg>
</template>

CSS

.icon-scooter-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%22M18.592%2017.98q.602%200%201.015-.403q.412-.404.412-1.001t-.407-1.01t-1.011-.412t-1.016.408t-.412%201.01t.408%201.006t1.01.403M18.597%2019q-1.01%200-1.716-.709t-.707-1.72t.705-1.715t1.711-.702t1.709.705T21%2016.57t-.701%201.718t-1.703.712M5.438%2017.98q.603%200%201.005-.403q.403-.404.403-1.001t-.404-1.01t-1-.412t-1.01.408t-.413%201.01t.408%201.006t1.01.403M5.443%2019q-1.017%200-1.73-.709T3%2016.571q0-1.013.712-1.715q.713-.702%201.73-.702q.88%200%201.53.562t.815%201.4h5.755q.18-1.662%201.365-2.88t2.797-1.448l-1.439-6.384q-.038-.173-.211-.289T15.727%205h-2.67q-.212%200-.356-.144t-.143-.357t.143-.356t.357-.143h2.63q.566%200%201.01.358t.575.903l1.458%206.595q.061.31-.127.56t-.523.301q-1.46.164-2.447%201.201t-1.095%202.459q-.02.304-.233.521t-.525.217H7.787q-.185.818-.835%201.351q-.65.534-1.51.534%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%22M18.592%2017.98q.602%200%201.015-.403q.412-.404.412-1.001t-.407-1.01t-1.011-.412t-1.016.408t-.412%201.01t.408%201.006t1.01.403M18.597%2019q-1.01%200-1.716-.709t-.707-1.72t.705-1.715t1.711-.702t1.709.705T21%2016.57t-.701%201.718t-1.703.712M5.438%2017.98q.603%200%201.005-.403q.403-.404.403-1.001t-.404-1.01t-1-.412t-1.01.408t-.413%201.01t.408%201.006t1.01.403M5.443%2019q-1.017%200-1.73-.709T3%2016.571q0-1.013.712-1.715q.713-.702%201.73-.702q.88%200%201.53.562t.815%201.4h5.755q.18-1.662%201.365-2.88t2.797-1.448l-1.439-6.384q-.038-.173-.211-.289T15.727%205h-2.67q-.212%200-.356-.144t-.143-.357t.143-.356t.357-.143h2.63q.566%200%201.01.358t.575.903l1.458%206.595q.061.31-.127.56t-.523.301q-1.46.164-2.447%201.201t-1.095%202.459q-.02.304-.233.521t-.525.217H7.787q-.185.818-.835%201.351q-.65.534-1.51.534%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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