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

Name
bike-scooter
Set
Material Symbols
Style
Regular
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 bike scooter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 19v-2h4.1q.275-1.7 1.413-2.975T8.3 12.25L6.85 6H3V4h3.85q.675 0 1.238.438T8.8 5.55L10.75 14H10q-1.65 0-2.825 1.175T6 18v1zm7.875 1.125Q7 19.25 7 18t.875-2.125T10 15t2.125.875T13 18t-.875 2.125T10 21t-2.125-.875M19 18q-1.8 0-3.162-1.112T14.1 14h-2.35l-.45-2h2.8q.125-.575.338-1.075T15 10h-4.15l-.45-2h5.65l-1.1-3h-2.6V3h2.6q.65 0 1.163.35t.737.95l1.35 3.65h.8q2.075 0 3.538 1.463T24 12.95q0 2.125-1.463 3.588T19 18m-1-4.65l1.9-.7l-1-2.65l-1.85.7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBikeScooter(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="M0 19v-2h4.1q.275-1.7 1.413-2.975T8.3 12.25L6.85 6H3V4h3.85q.675 0 1.238.438T8.8 5.55L10.75 14H10q-1.65 0-2.825 1.175T6 18v1zm7.875 1.125Q7 19.25 7 18t.875-2.125T10 15t2.125.875T13 18t-.875 2.125T10 21t-2.125-.875M19 18q-1.8 0-3.162-1.112T14.1 14h-2.35l-.45-2h2.8q.125-.575.338-1.075T15 10h-4.15l-.45-2h5.65l-1.1-3h-2.6V3h2.6q.65 0 1.163.35t.737.95l1.35 3.65h.8q2.075 0 3.538 1.463T24 12.95q0 2.125-1.463 3.588T19 18m-1-4.65l1.9-.7l-1-2.65l-1.85.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 19v-2h4.1q.275-1.7 1.413-2.975T8.3 12.25L6.85 6H3V4h3.85q.675 0 1.238.438T8.8 5.55L10.75 14H10q-1.65 0-2.825 1.175T6 18v1zm7.875 1.125Q7 19.25 7 18t.875-2.125T10 15t2.125.875T13 18t-.875 2.125T10 21t-2.125-.875M19 18q-1.8 0-3.162-1.112T14.1 14h-2.35l-.45-2h2.8q.125-.575.338-1.075T15 10h-4.15l-.45-2h5.65l-1.1-3h-2.6V3h2.6q.65 0 1.163.35t.737.95l1.35 3.65h.8q2.075 0 3.538 1.463T24 12.95q0 2.125-1.463 3.588T19 18m-1-4.65l1.9-.7l-1-2.65l-1.85.7z"/></svg>
</template>

CSS

.icon-bike-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%22M0%2019v-2h4.1q.275-1.7%201.413-2.975T8.3%2012.25L6.85%206H3V4h3.85q.675%200%201.238.438T8.8%205.55L10.75%2014H10q-1.65%200-2.825%201.175T6%2018v1zm7.875%201.125Q7%2019.25%207%2018t.875-2.125T10%2015t2.125.875T13%2018t-.875%202.125T10%2021t-2.125-.875M19%2018q-1.8%200-3.162-1.112T14.1%2014h-2.35l-.45-2h2.8q.125-.575.338-1.075T15%2010h-4.15l-.45-2h5.65l-1.1-3h-2.6V3h2.6q.65%200%201.163.35t.737.95l1.35%203.65h.8q2.075%200%203.538%201.463T24%2012.95q0%202.125-1.463%203.588T19%2018m-1-4.65l1.9-.7l-1-2.65l-1.85.7z%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%22M0%2019v-2h4.1q.275-1.7%201.413-2.975T8.3%2012.25L6.85%206H3V4h3.85q.675%200%201.238.438T8.8%205.55L10.75%2014H10q-1.65%200-2.825%201.175T6%2018v1zm7.875%201.125Q7%2019.25%207%2018t.875-2.125T10%2015t2.125.875T13%2018t-.875%202.125T10%2021t-2.125-.875M19%2018q-1.8%200-3.162-1.112T14.1%2014h-2.35l-.45-2h2.8q.125-.575.338-1.075T15%2010h-4.15l-.45-2h5.65l-1.1-3h-2.6V3h2.6q.65%200%201.163.35t.737.95l1.35%203.65h.8q2.075%200%203.538%201.463T24%2012.95q0%202.125-1.463%203.588T19%2018m-1-4.65l1.9-.7l-1-2.65l-1.85.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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