Bike Scooter icon

Bike Scooter is a Google Material Symbol from the Transit category. 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

bike_scooter_outlined_fill0_wght400.svg

Bike Scooter 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=bike_scooter" />

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

Bike Scooter icon in React

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

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

Bike Scooter icon in Vue

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

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

Bike Scooter icon in Angular

With Angular Material and the font from the HTML tab:

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

Bike Scooter 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.bike_scooter, fill: 0, weight: 400)

Bike Scooter icon in Android

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

<!-- res/drawable/bike_scooter.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="M0 19.1v-1.5h4.35q.2-1.8 1.388-3.112T8.675 12.825l-1.45-6.8H3.3v-1.5h3.65q.61 0 1.117 .35T8.7 5.8l1.8 8.4h-.525q-1.691 0-2.896 1.188Q5.875 16.575 5.875 18.275v.825H0Zm8.05 1.1q-.8-.8-.8-1.925t.8-1.925q.8-.8 1.925-.8t1.925 .8q.8 .8 .8 1.925t-.8 1.925q-.8 .8-1.925 .8t-1.925-.8Zm2.788-1.062Q11.2 18.775 11.2 18.275t-.362-.862Q10.475 17.05 9.975 17.05t-.862 .363Q8.75 17.775 8.75 18.275t.363 .863Q9.475 19.5 9.975 19.5t.863-.362ZM19.25 18.025q-1.81 0-3.18-1.112T14.425 14.05H11.875l-.2-1.5h2.752Q14.55 11.8 14.875 11.125t.875-1.15H11.025l-.35-1.5h5.9l-1.35-3.975H12.675v-1.5h2.325q.55 0 1.011 .303Q16.473 3.606 16.675 4.125l1.475 4.275h1.1q1.971 0 3.361 1.397Q24 11.193 24 13.175q0 2-1.375 3.425t-3.375 1.425Zm-.012-1.5q1.362 0 2.312-.962t.95-2.338q0-1.35-.95-2.3t-2.3-.95h-.5l1.025 2.825-1.4 .5-1.025-2.775q-.675 .425-1.037 1.163T15.95 13.223q0 1.376 .963 2.339Q17.875 16.525 19.238 16.525ZM9.975 18.275Zm9.25-5.025Z" />
</vector>

Bike Scooter icon in SVG

npm install @material-symbols/svg-400

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

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

Bike Scooter 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

NameBike Scooter
Ligaturebike_scooter
Code pointU+EF45
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/bike_scooter.svg, bike_scooter-fill.svg
FlutterSymbols.bike_scooter
LicenseApache License 2.0 (© Google LLC)

Keywords

transittravelgraphicmapssimpletransportationvehiclecarautomobilesigntransportoutdoorrecreation

Related icons