directions bike icon
directions-bike from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- directions-bike
- Set
- Material Symbols
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- directions-bike-outline
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="M5 22q-2.075 0-3.537-1.463T0 17t1.463-3.537T5 12t3.538 1.463T10 17t-1.463 3.538T5 22m2.125-2.875Q8 18.25 8 17t-.875-2.125T5 14t-2.125.875T2 17t.875 2.125T5 20t2.125-.875M11 19v-5l-3.2-2.8q-.3-.275-.45-.637T7.2 9.8t.163-.762T7.8 8.4l2.8-2.8q.3-.3.688-.45T12.1 5t.813.15t.687.45l1.9 1.9q.7.7 1.6 1.1T19 9v2q-1.425 0-2.713-.55T14 8.9l-.8-.8l-2.4 2.4l2.2 2.3V19zm3.088-14.087Q13.5 4.325 13.5 3.5t.588-1.412T15.5 1.5t1.413.588T17.5 3.5t-.587 1.413T15.5 5.5t-1.412-.587M19 22q-2.075 0-3.537-1.463T14 17t1.463-3.537T19 12t3.538 1.463T24 17t-1.463 3.538T19 22m2.125-2.875Q22 18.25 22 17t-.875-2.125T19 14t-2.125.875T16 17t.875 2.125T19 20t2.125-.875"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDirectionsBike(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 22q-2.075 0-3.537-1.463T0 17t1.463-3.537T5 12t3.538 1.463T10 17t-1.463 3.538T5 22m2.125-2.875Q8 18.25 8 17t-.875-2.125T5 14t-2.125.875T2 17t.875 2.125T5 20t2.125-.875M11 19v-5l-3.2-2.8q-.3-.275-.45-.637T7.2 9.8t.163-.762T7.8 8.4l2.8-2.8q.3-.3.688-.45T12.1 5t.813.15t.687.45l1.9 1.9q.7.7 1.6 1.1T19 9v2q-1.425 0-2.713-.55T14 8.9l-.8-.8l-2.4 2.4l2.2 2.3V19zm3.088-14.087Q13.5 4.325 13.5 3.5t.588-1.412T15.5 1.5t1.413.588T17.5 3.5t-.587 1.413T15.5 5.5t-1.412-.587M19 22q-2.075 0-3.537-1.463T14 17t1.463-3.537T19 12t3.538 1.463T24 17t-1.463 3.538T19 22m2.125-2.875Q22 18.25 22 17t-.875-2.125T19 14t-2.125.875T16 17t.875 2.125T19 20t2.125-.875"/></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 22q-2.075 0-3.537-1.463T0 17t1.463-3.537T5 12t3.538 1.463T10 17t-1.463 3.538T5 22m2.125-2.875Q8 18.25 8 17t-.875-2.125T5 14t-2.125.875T2 17t.875 2.125T5 20t2.125-.875M11 19v-5l-3.2-2.8q-.3-.275-.45-.637T7.2 9.8t.163-.762T7.8 8.4l2.8-2.8q.3-.3.688-.45T12.1 5t.813.15t.687.45l1.9 1.9q.7.7 1.6 1.1T19 9v2q-1.425 0-2.713-.55T14 8.9l-.8-.8l-2.4 2.4l2.2 2.3V19zm3.088-14.087Q13.5 4.325 13.5 3.5t.588-1.412T15.5 1.5t1.413.588T17.5 3.5t-.587 1.413T15.5 5.5t-1.412-.587M19 22q-2.075 0-3.537-1.463T14 17t1.463-3.537T19 12t3.538 1.463T24 17t-1.463 3.538T19 22m2.125-2.875Q22 18.25 22 17t-.875-2.125T19 14t-2.125.875T16 17t.875 2.125T19 20t2.125-.875"/></svg> </template>
CSS
.icon-directions-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%22M5%2022q-2.075%200-3.537-1.463T0%2017t1.463-3.537T5%2012t3.538%201.463T10%2017t-1.463%203.538T5%2022m2.125-2.875Q8%2018.25%208%2017t-.875-2.125T5%2014t-2.125.875T2%2017t.875%202.125T5%2020t2.125-.875M11%2019v-5l-3.2-2.8q-.3-.275-.45-.637T7.2%209.8t.163-.762T7.8%208.4l2.8-2.8q.3-.3.688-.45T12.1%205t.813.15t.687.45l1.9%201.9q.7.7%201.6%201.1T19%209v2q-1.425%200-2.713-.55T14%208.9l-.8-.8l-2.4%202.4l2.2%202.3V19zm3.088-14.087Q13.5%204.325%2013.5%203.5t.588-1.412T15.5%201.5t1.413.588T17.5%203.5t-.587%201.413T15.5%205.5t-1.412-.587M19%2022q-2.075%200-3.537-1.463T14%2017t1.463-3.537T19%2012t3.538%201.463T24%2017t-1.463%203.538T19%2022m2.125-2.875Q22%2018.25%2022%2017t-.875-2.125T19%2014t-2.125.875T16%2017t.875%202.125T19%2020t2.125-.875%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%2022q-2.075%200-3.537-1.463T0%2017t1.463-3.537T5%2012t3.538%201.463T10%2017t-1.463%203.538T5%2022m2.125-2.875Q8%2018.25%208%2017t-.875-2.125T5%2014t-2.125.875T2%2017t.875%202.125T5%2020t2.125-.875M11%2019v-5l-3.2-2.8q-.3-.275-.45-.637T7.2%209.8t.163-.762T7.8%208.4l2.8-2.8q.3-.3.688-.45T12.1%205t.813.15t.687.45l1.9%201.9q.7.7%201.6%201.1T19%209v2q-1.425%200-2.713-.55T14%208.9l-.8-.8l-2.4%202.4l2.2%202.3V19zm3.088-14.087Q13.5%204.325%2013.5%203.5t.588-1.412T15.5%201.5t1.413.588T17.5%203.5t-.587%201.413T15.5%205.5t-1.412-.587M19%2022q-2.075%200-3.537-1.463T14%2017t1.463-3.537T19%2012t3.538%201.463T24%2017t-1.463%203.538T19%2022m2.125-2.875Q22%2018.25%2022%2017t-.875-2.125T19%2014t-2.125.875T16%2017t.875%202.125T19%2020t2.125-.875%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.svg?color=%231a73e8&size=48