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

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

2 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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.38 21.385q-1.82 0-3.1-1.284T1 16.996t1.284-3.1t3.105-1.28q1.82 0 3.1 1.283q1.28 1.284 1.28 3.105t-1.283 3.1t-3.105 1.28M7.779 19.4q.99-.986.99-2.395q0-1.408-.986-2.398q-.985-.99-2.394-.99q-1.408 0-2.398.985T2 16.996q0 1.408.986 2.398t2.394.99t2.399-.985M11.5 18.5v-4.942L8.03 10.93q-.222-.198-.343-.47q-.121-.27-.121-.57t.124-.555t.34-.474l2.916-2.916q.223-.223.524-.344q.3-.121.63-.121q.329 0 .63.121q.3.121.524.344l1.9 1.9q.7.7 1.571 1.11t1.852.506V10.5q-1.213-.096-2.299-.598t-1.932-1.348L13.2 7.408l-2.977 2.977l2.277 2.377V18.5zm2.549-13.549q-.433-.434-.433-1.067q0-.632.433-1.066q.434-.434 1.067-.434q.632 0 1.066.434t.433 1.066t-.433 1.067t-1.067.433t-1.066-.433m4.562 16.434q-1.82 0-3.1-1.284q-1.28-1.283-1.28-3.105t1.283-3.1t3.105-1.28t3.101 1.283T23 17.004t-1.283 3.1t-3.105 1.28M21.01 19.4q.99-.986.99-2.395q0-1.408-.986-2.398t-2.394-.99t-2.399.985t-.99 2.394t.986 2.4t2.394.99t2.399-.986"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDirectionsBike(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.38 21.385q-1.82 0-3.1-1.284T1 16.996t1.284-3.1t3.105-1.28q1.82 0 3.1 1.283q1.28 1.284 1.28 3.105t-1.283 3.1t-3.105 1.28M7.779 19.4q.99-.986.99-2.395q0-1.408-.986-2.398q-.985-.99-2.394-.99q-1.408 0-2.398.985T2 16.996q0 1.408.986 2.398t2.394.99t2.399-.985M11.5 18.5v-4.942L8.03 10.93q-.222-.198-.343-.47q-.121-.27-.121-.57t.124-.555t.34-.474l2.916-2.916q.223-.223.524-.344q.3-.121.63-.121q.329 0 .63.121q.3.121.524.344l1.9 1.9q.7.7 1.571 1.11t1.852.506V10.5q-1.213-.096-2.299-.598t-1.932-1.348L13.2 7.408l-2.977 2.977l2.277 2.377V18.5zm2.549-13.549q-.433-.434-.433-1.067q0-.632.433-1.066q.434-.434 1.067-.434q.632 0 1.066.434t.433 1.066t-.433 1.067t-1.067.433t-1.066-.433m4.562 16.434q-1.82 0-3.1-1.284q-1.28-1.283-1.28-3.105t1.283-3.1t3.105-1.28t3.101 1.283T23 17.004t-1.283 3.1t-3.105 1.28M21.01 19.4q.99-.986.99-2.395q0-1.408-.986-2.398t-2.394-.99t-2.399.985t-.99 2.394t.986 2.4t2.394.99t2.399-.986"/></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.38 21.385q-1.82 0-3.1-1.284T1 16.996t1.284-3.1t3.105-1.28q1.82 0 3.1 1.283q1.28 1.284 1.28 3.105t-1.283 3.1t-3.105 1.28M7.779 19.4q.99-.986.99-2.395q0-1.408-.986-2.398q-.985-.99-2.394-.99q-1.408 0-2.398.985T2 16.996q0 1.408.986 2.398t2.394.99t2.399-.985M11.5 18.5v-4.942L8.03 10.93q-.222-.198-.343-.47q-.121-.27-.121-.57t.124-.555t.34-.474l2.916-2.916q.223-.223.524-.344q.3-.121.63-.121q.329 0 .63.121q.3.121.524.344l1.9 1.9q.7.7 1.571 1.11t1.852.506V10.5q-1.213-.096-2.299-.598t-1.932-1.348L13.2 7.408l-2.977 2.977l2.277 2.377V18.5zm2.549-13.549q-.433-.434-.433-1.067q0-.632.433-1.066q.434-.434 1.067-.434q.632 0 1.066.434t.433 1.066t-.433 1.067t-1.067.433t-1.066-.433m4.562 16.434q-1.82 0-3.1-1.284q-1.28-1.283-1.28-3.105t1.283-3.1t3.105-1.28t3.101 1.283T23 17.004t-1.283 3.1t-3.105 1.28M21.01 19.4q.99-.986.99-2.395q0-1.408-.986-2.398t-2.394-.99t-2.399.985t-.99 2.394t.986 2.4t2.394.99t2.399-.986"/></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.38%2021.385q-1.82%200-3.1-1.284T1%2016.996t1.284-3.1t3.105-1.28q1.82%200%203.1%201.283q1.28%201.284%201.28%203.105t-1.283%203.1t-3.105%201.28M7.779%2019.4q.99-.986.99-2.395q0-1.408-.986-2.398q-.985-.99-2.394-.99q-1.408%200-2.398.985T2%2016.996q0%201.408.986%202.398t2.394.99t2.399-.985M11.5%2018.5v-4.942L8.03%2010.93q-.222-.198-.343-.47q-.121-.27-.121-.57t.124-.555t.34-.474l2.916-2.916q.223-.223.524-.344q.3-.121.63-.121q.329%200%20.63.121q.3.121.524.344l1.9%201.9q.7.7%201.571%201.11t1.852.506V10.5q-1.213-.096-2.299-.598t-1.932-1.348L13.2%207.408l-2.977%202.977l2.277%202.377V18.5zm2.549-13.549q-.433-.434-.433-1.067q0-.632.433-1.066q.434-.434%201.067-.434q.632%200%201.066.434t.433%201.066t-.433%201.067t-1.067.433t-1.066-.433m4.562%2016.434q-1.82%200-3.1-1.284q-1.28-1.283-1.28-3.105t1.283-3.1t3.105-1.28t3.101%201.283T23%2017.004t-1.283%203.1t-3.105%201.28M21.01%2019.4q.99-.986.99-2.395q0-1.408-.986-2.398t-2.394-.99t-2.399.985t-.99%202.394t.986%202.4t2.394.99t2.399-.986%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.38%2021.385q-1.82%200-3.1-1.284T1%2016.996t1.284-3.1t3.105-1.28q1.82%200%203.1%201.283q1.28%201.284%201.28%203.105t-1.283%203.1t-3.105%201.28M7.779%2019.4q.99-.986.99-2.395q0-1.408-.986-2.398q-.985-.99-2.394-.99q-1.408%200-2.398.985T2%2016.996q0%201.408.986%202.398t2.394.99t2.399-.985M11.5%2018.5v-4.942L8.03%2010.93q-.222-.198-.343-.47q-.121-.27-.121-.57t.124-.555t.34-.474l2.916-2.916q.223-.223.524-.344q.3-.121.63-.121q.329%200%20.63.121q.3.121.524.344l1.9%201.9q.7.7%201.571%201.11t1.852.506V10.5q-1.213-.096-2.299-.598t-1.932-1.348L13.2%207.408l-2.977%202.977l2.277%202.377V18.5zm2.549-13.549q-.433-.434-.433-1.067q0-.632.433-1.066q.434-.434%201.067-.434q.632%200%201.066.434t.433%201.066t-.433%201.067t-1.067.433t-1.066-.433m4.562%2016.434q-1.82%200-3.1-1.284q-1.28-1.283-1.28-3.105t1.283-3.1t3.105-1.28t3.101%201.283T23%2017.004t-1.283%203.1t-3.105%201.28M21.01%2019.4q.99-.986.99-2.395q0-1.408-.986-2.398t-2.394-.99t-2.399.985t-.99%202.394t.986%202.4t2.394.99t2.399-.986%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/directions-bike.svg?color=%231a73e8&size=48