Directions Bike icon

Directions Bike is a Google Material Symbol from the Transit category. It's one of the 500 most used Material Symbols. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

directions_bike_outlined_fill0_wght400.svg

Directions Bike icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=directions_bike" />

<span class="material-symbols-outlined">directions_bike</span>

Directions Bike icon in React

// With the font from the HTML tab:
export function DirectionsBikeIcon() {
  return (
    <span className="material-symbols-outlined">
      directions_bike
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import DirectionsBikeIcon from "@material-symbols/svg-400/outlined/directions_bike.svg?react";

Directions Bike icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">directions_bike</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import DirectionsBikeIcon from "@material-symbols/svg-400/outlined/directions_bike.svg?component"; -->

Directions Bike icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">directions_bike</mat-icon>

Directions Bike icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.directions_bike, fill: 0, weight: 400)

Directions Bike icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/directions_bike.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M4.874 22Q2.85 22 1.425 20.574q-1.425-1.427-1.425-3.45Q0 15.1 1.426 13.675q1.427-1.425 3.45-1.425Q6.9 12.25 8.325 13.676q1.425 1.427 1.425 3.45Q9.75 19.15 8.324 20.575q-1.427 1.425-3.45 1.425ZM7.275 19.525q.975-.975 .975-2.4t-.975-2.4q-.975-.975-2.4-.975t-2.4 .975q-.975 .975-.975 2.4t.975 2.4q.975 .975 2.4 .975t2.4-.975Zm3.975-.675v-5L7.875 10.875q-.275-.225-.4-.546-.125-.321-.125-.675 0-.354 .138-.654t.387-.55l2.975-2.975q.275-.275 .615-.4t.712-.125q.373 0 .711 .125t.612 .4l1.95 1.95q.75 .75 1.706 1.2T19.175 9.075v1.5q-1.38 0-2.628-.55T14.325 8.5l-1-1-2.775 2.8 2.2 2.375v6.175h-1.5Zm2.938-14.235q-.538-.536-.538-1.288t.536-1.289q.535-.538 1.287-.538t1.29 .535q.537 .536 .537 1.288t-.535 1.29q-.536 .537-1.288 .537t-1.289-.535ZM19.124 22Q17.1 22 15.675 20.574q-1.425-1.427-1.425-3.45Q14.25 15.1 15.676 13.675q1.427-1.425 3.45-1.425Q21.15 12.25 22.575 13.676q1.425 1.427 1.425 3.45Q24 19.15 22.574 20.575q-1.427 1.425-3.45 1.425ZM21.525 19.525q.975-.975 .975-2.4t-.975-2.4q-.975-.975-2.4-.975t-2.4 .975q-.975 .975-.975 2.4t.975 2.4q.975 .975 2.4 .975t2.4-.975Z" />
</vector>

Directions Bike icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/directions_bike.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/directions_bike.svg" width="24" height="24" alt="Directions Bike">

Directions Bike icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameDirections Bike
Ligaturedirections_bike
Code pointU+E52F
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/directions_bike.svg, directions_bike-fill.svg
FlutterSymbols.directions_bike
LicenseApache License 2.0 (© Google LLC)

Keywords

transithumanpersontravelhealthmapsmaptransportationvehiclejourneyactivitypathroute

Related icons