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

Name
bike-scooter-rounded
Set
Material Symbols Light
Style
Rounded
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 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="M.23 18.5v-1h4.524q.179-1.777 1.422-3.09q1.243-1.314 2.932-1.545L7.58 5.961q-.058-.211-.231-.336T7.004 5.5H4.23q-.214 0-.357-.143T3.731 5t.143-.357t.357-.143h2.773q.502 0 .968.341q.467.342.597.901l1.758 8.027H10q-1.766 0-3.017 1.252q-1.252 1.252-1.252 3.017v.462zm8 1.308q-.73-.731-.73-1.77t.73-1.769t1.77-.73t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73m11-2.347q-1.741 0-2.989-1.093T14.754 13.5h-2.696l-.22-1h2.916q.087-.69.51-1.623q.425-.933 1.236-1.416h-5.304l-.219-1h6.035l-1.6-4.384q-.058-.173-.193-.26q-.134-.086-.307-.086h-1.6q-.214 0-.357-.144t-.143-.356t.143-.357t.357-.143h1.6q.477 0 .874.263q.397.264.564.729l1.735 4.727h1.146q1.902 0 3.2 1.299t1.3 3.201q0 1.856-1.347 3.184q-1.348 1.327-3.153 1.327m-1.681-7.53l.812 2.296q.067.189.262.277t.384.015t.276-.265q.089-.192.016-.381l-.862-2.296z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBikeScooterRounded(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="M.23 18.5v-1h4.524q.179-1.777 1.422-3.09q1.243-1.314 2.932-1.545L7.58 5.961q-.058-.211-.231-.336T7.004 5.5H4.23q-.214 0-.357-.143T3.731 5t.143-.357t.357-.143h2.773q.502 0 .968.341q.467.342.597.901l1.758 8.027H10q-1.766 0-3.017 1.252q-1.252 1.252-1.252 3.017v.462zm8 1.308q-.73-.731-.73-1.77t.73-1.769t1.77-.73t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73m11-2.347q-1.741 0-2.989-1.093T14.754 13.5h-2.696l-.22-1h2.916q.087-.69.51-1.623q.425-.933 1.236-1.416h-5.304l-.219-1h6.035l-1.6-4.384q-.058-.173-.193-.26q-.134-.086-.307-.086h-1.6q-.214 0-.357-.144t-.143-.356t.143-.357t.357-.143h1.6q.477 0 .874.263q.397.264.564.729l1.735 4.727h1.146q1.902 0 3.2 1.299t1.3 3.201q0 1.856-1.347 3.184q-1.348 1.327-3.153 1.327m-1.681-7.53l.812 2.296q.067.189.262.277t.384.015t.276-.265q.089-.192.016-.381l-.862-2.296z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.23 18.5v-1h4.524q.179-1.777 1.422-3.09q1.243-1.314 2.932-1.545L7.58 5.961q-.058-.211-.231-.336T7.004 5.5H4.23q-.214 0-.357-.143T3.731 5t.143-.357t.357-.143h2.773q.502 0 .968.341q.467.342.597.901l1.758 8.027H10q-1.766 0-3.017 1.252q-1.252 1.252-1.252 3.017v.462zm8 1.308q-.73-.731-.73-1.77t.73-1.769t1.77-.73t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73m11-2.347q-1.741 0-2.989-1.093T14.754 13.5h-2.696l-.22-1h2.916q.087-.69.51-1.623q.425-.933 1.236-1.416h-5.304l-.219-1h6.035l-1.6-4.384q-.058-.173-.193-.26q-.134-.086-.307-.086h-1.6q-.214 0-.357-.144t-.143-.356t.143-.357t.357-.143h1.6q.477 0 .874.263q.397.264.564.729l1.735 4.727h1.146q1.902 0 3.2 1.299t1.3 3.201q0 1.856-1.347 3.184q-1.348 1.327-3.153 1.327m-1.681-7.53l.812 2.296q.067.189.262.277t.384.015t.276-.265q.089-.192.016-.381l-.862-2.296z"/></svg>
</template>

CSS

.icon-bike-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%22M.23%2018.5v-1h4.524q.179-1.777%201.422-3.09q1.243-1.314%202.932-1.545L7.58%205.961q-.058-.211-.231-.336T7.004%205.5H4.23q-.214%200-.357-.143T3.731%205t.143-.357t.357-.143h2.773q.502%200%20.968.341q.467.342.597.901l1.758%208.027H10q-1.766%200-3.017%201.252q-1.252%201.252-1.252%203.017v.462zm8%201.308q-.73-.731-.73-1.77t.73-1.769t1.77-.73t1.77.73t.73%201.77t-.73%201.769t-1.77.73t-1.77-.73m11-2.347q-1.741%200-2.989-1.093T14.754%2013.5h-2.696l-.22-1h2.916q.087-.69.51-1.623q.425-.933%201.236-1.416h-5.304l-.219-1h6.035l-1.6-4.384q-.058-.173-.193-.26q-.134-.086-.307-.086h-1.6q-.214%200-.357-.144t-.143-.356t.143-.357t.357-.143h1.6q.477%200%20.874.263q.397.264.564.729l1.735%204.727h1.146q1.902%200%203.2%201.299t1.3%203.201q0%201.856-1.347%203.184q-1.348%201.327-3.153%201.327m-1.681-7.53l.812%202.296q.067.189.262.277t.384.015t.276-.265q.089-.192.016-.381l-.862-2.296z%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%22M.23%2018.5v-1h4.524q.179-1.777%201.422-3.09q1.243-1.314%202.932-1.545L7.58%205.961q-.058-.211-.231-.336T7.004%205.5H4.23q-.214%200-.357-.143T3.731%205t.143-.357t.357-.143h2.773q.502%200%20.968.341q.467.342.597.901l1.758%208.027H10q-1.766%200-3.017%201.252q-1.252%201.252-1.252%203.017v.462zm8%201.308q-.73-.731-.73-1.77t.73-1.769t1.77-.73t1.77.73t.73%201.77t-.73%201.769t-1.77.73t-1.77-.73m11-2.347q-1.741%200-2.989-1.093T14.754%2013.5h-2.696l-.22-1h2.916q.087-.69.51-1.623q.425-.933%201.236-1.416h-5.304l-.219-1h6.035l-1.6-4.384q-.058-.173-.193-.26q-.134-.086-.307-.086h-1.6q-.214%200-.357-.144t-.143-.356t.143-.357t.357-.143h1.6q.477%200%20.874.263q.397.264.564.729l1.735%204.727h1.146q1.902%200%203.2%201.299t1.3%203.201q0%201.856-1.347%203.184q-1.348%201.327-3.153%201.327m-1.681-7.53l.812%202.296q.067.189.262.277t.384.015t.276-.265q.089-.192.016-.381l-.862-2.296z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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