round electric bike icon
round-electric-bike from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-electric-bike
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the round 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="M19 7h-.82l-1.7-4.68A2.01 2.01 0 0 0 14.6 1H13c-.55 0-1 .45-1 1s.45 1 1 1h1.6l1.46 4h-4.81l-.36-1h.09c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1h.75l1.82 5H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45 6.87 0 9.2 0 12s2.2 5 5 5c2.46 0 4.45-1.69 4.9-4h4.2c.44 2.23 2.31 3.88 4.65 3.99c2.8.13 5.25-2.19 5.25-5C24 9.2 21.8 7 19 7M6 13h1.82c-.42 1.23-1.6 2.08-3.02 1.99c-1.49-.09-2.73-1.35-2.8-2.85C1.93 10.39 3.27 9 5 9c1.33 0 2.42.83 2.82 2H6c-.55 0-1 .45-1 1s.45 1 1 1m8.1-2h-1.4l-.73-2H15c-.44.58-.76 1.25-.9 2m4.78 4c-1.54-.06-2.84-1.37-2.88-2.92c-.02-.96.39-1.8 1.05-2.36l.62 1.7c.19.52.76.79 1.28.6s.79-.76.6-1.28l-.63-1.73l.01-.01A2.97 2.97 0 0 1 22 12c0 1.72-1.38 3.06-3.12 3M11 20H7l6 3v-2h4l-6-3z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundElectricBike(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="M19 7h-.82l-1.7-4.68A2.01 2.01 0 0 0 14.6 1H13c-.55 0-1 .45-1 1s.45 1 1 1h1.6l1.46 4h-4.81l-.36-1h.09c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1h.75l1.82 5H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45 6.87 0 9.2 0 12s2.2 5 5 5c2.46 0 4.45-1.69 4.9-4h4.2c.44 2.23 2.31 3.88 4.65 3.99c2.8.13 5.25-2.19 5.25-5C24 9.2 21.8 7 19 7M6 13h1.82c-.42 1.23-1.6 2.08-3.02 1.99c-1.49-.09-2.73-1.35-2.8-2.85C1.93 10.39 3.27 9 5 9c1.33 0 2.42.83 2.82 2H6c-.55 0-1 .45-1 1s.45 1 1 1m8.1-2h-1.4l-.73-2H15c-.44.58-.76 1.25-.9 2m4.78 4c-1.54-.06-2.84-1.37-2.88-2.92c-.02-.96.39-1.8 1.05-2.36l.62 1.7c.19.52.76.79 1.28.6s.79-.76.6-1.28l-.63-1.73l.01-.01A2.97 2.97 0 0 1 22 12c0 1.72-1.38 3.06-3.12 3M11 20H7l6 3v-2h4l-6-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 7h-.82l-1.7-4.68A2.01 2.01 0 0 0 14.6 1H13c-.55 0-1 .45-1 1s.45 1 1 1h1.6l1.46 4h-4.81l-.36-1h.09c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1h.75l1.82 5H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45 6.87 0 9.2 0 12s2.2 5 5 5c2.46 0 4.45-1.69 4.9-4h4.2c.44 2.23 2.31 3.88 4.65 3.99c2.8.13 5.25-2.19 5.25-5C24 9.2 21.8 7 19 7M6 13h1.82c-.42 1.23-1.6 2.08-3.02 1.99c-1.49-.09-2.73-1.35-2.8-2.85C1.93 10.39 3.27 9 5 9c1.33 0 2.42.83 2.82 2H6c-.55 0-1 .45-1 1s.45 1 1 1m8.1-2h-1.4l-.73-2H15c-.44.58-.76 1.25-.9 2m4.78 4c-1.54-.06-2.84-1.37-2.88-2.92c-.02-.96.39-1.8 1.05-2.36l.62 1.7c.19.52.76.79 1.28.6s.79-.76.6-1.28l-.63-1.73l.01-.01A2.97 2.97 0 0 1 22 12c0 1.72-1.38 3.06-3.12 3M11 20H7l6 3v-2h4l-6-3z"/></svg> </template>
CSS
.icon-round-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%22M19%207h-.82l-1.7-4.68A2.01%202.01%200%200%200%2014.6%201H13c-.55%200-1%20.45-1%201s.45%201%201%201h1.6l1.46%204h-4.81l-.36-1h.09c.55%200%201-.45%201-1s-.45-1-1-1H8c-.55%200-1%20.45-1%201s.45%201%201%201h.75l1.82%205H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45%206.87%200%209.2%200%2012s2.2%205%205%205c2.46%200%204.45-1.69%204.9-4h4.2c.44%202.23%202.31%203.88%204.65%203.99c2.8.13%205.25-2.19%205.25-5C24%209.2%2021.8%207%2019%207M6%2013h1.82c-.42%201.23-1.6%202.08-3.02%201.99c-1.49-.09-2.73-1.35-2.8-2.85C1.93%2010.39%203.27%209%205%209c1.33%200%202.42.83%202.82%202H6c-.55%200-1%20.45-1%201s.45%201%201%201m8.1-2h-1.4l-.73-2H15c-.44.58-.76%201.25-.9%202m4.78%204c-1.54-.06-2.84-1.37-2.88-2.92c-.02-.96.39-1.8%201.05-2.36l.62%201.7c.19.52.76.79%201.28.6s.79-.76.6-1.28l-.63-1.73l.01-.01A2.97%202.97%200%200%201%2022%2012c0%201.72-1.38%203.06-3.12%203M11%2020H7l6%203v-2h4l-6-3z%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%22M19%207h-.82l-1.7-4.68A2.01%202.01%200%200%200%2014.6%201H13c-.55%200-1%20.45-1%201s.45%201%201%201h1.6l1.46%204h-4.81l-.36-1h.09c.55%200%201-.45%201-1s-.45-1-1-1H8c-.55%200-1%20.45-1%201s.45%201%201%201h.75l1.82%205H9.9c-.44-2.23-2.31-3.88-4.65-3.99C2.45%206.87%200%209.2%200%2012s2.2%205%205%205c2.46%200%204.45-1.69%204.9-4h4.2c.44%202.23%202.31%203.88%204.65%203.99c2.8.13%205.25-2.19%205.25-5C24%209.2%2021.8%207%2019%207M6%2013h1.82c-.42%201.23-1.6%202.08-3.02%201.99c-1.49-.09-2.73-1.35-2.8-2.85C1.93%2010.39%203.27%209%205%209c1.33%200%202.42.83%202.82%202H6c-.55%200-1%20.45-1%201s.45%201%201%201m8.1-2h-1.4l-.73-2H15c-.44.58-.76%201.25-.9%202m4.78%204c-1.54-.06-2.84-1.37-2.88-2.92c-.02-.96.39-1.8%201.05-2.36l.62%201.7c.19.52.76.79%201.28.6s.79-.76.6-1.28l-.63-1.73l.01-.01A2.97%202.97%200%200%201%2022%2012c0%201.72-1.38%203.06-3.12%203M11%2020H7l6%203v-2h4l-6-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-electric-bike.svg?color=%231a73e8&size=48