electric bike icon
electric-bike-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- electric-bike-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
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
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 16.5q-1.914 0-3.207-1.293T.5 12q0-1.875 1.318-3.207T5 7.462q1.714 0 2.997 1.16Q9.281 9.78 9.477 11.5h1.765l-2.146-6H8q-.213 0-.357-.143T7.5 5t.143-.357T8 4.5h3q.214 0 .357.143T11.5 5t-.143.357T11 5.5h-.83l.696 1.962h5.915L15.1 2.846q-.058-.173-.192-.26q-.135-.086-.308-.086H13q-.213 0-.357-.143T12.5 2t.143-.357T13 1.5h1.6q.477 0 .874.264q.397.263.565.728l1.815 4.958H19q1.864 0 3.182 1.318T23.5 11.95q0 1.87-1.315 3.19q-1.316 1.322-3.185 1.322q-1.723 0-2.98-1.135T14.523 12.5H9.477q-.196 1.725-1.498 2.863T5 16.5m3.454-4v-1H6q-.213 0-.357.143T5.5 12t.143.357T6 12.5zm3.9-1h2.169q.087-.69.51-1.623q.425-.933 1.236-1.416h-5.05zm4.965-2.57l.812 2.297q.067.189.262.277t.384.015t.277-.265t.015-.381l-.861-2.296zm-4.473 11.993v1.085q0 .217-.19.338q-.189.121-.4.016l-3.767-1.906q-.137-.081-.11-.23q.029-.149.19-.149h2.546v-1.085q0-.217.19-.338t.4-.015l3.768 1.905q.137.081.109.23t-.19.149z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightElectricBikeRounded(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 16.5q-1.914 0-3.207-1.293T.5 12q0-1.875 1.318-3.207T5 7.462q1.714 0 2.997 1.16Q9.281 9.78 9.477 11.5h1.765l-2.146-6H8q-.213 0-.357-.143T7.5 5t.143-.357T8 4.5h3q.214 0 .357.143T11.5 5t-.143.357T11 5.5h-.83l.696 1.962h5.915L15.1 2.846q-.058-.173-.192-.26q-.135-.086-.308-.086H13q-.213 0-.357-.143T12.5 2t.143-.357T13 1.5h1.6q.477 0 .874.264q.397.263.565.728l1.815 4.958H19q1.864 0 3.182 1.318T23.5 11.95q0 1.87-1.315 3.19q-1.316 1.322-3.185 1.322q-1.723 0-2.98-1.135T14.523 12.5H9.477q-.196 1.725-1.498 2.863T5 16.5m3.454-4v-1H6q-.213 0-.357.143T5.5 12t.143.357T6 12.5zm3.9-1h2.169q.087-.69.51-1.623q.425-.933 1.236-1.416h-5.05zm4.965-2.57l.812 2.297q.067.189.262.277t.384.015t.277-.265t.015-.381l-.861-2.296zm-4.473 11.993v1.085q0 .217-.19.338q-.189.121-.4.016l-3.767-1.906q-.137-.081-.11-.23q.029-.149.19-.149h2.546v-1.085q0-.217.19-.338t.4-.015l3.768 1.905q.137.081.109.23t-.19.149z"/></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 16.5q-1.914 0-3.207-1.293T.5 12q0-1.875 1.318-3.207T5 7.462q1.714 0 2.997 1.16Q9.281 9.78 9.477 11.5h1.765l-2.146-6H8q-.213 0-.357-.143T7.5 5t.143-.357T8 4.5h3q.214 0 .357.143T11.5 5t-.143.357T11 5.5h-.83l.696 1.962h5.915L15.1 2.846q-.058-.173-.192-.26q-.135-.086-.308-.086H13q-.213 0-.357-.143T12.5 2t.143-.357T13 1.5h1.6q.477 0 .874.264q.397.263.565.728l1.815 4.958H19q1.864 0 3.182 1.318T23.5 11.95q0 1.87-1.315 3.19q-1.316 1.322-3.185 1.322q-1.723 0-2.98-1.135T14.523 12.5H9.477q-.196 1.725-1.498 2.863T5 16.5m3.454-4v-1H6q-.213 0-.357.143T5.5 12t.143.357T6 12.5zm3.9-1h2.169q.087-.69.51-1.623q.425-.933 1.236-1.416h-5.05zm4.965-2.57l.812 2.297q.067.189.262.277t.384.015t.277-.265t.015-.381l-.861-2.296zm-4.473 11.993v1.085q0 .217-.19.338q-.189.121-.4.016l-3.767-1.906q-.137-.081-.11-.23q.029-.149.19-.149h2.546v-1.085q0-.217.19-.338t.4-.015l3.768 1.905q.137.081.109.23t-.19.149z"/></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%2016.5q-1.914%200-3.207-1.293T.5%2012q0-1.875%201.318-3.207T5%207.462q1.714%200%202.997%201.16Q9.281%209.78%209.477%2011.5h1.765l-2.146-6H8q-.213%200-.357-.143T7.5%205t.143-.357T8%204.5h3q.214%200%20.357.143T11.5%205t-.143.357T11%205.5h-.83l.696%201.962h5.915L15.1%202.846q-.058-.173-.192-.26q-.135-.086-.308-.086H13q-.213%200-.357-.143T12.5%202t.143-.357T13%201.5h1.6q.477%200%20.874.264q.397.263.565.728l1.815%204.958H19q1.864%200%203.182%201.318T23.5%2011.95q0%201.87-1.315%203.19q-1.316%201.322-3.185%201.322q-1.723%200-2.98-1.135T14.523%2012.5H9.477q-.196%201.725-1.498%202.863T5%2016.5m3.454-4v-1H6q-.213%200-.357.143T5.5%2012t.143.357T6%2012.5zm3.9-1h2.169q.087-.69.51-1.623q.425-.933%201.236-1.416h-5.05zm4.965-2.57l.812%202.297q.067.189.262.277t.384.015t.277-.265t.015-.381l-.861-2.296zm-4.473%2011.993v1.085q0%20.217-.19.338q-.189.121-.4.016l-3.767-1.906q-.137-.081-.11-.23q.029-.149.19-.149h2.546v-1.085q0-.217.19-.338t.4-.015l3.768%201.905q.137.081.109.23t-.19.149z%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%2016.5q-1.914%200-3.207-1.293T.5%2012q0-1.875%201.318-3.207T5%207.462q1.714%200%202.997%201.16Q9.281%209.78%209.477%2011.5h1.765l-2.146-6H8q-.213%200-.357-.143T7.5%205t.143-.357T8%204.5h3q.214%200%20.357.143T11.5%205t-.143.357T11%205.5h-.83l.696%201.962h5.915L15.1%202.846q-.058-.173-.192-.26q-.135-.086-.308-.086H13q-.213%200-.357-.143T12.5%202t.143-.357T13%201.5h1.6q.477%200%20.874.264q.397.263.565.728l1.815%204.958H19q1.864%200%203.182%201.318T23.5%2011.95q0%201.87-1.315%203.19q-1.316%201.322-3.185%201.322q-1.723%200-2.98-1.135T14.523%2012.5H9.477q-.196%201.725-1.498%202.863T5%2016.5m3.454-4v-1H6q-.213%200-.357.143T5.5%2012t.143.357T6%2012.5zm3.9-1h2.169q.087-.69.51-1.623q.425-.933%201.236-1.416h-5.05zm4.965-2.57l.812%202.297q.067.189.262.277t.384.015t.277-.265t.015-.381l-.861-2.296zm-4.473%2011.993v1.085q0%20.217-.19.338q-.189.121-.4.016l-3.767-1.906q-.137-.081-.11-.23q.029-.149.19-.149h2.546v-1.085q0-.217.19-.338t.4-.015l3.768%201.905q.137.081.109.23t-.19.149z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/electric-bike-rounded.svg?color=%231a73e8&size=48