electric bike icon

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

Name
electric-bike
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 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-5H7V4h5v2h-1.1l.35 1h4.8L14.6 3H12V1h2.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-4h2.8v-2H5zm8 10l-6-3h4v-2l6 3h-4zm-.3-12h1.4q.125-.575.338-1.075T15 9h-3.05zm5.3 1.35l1.9-.7l-1-2.65l-1.85.7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsElectricBike(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-5H7V4h5v2h-1.1l.35 1h4.8L14.6 3H12V1h2.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-4h2.8v-2H5zm8 10l-6-3h4v-2l6 3h-4zm-.3-12h1.4q.125-.575.338-1.075T15 9h-3.05zm5.3 1.35l1.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="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-5H7V4h5v2h-1.1l.35 1h4.8L14.6 3H12V1h2.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-4h2.8v-2H5zm8 10l-6-3h4v-2l6 3h-4zm-.3-12h1.4q.125-.575.338-1.075T15 9h-3.05zm5.3 1.35l1.9-.7l-1-2.65l-1.85.7z"/></svg>
</template>

CSS

.icon-electric-bike {
  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-5H7V4h5v2h-1.1l.35%201h4.8L14.6%203H12V1h2.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-4h2.8v-2H5zm8%2010l-6-3h4v-2l6%203h-4zm-.3-12h1.4q.125-.575.338-1.075T15%209h-3.05zm5.3%201.35l1.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%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-5H7V4h5v2h-1.1l.35%201h4.8L14.6%203H12V1h2.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-4h2.8v-2H5zm8%2010l-6-3h4v-2l6%203h-4zm-.3-12h1.4q.125-.575.338-1.075T15%209h-3.05zm5.3%201.35l1.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/electric-bike.svg?color=%231a73e8&size=48