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

Name
electric-scooter-outline
Set
Material Symbols Light
Style
Outline
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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.108 17.5q-1.039 0-1.766-.728t-.726-1.77t.726-1.771t1.766-.731q.81 0 1.524.505t.937 1.495h6.07q.178-1.777 1.422-3.09q1.243-1.314 2.931-1.545l-1.515-6.904q-.038-.211-.221-.336T15.9 2.5h-3.284v-1H15.9q.502 0 .968.341q.467.342.598.901l1.745 8.027h-.327q-1.76 0-3.015 1.254q-1.254 1.254-1.254 3.015v.462H7.57q-.223.99-.937 1.495t-1.524.505m1.066-1.441q.442-.442.442-1.059t-.442-1.059t-1.058-.441t-1.06.441q-.44.442-.44 1.059t.44 1.059q.442.441 1.06.441q.617 0 1.058-.441m10.942.751q-.731-.728-.731-1.77t.728-1.77t1.77-.731t1.77.728t.732 1.77t-.729 1.77t-1.769.732t-1.771-.729m2.827-.713q.441-.441.441-1.059t-.44-1.058t-1.06-.442t-1.058.442t-.441 1.058t.441 1.059t1.059.441t1.058-.441m-6.982 6.557l-5.115-2.577h3.385v-1.73l5.115 2.576h-3.384zm5.924-7.615"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightElectricScooterOutline(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.108 17.5q-1.039 0-1.766-.728t-.726-1.77t.726-1.771t1.766-.731q.81 0 1.524.505t.937 1.495h6.07q.178-1.777 1.422-3.09q1.243-1.314 2.931-1.545l-1.515-6.904q-.038-.211-.221-.336T15.9 2.5h-3.284v-1H15.9q.502 0 .968.341q.467.342.598.901l1.745 8.027h-.327q-1.76 0-3.015 1.254q-1.254 1.254-1.254 3.015v.462H7.57q-.223.99-.937 1.495t-1.524.505m1.066-1.441q.442-.442.442-1.059t-.442-1.059t-1.058-.441t-1.06.441q-.44.442-.44 1.059t.44 1.059q.442.441 1.06.441q.617 0 1.058-.441m10.942.751q-.731-.728-.731-1.77t.728-1.77t1.77-.731t1.77.728t.732 1.77t-.729 1.77t-1.769.732t-1.771-.729m2.827-.713q.441-.441.441-1.059t-.44-1.058t-1.06-.442t-1.058.442t-.441 1.058t.441 1.059t1.059.441t1.058-.441m-6.982 6.557l-5.115-2.577h3.385v-1.73l5.115 2.576h-3.384zm5.924-7.615"/></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.108 17.5q-1.039 0-1.766-.728t-.726-1.77t.726-1.771t1.766-.731q.81 0 1.524.505t.937 1.495h6.07q.178-1.777 1.422-3.09q1.243-1.314 2.931-1.545l-1.515-6.904q-.038-.211-.221-.336T15.9 2.5h-3.284v-1H15.9q.502 0 .968.341q.467.342.598.901l1.745 8.027h-.327q-1.76 0-3.015 1.254q-1.254 1.254-1.254 3.015v.462H7.57q-.223.99-.937 1.495t-1.524.505m1.066-1.441q.442-.442.442-1.059t-.442-1.059t-1.058-.441t-1.06.441q-.44.442-.44 1.059t.44 1.059q.442.441 1.06.441q.617 0 1.058-.441m10.942.751q-.731-.728-.731-1.77t.728-1.77t1.77-.731t1.77.728t.732 1.77t-.729 1.77t-1.769.732t-1.771-.729m2.827-.713q.441-.441.441-1.059t-.44-1.058t-1.06-.442t-1.058.442t-.441 1.058t.441 1.059t1.059.441t1.058-.441m-6.982 6.557l-5.115-2.577h3.385v-1.73l5.115 2.576h-3.384zm5.924-7.615"/></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.108%2017.5q-1.039%200-1.766-.728t-.726-1.77t.726-1.771t1.766-.731q.81%200%201.524.505t.937%201.495h6.07q.178-1.777%201.422-3.09q1.243-1.314%202.931-1.545l-1.515-6.904q-.038-.211-.221-.336T15.9%202.5h-3.284v-1H15.9q.502%200%20.968.341q.467.342.598.901l1.745%208.027h-.327q-1.76%200-3.015%201.254q-1.254%201.254-1.254%203.015v.462H7.57q-.223.99-.937%201.495t-1.524.505m1.066-1.441q.442-.442.442-1.059t-.442-1.059t-1.058-.441t-1.06.441q-.44.442-.44%201.059t.44%201.059q.442.441%201.06.441q.617%200%201.058-.441m10.942.751q-.731-.728-.731-1.77t.728-1.77t1.77-.731t1.77.728t.732%201.77t-.729%201.77t-1.769.732t-1.771-.729m2.827-.713q.441-.441.441-1.059t-.44-1.058t-1.06-.442t-1.058.442t-.441%201.058t.441%201.059t1.059.441t1.058-.441m-6.982%206.557l-5.115-2.577h3.385v-1.73l5.115%202.576h-3.384zm5.924-7.615%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.108%2017.5q-1.039%200-1.766-.728t-.726-1.77t.726-1.771t1.766-.731q.81%200%201.524.505t.937%201.495h6.07q.178-1.777%201.422-3.09q1.243-1.314%202.931-1.545l-1.515-6.904q-.038-.211-.221-.336T15.9%202.5h-3.284v-1H15.9q.502%200%20.968.341q.467.342.598.901l1.745%208.027h-.327q-1.76%200-3.015%201.254q-1.254%201.254-1.254%203.015v.462H7.57q-.223.99-.937%201.495t-1.524.505m1.066-1.441q.442-.442.442-1.059t-.442-1.059t-1.058-.441t-1.06.441q-.44.442-.44%201.059t.44%201.059q.442.441%201.06.441q.617%200%201.058-.441m10.942.751q-.731-.728-.731-1.77t.728-1.77t1.77-.731t1.77.728t.732%201.77t-.729%201.77t-1.769.732t-1.771-.729m2.827-.713q.441-.441.441-1.059t-.44-1.058t-1.06-.442t-1.058.442t-.441%201.058t.441%201.059t1.059.441t1.058-.441m-6.982%206.557l-5.115-2.577h3.385v-1.73l5.115%202.576h-3.384zm5.924-7.615%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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