directions bike icon

directions-bike-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
directions-bike-rounded
Set
Material Symbols
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
directions-bike-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

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-.875M13.2 8.1l-2.4 2.4l1.65 1.725q.275.275.413.625t.137.75V18q0 .425-.288.713T12 19t-.712-.288T11 18v-4l-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.575.575 1.263.938t1.462.487q.425.075.663.4t.162.75t-.4.663t-.75.162q-1.125-.2-2.112-.7T14 8.9zm.888-3.187Q13.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 MaterialSymbolsDirectionsBikeRounded(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-.875M13.2 8.1l-2.4 2.4l1.65 1.725q.275.275.413.625t.137.75V18q0 .425-.288.713T12 19t-.712-.288T11 18v-4l-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.575.575 1.263.938t1.462.487q.425.075.663.4t.162.75t-.4.663t-.75.162q-1.125-.2-2.112-.7T14 8.9zm.888-3.187Q13.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-.875M13.2 8.1l-2.4 2.4l1.65 1.725q.275.275.413.625t.137.75V18q0 .425-.288.713T12 19t-.712-.288T11 18v-4l-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.575.575 1.263.938t1.462.487q.425.075.663.4t.162.75t-.4.663t-.75.162q-1.125-.2-2.112-.7T14 8.9zm.888-3.187Q13.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-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%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-.875M13.2%208.1l-2.4%202.4l1.65%201.725q.275.275.413.625t.137.75V18q0%20.425-.288.713T12%2019t-.712-.288T11%2018v-4l-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.575.575%201.263.938t1.462.487q.425.075.663.4t.162.75t-.4.663t-.75.162q-1.125-.2-2.112-.7T14%208.9zm.888-3.187Q13.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-.875M13.2%208.1l-2.4%202.4l1.65%201.725q.275.275.413.625t.137.75V18q0%20.425-.288.713T12%2019t-.712-.288T11%2018v-4l-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.575.575%201.263.938t1.462.487q.425.075.663.4t.162.75t-.4.663t-.75.162q-1.125-.2-2.112-.7T14%208.9zm.888-3.187Q13.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-rounded.svg?color=%231a73e8&size=48