electric bike icon
electric-bike-outline-rounded from Material Symbols Light by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- electric-bike-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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.009 16.5q-1.917 0-3.213-1.294T.5 12q0-1.875 1.316-3.207T5 7.462q1.714 0 2.997 1.16Q9.281 9.78 9.477 11.5h1.765l-2.146-6H8q-.213 0-.356-.144T7.5 4.999t.144-.356T8 4.5h3q.213 0 .356.144t.144.357t-.144.356T11 5.5h-.83l.696 1.962h5.915L15.1 2.846q-.058-.173-.192-.26q-.135-.086-.308-.086H13q-.212 0-.356-.144t-.144-.357t.144-.356T13 1.5h1.6q.477 0 .871.267t.567.725l1.816 4.958H19q1.868 0 3.184 1.316T23.5 11.95q0 1.876-1.315 3.194q-1.316 1.318-3.185 1.318q-1.723 0-2.98-1.135T14.523 12.5H9.477q-.196 1.725-1.498 2.863T5.009 16.5M5 15.5q1.256 0 2.214-.793q.959-.793 1.24-2.207H6q-.213 0-.356-.144t-.144-.357t.144-.356T6 11.5h2.454q-.281-1.42-1.24-2.21Q6.256 8.5 5 8.5q-1.487 0-2.494 1.006T1.5 12q0 1.442 1.006 2.471T5 15.5m7.354-4h2.169q.087-.69.51-1.623q.425-.933 1.236-1.416h-5.05zm6.645 4q1.488 0 2.494-1.029t1.007-2.479q0-1.479-1.006-2.485T19 8.5q-.223 0-.416.01t-.376.067l.861 2.302q.073.188-.012.376t-.28.264q-.189.073-.38-.012t-.266-.28l-.812-2.296q-.865.483-1.342 1.327T15.5 12q0 1.442 1.006 2.471t2.493 1.029m-6.153 5.423v1.085q0 .22-.19.34q-.189.12-.406.01l-3.762-1.902q-.136-.081-.106-.23t.187-.149h2.546v-1.085q0-.22.19-.34t.407-.01l3.761 1.902q.137.081.107.23t-.188.149zM19 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightElectricBikeOutlineRounded(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.009 16.5q-1.917 0-3.213-1.294T.5 12q0-1.875 1.316-3.207T5 7.462q1.714 0 2.997 1.16Q9.281 9.78 9.477 11.5h1.765l-2.146-6H8q-.213 0-.356-.144T7.5 4.999t.144-.356T8 4.5h3q.213 0 .356.144t.144.357t-.144.356T11 5.5h-.83l.696 1.962h5.915L15.1 2.846q-.058-.173-.192-.26q-.135-.086-.308-.086H13q-.212 0-.356-.144t-.144-.357t.144-.356T13 1.5h1.6q.477 0 .871.267t.567.725l1.816 4.958H19q1.868 0 3.184 1.316T23.5 11.95q0 1.876-1.315 3.194q-1.316 1.318-3.185 1.318q-1.723 0-2.98-1.135T14.523 12.5H9.477q-.196 1.725-1.498 2.863T5.009 16.5M5 15.5q1.256 0 2.214-.793q.959-.793 1.24-2.207H6q-.213 0-.356-.144t-.144-.357t.144-.356T6 11.5h2.454q-.281-1.42-1.24-2.21Q6.256 8.5 5 8.5q-1.487 0-2.494 1.006T1.5 12q0 1.442 1.006 2.471T5 15.5m7.354-4h2.169q.087-.69.51-1.623q.425-.933 1.236-1.416h-5.05zm6.645 4q1.488 0 2.494-1.029t1.007-2.479q0-1.479-1.006-2.485T19 8.5q-.223 0-.416.01t-.376.067l.861 2.302q.073.188-.012.376t-.28.264q-.189.073-.38-.012t-.266-.28l-.812-2.296q-.865.483-1.342 1.327T15.5 12q0 1.442 1.006 2.471t2.493 1.029m-6.153 5.423v1.085q0 .22-.19.34q-.189.12-.406.01l-3.762-1.902q-.136-.081-.106-.23t.187-.149h2.546v-1.085q0-.22.19-.34t.407-.01l3.761 1.902q.137.081.107.23t-.188.149zM19 12"/></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.009 16.5q-1.917 0-3.213-1.294T.5 12q0-1.875 1.316-3.207T5 7.462q1.714 0 2.997 1.16Q9.281 9.78 9.477 11.5h1.765l-2.146-6H8q-.213 0-.356-.144T7.5 4.999t.144-.356T8 4.5h3q.213 0 .356.144t.144.357t-.144.356T11 5.5h-.83l.696 1.962h5.915L15.1 2.846q-.058-.173-.192-.26q-.135-.086-.308-.086H13q-.212 0-.356-.144t-.144-.357t.144-.356T13 1.5h1.6q.477 0 .871.267t.567.725l1.816 4.958H19q1.868 0 3.184 1.316T23.5 11.95q0 1.876-1.315 3.194q-1.316 1.318-3.185 1.318q-1.723 0-2.98-1.135T14.523 12.5H9.477q-.196 1.725-1.498 2.863T5.009 16.5M5 15.5q1.256 0 2.214-.793q.959-.793 1.24-2.207H6q-.213 0-.356-.144t-.144-.357t.144-.356T6 11.5h2.454q-.281-1.42-1.24-2.21Q6.256 8.5 5 8.5q-1.487 0-2.494 1.006T1.5 12q0 1.442 1.006 2.471T5 15.5m7.354-4h2.169q.087-.69.51-1.623q.425-.933 1.236-1.416h-5.05zm6.645 4q1.488 0 2.494-1.029t1.007-2.479q0-1.479-1.006-2.485T19 8.5q-.223 0-.416.01t-.376.067l.861 2.302q.073.188-.012.376t-.28.264q-.189.073-.38-.012t-.266-.28l-.812-2.296q-.865.483-1.342 1.327T15.5 12q0 1.442 1.006 2.471t2.493 1.029m-6.153 5.423v1.085q0 .22-.19.34q-.189.12-.406.01l-3.762-1.902q-.136-.081-.106-.23t.187-.149h2.546v-1.085q0-.22.19-.34t.407-.01l3.761 1.902q.137.081.107.23t-.188.149zM19 12"/></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.009%2016.5q-1.917%200-3.213-1.294T.5%2012q0-1.875%201.316-3.207T5%207.462q1.714%200%202.997%201.16Q9.281%209.78%209.477%2011.5h1.765l-2.146-6H8q-.213%200-.356-.144T7.5%204.999t.144-.356T8%204.5h3q.213%200%20.356.144t.144.357t-.144.356T11%205.5h-.83l.696%201.962h5.915L15.1%202.846q-.058-.173-.192-.26q-.135-.086-.308-.086H13q-.212%200-.356-.144t-.144-.357t.144-.356T13%201.5h1.6q.477%200%20.871.267t.567.725l1.816%204.958H19q1.868%200%203.184%201.316T23.5%2011.95q0%201.876-1.315%203.194q-1.316%201.318-3.185%201.318q-1.723%200-2.98-1.135T14.523%2012.5H9.477q-.196%201.725-1.498%202.863T5.009%2016.5M5%2015.5q1.256%200%202.214-.793q.959-.793%201.24-2.207H6q-.213%200-.356-.144t-.144-.357t.144-.356T6%2011.5h2.454q-.281-1.42-1.24-2.21Q6.256%208.5%205%208.5q-1.487%200-2.494%201.006T1.5%2012q0%201.442%201.006%202.471T5%2015.5m7.354-4h2.169q.087-.69.51-1.623q.425-.933%201.236-1.416h-5.05zm6.645%204q1.488%200%202.494-1.029t1.007-2.479q0-1.479-1.006-2.485T19%208.5q-.223%200-.416.01t-.376.067l.861%202.302q.073.188-.012.376t-.28.264q-.189.073-.38-.012t-.266-.28l-.812-2.296q-.865.483-1.342%201.327T15.5%2012q0%201.442%201.006%202.471t2.493%201.029m-6.153%205.423v1.085q0%20.22-.19.34q-.189.12-.406.01l-3.762-1.902q-.136-.081-.106-.23t.187-.149h2.546v-1.085q0-.22.19-.34t.407-.01l3.761%201.902q.137.081.107.23t-.188.149zM19%2012%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.009%2016.5q-1.917%200-3.213-1.294T.5%2012q0-1.875%201.316-3.207T5%207.462q1.714%200%202.997%201.16Q9.281%209.78%209.477%2011.5h1.765l-2.146-6H8q-.213%200-.356-.144T7.5%204.999t.144-.356T8%204.5h3q.213%200%20.356.144t.144.357t-.144.356T11%205.5h-.83l.696%201.962h5.915L15.1%202.846q-.058-.173-.192-.26q-.135-.086-.308-.086H13q-.212%200-.356-.144t-.144-.357t.144-.356T13%201.5h1.6q.477%200%20.871.267t.567.725l1.816%204.958H19q1.868%200%203.184%201.316T23.5%2011.95q0%201.876-1.315%203.194q-1.316%201.318-3.185%201.318q-1.723%200-2.98-1.135T14.523%2012.5H9.477q-.196%201.725-1.498%202.863T5.009%2016.5M5%2015.5q1.256%200%202.214-.793q.959-.793%201.24-2.207H6q-.213%200-.356-.144t-.144-.357t.144-.356T6%2011.5h2.454q-.281-1.42-1.24-2.21Q6.256%208.5%205%208.5q-1.487%200-2.494%201.006T1.5%2012q0%201.442%201.006%202.471T5%2015.5m7.354-4h2.169q.087-.69.51-1.623q.425-.933%201.236-1.416h-5.05zm6.645%204q1.488%200%202.494-1.029t1.007-2.479q0-1.479-1.006-2.485T19%208.5q-.223%200-.416.01t-.376.067l.861%202.302q.073.188-.012.376t-.28.264q-.189.073-.38-.012t-.266-.28l-.812-2.296q-.865.483-1.342%201.327T15.5%2012q0%201.442%201.006%202.471t2.493%201.029m-6.153%205.423v1.085q0%20.22-.19.34q-.189.12-.406.01l-3.762-1.902q-.136-.081-.106-.23t.187-.149h2.546v-1.085q0-.22.19-.34t.407-.01l3.761%201.902q.137.081.107.23t-.188.149zM19%2012%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-outline-rounded.svg?color=%231a73e8&size=48