pedal bike icon
pedal-bike-sharp from Material Symbols by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- pedal-bike-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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
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 pedal 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 20q-2.125 0-3.562-1.437T0 15t1.463-3.562T5 10q1.925 0 3.238 1.15T9.9 14h.65l-1.8-5H7V7h5v2h-1.1l.35 1h4.8L14.6 6H12V4h4.025L18.2 9.95h.8q2.075 0 3.538 1.463T24 14.95q0 2.1-1.45 3.575T19 20q-1.8 0-3.162-1.125T14.1 16H9.9q-.35 1.725-1.7 2.863T5 20m0-4h2.8v-2H5zm7.7-2h1.4q.125-.575.338-1.075T15 12h-3.05zm5.3 1.35l1.9-.7l-1-2.65l-1.85.7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPedalBikeSharp(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 20q-2.125 0-3.562-1.437T0 15t1.463-3.562T5 10q1.925 0 3.238 1.15T9.9 14h.65l-1.8-5H7V7h5v2h-1.1l.35 1h4.8L14.6 6H12V4h4.025L18.2 9.95h.8q2.075 0 3.538 1.463T24 14.95q0 2.1-1.45 3.575T19 20q-1.8 0-3.162-1.125T14.1 16H9.9q-.35 1.725-1.7 2.863T5 20m0-4h2.8v-2H5zm7.7-2h1.4q.125-.575.338-1.075T15 12h-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 20q-2.125 0-3.562-1.437T0 15t1.463-3.562T5 10q1.925 0 3.238 1.15T9.9 14h.65l-1.8-5H7V7h5v2h-1.1l.35 1h4.8L14.6 6H12V4h4.025L18.2 9.95h.8q2.075 0 3.538 1.463T24 14.95q0 2.1-1.45 3.575T19 20q-1.8 0-3.162-1.125T14.1 16H9.9q-.35 1.725-1.7 2.863T5 20m0-4h2.8v-2H5zm7.7-2h1.4q.125-.575.338-1.075T15 12h-3.05zm5.3 1.35l1.9-.7l-1-2.65l-1.85.7z"/></svg> </template>
CSS
.icon-pedal-bike-sharp {
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%2020q-2.125%200-3.562-1.437T0%2015t1.463-3.562T5%2010q1.925%200%203.238%201.15T9.9%2014h.65l-1.8-5H7V7h5v2h-1.1l.35%201h4.8L14.6%206H12V4h4.025L18.2%209.95h.8q2.075%200%203.538%201.463T24%2014.95q0%202.1-1.45%203.575T19%2020q-1.8%200-3.162-1.125T14.1%2016H9.9q-.35%201.725-1.7%202.863T5%2020m0-4h2.8v-2H5zm7.7-2h1.4q.125-.575.338-1.075T15%2012h-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%2020q-2.125%200-3.562-1.437T0%2015t1.463-3.562T5%2010q1.925%200%203.238%201.15T9.9%2014h.65l-1.8-5H7V7h5v2h-1.1l.35%201h4.8L14.6%206H12V4h4.025L18.2%209.95h.8q2.075%200%203.538%201.463T24%2014.95q0%202.1-1.45%203.575T19%2020q-1.8%200-3.162-1.125T14.1%2016H9.9q-.35%201.725-1.7%202.863T5%2020m0-4h2.8v-2H5zm7.7-2h1.4q.125-.575.338-1.075T15%2012h-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/pedal-bike-sharp.svg?color=%231a73e8&size=48