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

Name
bike-scooter-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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 6H4q-.425 0-.712-.288T3 5t.288-.712T4 4h2.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-.875m2.838-1.412Q11 18.425 11 18t-.288-.712T10 17t-.712.288T9 18t.288.713T10 19t.713-.288M19 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-1.6q-.425 0-.712-.288T12.35 4t.288-.712T13.35 3h1.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 18m0-2q1.275 0 2.138-.875T22 13q0-1.275-.862-2.137T19 10h-.1l.65 1.725q.15.4-.025.763T18.95 13t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775 1T16 13q0 1.25.863 2.125T19 16m0-3"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBikeScooterOutlineRounded(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 6H4q-.425 0-.712-.288T3 5t.288-.712T4 4h2.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-.875m2.838-1.412Q11 18.425 11 18t-.288-.712T10 17t-.712.288T9 18t.288.713T10 19t.713-.288M19 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-1.6q-.425 0-.712-.288T12.35 4t.288-.712T13.35 3h1.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 18m0-2q1.275 0 2.138-.875T22 13q0-1.275-.862-2.137T19 10h-.1l.65 1.725q.15.4-.025.763T18.95 13t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775 1T16 13q0 1.25.863 2.125T19 16m0-3"/></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 6H4q-.425 0-.712-.288T3 5t.288-.712T4 4h2.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-.875m2.838-1.412Q11 18.425 11 18t-.288-.712T10 17t-.712.288T9 18t.288.713T10 19t.713-.288M19 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-1.6q-.425 0-.712-.288T12.35 4t.288-.712T13.35 3h1.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 18m0-2q1.275 0 2.138-.875T22 13q0-1.275-.862-2.137T19 10h-.1l.65 1.725q.15.4-.025.763T18.95 13t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775 1T16 13q0 1.25.863 2.125T19 16m0-3"/></svg>
</template>

CSS

.icon-bike-scooter-outline-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%22M0%2019v-2h4.1q.275-1.7%201.413-2.975T8.3%2012.25L6.85%206H4q-.425%200-.712-.288T3%205t.288-.712T4%204h2.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-.875m2.838-1.412Q11%2018.425%2011%2018t-.288-.712T10%2017t-.712.288T9%2018t.288.713T10%2019t.713-.288M19%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-1.6q-.425%200-.712-.288T12.35%204t.288-.712T13.35%203h1.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%2018m0-2q1.275%200%202.138-.875T22%2013q0-1.275-.862-2.137T19%2010h-.1l.65%201.725q.15.4-.025.763T18.95%2013t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775%201T16%2013q0%201.25.863%202.125T19%2016m0-3%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%206H4q-.425%200-.712-.288T3%205t.288-.712T4%204h2.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-.875m2.838-1.412Q11%2018.425%2011%2018t-.288-.712T10%2017t-.712.288T9%2018t.288.713T10%2019t.713-.288M19%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-1.6q-.425%200-.712-.288T12.35%204t.288-.712T13.35%203h1.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%2018m0-2q1.275%200%202.138-.875T22%2013q0-1.275-.862-2.137T19%2010h-.1l.65%201.725q.15.4-.025.763T18.95%2013t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775%201T16%2013q0%201.25.863%202.125T19%2016m0-3%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-outline-rounded.svg?color=%231a73e8&size=48