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

Name
electric-scooter
Set
Material Symbols Light
Style
Regular
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.116 17.5q-1.039 0-1.77-.73T2.616 15t.73-1.77t1.77-.73q.801 0 1.516.505t.937 1.495h6.07q.178-1.777 1.422-3.09q1.243-1.314 2.931-1.545l-1.515-6.904q-.058-.211-.23-.336q-.174-.125-.347-.125h-3.284v-1H15.9q.502 0 .968.341q.467.342.598.901l1.745 8.027h-.327q-1.765 0-3.017 1.252t-1.252 3.017v.462H7.57q-.223.99-.937 1.495t-1.516.505m12-.692q-.731-.731-.731-1.77t.73-1.769q.731-.73 1.77-.73q1.038 0 1.769.73t.73 1.77t-.73 1.769t-1.77.73t-1.768-.73m-4.154 5.846l-5.116-2.577h3.385v-1.73l5.115 2.576h-3.384z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightElectricScooter(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.116 17.5q-1.039 0-1.77-.73T2.616 15t.73-1.77t1.77-.73q.801 0 1.516.505t.937 1.495h6.07q.178-1.777 1.422-3.09q1.243-1.314 2.931-1.545l-1.515-6.904q-.058-.211-.23-.336q-.174-.125-.347-.125h-3.284v-1H15.9q.502 0 .968.341q.467.342.598.901l1.745 8.027h-.327q-1.765 0-3.017 1.252t-1.252 3.017v.462H7.57q-.223.99-.937 1.495t-1.516.505m12-.692q-.731-.731-.731-1.77t.73-1.769q.731-.73 1.77-.73q1.038 0 1.769.73t.73 1.77t-.73 1.769t-1.77.73t-1.768-.73m-4.154 5.846l-5.116-2.577h3.385v-1.73l5.115 2.576h-3.384z"/></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.116 17.5q-1.039 0-1.77-.73T2.616 15t.73-1.77t1.77-.73q.801 0 1.516.505t.937 1.495h6.07q.178-1.777 1.422-3.09q1.243-1.314 2.931-1.545l-1.515-6.904q-.058-.211-.23-.336q-.174-.125-.347-.125h-3.284v-1H15.9q.502 0 .968.341q.467.342.598.901l1.745 8.027h-.327q-1.765 0-3.017 1.252t-1.252 3.017v.462H7.57q-.223.99-.937 1.495t-1.516.505m12-.692q-.731-.731-.731-1.77t.73-1.769q.731-.73 1.77-.73q1.038 0 1.769.73t.73 1.77t-.73 1.769t-1.77.73t-1.768-.73m-4.154 5.846l-5.116-2.577h3.385v-1.73l5.115 2.576h-3.384z"/></svg>
</template>

CSS

.icon-electric-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%22M5.116%2017.5q-1.039%200-1.77-.73T2.616%2015t.73-1.77t1.77-.73q.801%200%201.516.505t.937%201.495h6.07q.178-1.777%201.422-3.09q1.243-1.314%202.931-1.545l-1.515-6.904q-.058-.211-.23-.336q-.174-.125-.347-.125h-3.284v-1H15.9q.502%200%20.968.341q.467.342.598.901l1.745%208.027h-.327q-1.765%200-3.017%201.252t-1.252%203.017v.462H7.57q-.223.99-.937%201.495t-1.516.505m12-.692q-.731-.731-.731-1.77t.73-1.769q.731-.73%201.77-.73q1.038%200%201.769.73t.73%201.77t-.73%201.769t-1.77.73t-1.768-.73m-4.154%205.846l-5.116-2.577h3.385v-1.73l5.115%202.576h-3.384z%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.116%2017.5q-1.039%200-1.77-.73T2.616%2015t.73-1.77t1.77-.73q.801%200%201.516.505t.937%201.495h6.07q.178-1.777%201.422-3.09q1.243-1.314%202.931-1.545l-1.515-6.904q-.058-.211-.23-.336q-.174-.125-.347-.125h-3.284v-1H15.9q.502%200%20.968.341q.467.342.598.901l1.745%208.027h-.327q-1.765%200-3.017%201.252t-1.252%203.017v.462H7.57q-.223.99-.937%201.495t-1.516.505m12-.692q-.731-.731-.731-1.77t.73-1.769q.731-.73%201.77-.73q1.038%200%201.769.73t.73%201.77t-.73%201.769t-1.77.73t-1.768-.73m-4.154%205.846l-5.116-2.577h3.385v-1.73l5.115%202.576h-3.384z%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.svg?color=%231a73e8&size=48