electric bike icon

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

Name
electric-bike-rounded
Set
Material Symbols
Style
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 electric bike icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 17q-2.125 0-3.562-1.437T0 12t1.463-3.562T5 7q1.925 0 3.238 1.15T9.9 11h.65l-1.8-5H8q-.425 0-.712-.288T7 5t.288-.712T8 4h3q.425 0 .713.288T12 5t-.288.713T11 6h-.1l.35 1h4.8L14.6 3H13q-.425 0-.712-.288T12 2t.288-.712T13 1h1.6q.65 0 1.163.35t.737.95l1.7 4.65h.8q2.075 0 3.538 1.463T24 11.95q0 2.1-1.45 3.575T19 17q-1.8 0-3.162-1.125T14.1 13H9.9q-.35 1.725-1.7 2.863T5 17m2.8-4v-2H6q-.425 0-.712.288T5 12t.288.713T6 13zm4.9-2h1.4q.125-.575.338-1.075T15 9h-3.05zm4.35-1.3l.6 1.7q.125.4.513.575t.787.025t.575-.525t.025-.775L18.9 9zM13 21v1.2q0 .275-.238.425t-.487.025L7.95 20.475q-.175-.1-.138-.288T8.05 20H11v-1.2q0-.275.238-.425t.487-.025l4.325 2.175q.175.1.138.288T15.95 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsElectricBikeRounded(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 17q-2.125 0-3.562-1.437T0 12t1.463-3.562T5 7q1.925 0 3.238 1.15T9.9 11h.65l-1.8-5H8q-.425 0-.712-.288T7 5t.288-.712T8 4h3q.425 0 .713.288T12 5t-.288.713T11 6h-.1l.35 1h4.8L14.6 3H13q-.425 0-.712-.288T12 2t.288-.712T13 1h1.6q.65 0 1.163.35t.737.95l1.7 4.65h.8q2.075 0 3.538 1.463T24 11.95q0 2.1-1.45 3.575T19 17q-1.8 0-3.162-1.125T14.1 13H9.9q-.35 1.725-1.7 2.863T5 17m2.8-4v-2H6q-.425 0-.712.288T5 12t.288.713T6 13zm4.9-2h1.4q.125-.575.338-1.075T15 9h-3.05zm4.35-1.3l.6 1.7q.125.4.513.575t.787.025t.575-.525t.025-.775L18.9 9zM13 21v1.2q0 .275-.238.425t-.487.025L7.95 20.475q-.175-.1-.138-.288T8.05 20H11v-1.2q0-.275.238-.425t.487-.025l4.325 2.175q.175.1.138.288T15.95 21z"/></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 17q-2.125 0-3.562-1.437T0 12t1.463-3.562T5 7q1.925 0 3.238 1.15T9.9 11h.65l-1.8-5H8q-.425 0-.712-.288T7 5t.288-.712T8 4h3q.425 0 .713.288T12 5t-.288.713T11 6h-.1l.35 1h4.8L14.6 3H13q-.425 0-.712-.288T12 2t.288-.712T13 1h1.6q.65 0 1.163.35t.737.95l1.7 4.65h.8q2.075 0 3.538 1.463T24 11.95q0 2.1-1.45 3.575T19 17q-1.8 0-3.162-1.125T14.1 13H9.9q-.35 1.725-1.7 2.863T5 17m2.8-4v-2H6q-.425 0-.712.288T5 12t.288.713T6 13zm4.9-2h1.4q.125-.575.338-1.075T15 9h-3.05zm4.35-1.3l.6 1.7q.125.4.513.575t.787.025t.575-.525t.025-.775L18.9 9zM13 21v1.2q0 .275-.238.425t-.487.025L7.95 20.475q-.175-.1-.138-.288T8.05 20H11v-1.2q0-.275.238-.425t.487-.025l4.325 2.175q.175.1.138.288T15.95 21z"/></svg>
</template>

CSS

.icon-electric-bike-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%22M5%2017q-2.125%200-3.562-1.437T0%2012t1.463-3.562T5%207q1.925%200%203.238%201.15T9.9%2011h.65l-1.8-5H8q-.425%200-.712-.288T7%205t.288-.712T8%204h3q.425%200%20.713.288T12%205t-.288.713T11%206h-.1l.35%201h4.8L14.6%203H13q-.425%200-.712-.288T12%202t.288-.712T13%201h1.6q.65%200%201.163.35t.737.95l1.7%204.65h.8q2.075%200%203.538%201.463T24%2011.95q0%202.1-1.45%203.575T19%2017q-1.8%200-3.162-1.125T14.1%2013H9.9q-.35%201.725-1.7%202.863T5%2017m2.8-4v-2H6q-.425%200-.712.288T5%2012t.288.713T6%2013zm4.9-2h1.4q.125-.575.338-1.075T15%209h-3.05zm4.35-1.3l.6%201.7q.125.4.513.575t.787.025t.575-.525t.025-.775L18.9%209zM13%2021v1.2q0%20.275-.238.425t-.487.025L7.95%2020.475q-.175-.1-.138-.288T8.05%2020H11v-1.2q0-.275.238-.425t.487-.025l4.325%202.175q.175.1.138.288T15.95%2021z%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%2017q-2.125%200-3.562-1.437T0%2012t1.463-3.562T5%207q1.925%200%203.238%201.15T9.9%2011h.65l-1.8-5H8q-.425%200-.712-.288T7%205t.288-.712T8%204h3q.425%200%20.713.288T12%205t-.288.713T11%206h-.1l.35%201h4.8L14.6%203H13q-.425%200-.712-.288T12%202t.288-.712T13%201h1.6q.65%200%201.163.35t.737.95l1.7%204.65h.8q2.075%200%203.538%201.463T24%2011.95q0%202.1-1.45%203.575T19%2017q-1.8%200-3.162-1.125T14.1%2013H9.9q-.35%201.725-1.7%202.863T5%2017m2.8-4v-2H6q-.425%200-.712.288T5%2012t.288.713T6%2013zm4.9-2h1.4q.125-.575.338-1.075T15%209h-3.05zm4.35-1.3l.6%201.7q.125.4.513.575t.787.025t.575-.525t.025-.775L18.9%209zM13%2021v1.2q0%20.275-.238.425t-.487.025L7.95%2020.475q-.175-.1-.138-.288T8.05%2020H11v-1.2q0-.275.238-.425t.487-.025l4.325%202.175q.175.1.138.288T15.95%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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