directions bike icon
directions-bike-sharp from Material Symbols by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- directions-bike-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- directions-bike-outline-sharp
2 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 directions bike icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 5.5q-.825 0-1.412-.587T13.5 3.5t.588-1.412T15.5 1.5t1.413.588T17.5 3.5t-.587 1.413T15.5 5.5m-4.7 5l2.2 2.3V19h-2v-5L6.3 9.9l4.3-4.3q.325-.325.688-.462T12.1 5t.813.138t.687.462l1.9 1.9q.675.675 1.575 1.088T19.1 9v2q-1.575 0-2.85-.562T14 8.9l-.8-.8zM5 12q2.125 0 3.563 1.438T10 17t-1.437 3.563T5 22t-3.562-1.437T0 17t1.438-3.562T5 12m2.463 7.463Q8.5 18.425 8.5 17t-1.037-2.463T5 13.5t-2.463 1.038T1.5 17t1.038 2.463T5 20.5t2.463-1.037m15.1-6.026Q24 14.875 24 17t-1.437 3.563T19 22t-3.562-1.437T14 17t1.438-3.562T19 12t3.563 1.438m-1.1 6.025Q22.5 18.425 22.5 17t-1.037-2.463T19 13.5t-2.463 1.038T15.5 17t1.038 2.463T19 20.5t2.463-1.037"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDirectionsBikeSharp(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="M15.5 5.5q-.825 0-1.412-.587T13.5 3.5t.588-1.412T15.5 1.5t1.413.588T17.5 3.5t-.587 1.413T15.5 5.5m-4.7 5l2.2 2.3V19h-2v-5L6.3 9.9l4.3-4.3q.325-.325.688-.462T12.1 5t.813.138t.687.462l1.9 1.9q.675.675 1.575 1.088T19.1 9v2q-1.575 0-2.85-.562T14 8.9l-.8-.8zM5 12q2.125 0 3.563 1.438T10 17t-1.437 3.563T5 22t-3.562-1.437T0 17t1.438-3.562T5 12m2.463 7.463Q8.5 18.425 8.5 17t-1.037-2.463T5 13.5t-2.463 1.038T1.5 17t1.038 2.463T5 20.5t2.463-1.037m15.1-6.026Q24 14.875 24 17t-1.437 3.563T19 22t-3.562-1.437T14 17t1.438-3.562T19 12t3.563 1.438m-1.1 6.025Q22.5 18.425 22.5 17t-1.037-2.463T19 13.5t-2.463 1.038T15.5 17t1.038 2.463T19 20.5t2.463-1.037"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 5.5q-.825 0-1.412-.587T13.5 3.5t.588-1.412T15.5 1.5t1.413.588T17.5 3.5t-.587 1.413T15.5 5.5m-4.7 5l2.2 2.3V19h-2v-5L6.3 9.9l4.3-4.3q.325-.325.688-.462T12.1 5t.813.138t.687.462l1.9 1.9q.675.675 1.575 1.088T19.1 9v2q-1.575 0-2.85-.562T14 8.9l-.8-.8zM5 12q2.125 0 3.563 1.438T10 17t-1.437 3.563T5 22t-3.562-1.437T0 17t1.438-3.562T5 12m2.463 7.463Q8.5 18.425 8.5 17t-1.037-2.463T5 13.5t-2.463 1.038T1.5 17t1.038 2.463T5 20.5t2.463-1.037m15.1-6.026Q24 14.875 24 17t-1.437 3.563T19 22t-3.562-1.437T14 17t1.438-3.562T19 12t3.563 1.438m-1.1 6.025Q22.5 18.425 22.5 17t-1.037-2.463T19 13.5t-2.463 1.038T15.5 17t1.038 2.463T19 20.5t2.463-1.037"/></svg> </template>
CSS
.icon-directions-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%22M15.5%205.5q-.825%200-1.412-.587T13.5%203.5t.588-1.412T15.5%201.5t1.413.588T17.5%203.5t-.587%201.413T15.5%205.5m-4.7%205l2.2%202.3V19h-2v-5L6.3%209.9l4.3-4.3q.325-.325.688-.462T12.1%205t.813.138t.687.462l1.9%201.9q.675.675%201.575%201.088T19.1%209v2q-1.575%200-2.85-.562T14%208.9l-.8-.8zM5%2012q2.125%200%203.563%201.438T10%2017t-1.437%203.563T5%2022t-3.562-1.437T0%2017t1.438-3.562T5%2012m2.463%207.463Q8.5%2018.425%208.5%2017t-1.037-2.463T5%2013.5t-2.463%201.038T1.5%2017t1.038%202.463T5%2020.5t2.463-1.037m15.1-6.026Q24%2014.875%2024%2017t-1.437%203.563T19%2022t-3.562-1.437T14%2017t1.438-3.562T19%2012t3.563%201.438m-1.1%206.025Q22.5%2018.425%2022.5%2017t-1.037-2.463T19%2013.5t-2.463%201.038T15.5%2017t1.038%202.463T19%2020.5t2.463-1.037%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%22M15.5%205.5q-.825%200-1.412-.587T13.5%203.5t.588-1.412T15.5%201.5t1.413.588T17.5%203.5t-.587%201.413T15.5%205.5m-4.7%205l2.2%202.3V19h-2v-5L6.3%209.9l4.3-4.3q.325-.325.688-.462T12.1%205t.813.138t.687.462l1.9%201.9q.675.675%201.575%201.088T19.1%209v2q-1.575%200-2.85-.562T14%208.9l-.8-.8zM5%2012q2.125%200%203.563%201.438T10%2017t-1.437%203.563T5%2022t-3.562-1.437T0%2017t1.438-3.562T5%2012m2.463%207.463Q8.5%2018.425%208.5%2017t-1.037-2.463T5%2013.5t-2.463%201.038T1.5%2017t1.038%202.463T5%2020.5t2.463-1.037m15.1-6.026Q24%2014.875%2024%2017t-1.437%203.563T19%2022t-3.562-1.437T14%2017t1.438-3.562T19%2012t3.563%201.438m-1.1%206.025Q22.5%2018.425%2022.5%2017t-1.037-2.463T19%2013.5t-2.463%201.038T15.5%2017t1.038%202.463T19%2020.5t2.463-1.037%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/directions-bike-sharp.svg?color=%231a73e8&size=48