electric bike icon

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

Name
electric-bike-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 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 17m0-2q1.025 0 1.763-.562T7.8 13H6q-.425 0-.712-.288T5 12t.288-.712T6 11h1.8q-.3-.9-1.037-1.45T5 9q-1.275 0-2.137.863T2 12q0 1.25.863 2.125T5 15m7.7-4h1.4q.125-.575.338-1.075T15 9h-3.05zm6.3 4q1.275 0 2.138-.875T22 12q0-1.275-.862-2.137T19 9h-.1l.65 1.725q.15.4-.025.763T18.95 12t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775 1T16 12q0 1.25.863 2.125T19 15m-6 6v1.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 21zm6-9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsElectricBikeOutlineRounded(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 17m0-2q1.025 0 1.763-.562T7.8 13H6q-.425 0-.712-.288T5 12t.288-.712T6 11h1.8q-.3-.9-1.037-1.45T5 9q-1.275 0-2.137.863T2 12q0 1.25.863 2.125T5 15m7.7-4h1.4q.125-.575.338-1.075T15 9h-3.05zm6.3 4q1.275 0 2.138-.875T22 12q0-1.275-.862-2.137T19 9h-.1l.65 1.725q.15.4-.025.763T18.95 12t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775 1T16 12q0 1.25.863 2.125T19 15m-6 6v1.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 21zm6-9"/></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 17m0-2q1.025 0 1.763-.562T7.8 13H6q-.425 0-.712-.288T5 12t.288-.712T6 11h1.8q-.3-.9-1.037-1.45T5 9q-1.275 0-2.137.863T2 12q0 1.25.863 2.125T5 15m7.7-4h1.4q.125-.575.338-1.075T15 9h-3.05zm6.3 4q1.275 0 2.138-.875T22 12q0-1.275-.862-2.137T19 9h-.1l.65 1.725q.15.4-.025.763T18.95 12t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775 1T16 12q0 1.25.863 2.125T19 15m-6 6v1.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 21zm6-9"/></svg>
</template>

CSS

.icon-electric-bike-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%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%2017m0-2q1.025%200%201.763-.562T7.8%2013H6q-.425%200-.712-.288T5%2012t.288-.712T6%2011h1.8q-.3-.9-1.037-1.45T5%209q-1.275%200-2.137.863T2%2012q0%201.25.863%202.125T5%2015m7.7-4h1.4q.125-.575.338-1.075T15%209h-3.05zm6.3%204q1.275%200%202.138-.875T22%2012q0-1.275-.862-2.137T19%209h-.1l.65%201.725q.15.4-.025.763T18.95%2012t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775%201T16%2012q0%201.25.863%202.125T19%2015m-6%206v1.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%2021zm6-9%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%2017m0-2q1.025%200%201.763-.562T7.8%2013H6q-.425%200-.712-.288T5%2012t.288-.712T6%2011h1.8q-.3-.9-1.037-1.45T5%209q-1.275%200-2.137.863T2%2012q0%201.25.863%202.125T5%2015m7.7-4h1.4q.125-.575.338-1.075T15%209h-3.05zm6.3%204q1.275%200%202.138-.875T22%2012q0-1.275-.862-2.137T19%209h-.1l.65%201.725q.15.4-.025.763T18.95%2012t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775%201T16%2012q0%201.25.863%202.125T19%2015m-6%206v1.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%2021zm6-9%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-outline-rounded.svg?color=%231a73e8&size=48