Electric Bike icon

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

electric_bike_outlined_fill0_wght400.svg

Electric 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=electric_bike" />

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

Electric Bike icon in React

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

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

Electric Bike icon in Vue

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

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

Electric Bike icon in Angular

With Angular Material and the font from the HTML tab:

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

Electric 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.electric_bike, fill: 0, weight: 400)

Electric Bike icon in Android

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

<!-- res/drawable/electric_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.825 17q-2.025 0-3.437-1.425T-.025 12.125q0-2.025 1.426-3.437T4.85 7.275q1.775 0 3.113 1.138T9.575 11.3h1.275l-2.05-5.8h-1.825v-1.5h4.7v1.5h-1.3l.65 1.775h5.55l-1.775-4.775H12.175v-1.5h2.475q.6 0 1.013 .275t.612 .825l1.9 5.175h.95q2.013 0 3.432 1.406Q23.975 10.087 23.975 12.081 23.975 14.1 22.569 15.55T19.125 17q-1.79 0-3.145-1.2T14.325 12.8H9.575q-.275 1.8-1.612 3T4.825 17Zm0-1.5q1.2 0 2.088-.775t1.187-1.925H5.125v-1.5h2.975q-.3-1.125-1.2-1.825t-2.05-.7q-1.4 0-2.387 .975T1.475 12.125q0 1.406 .975 2.391Q3.425 15.5 4.825 15.5Zm7.625-4.2h1.9q.1-.575 .388-1.275t.787-1.25H11.55l.9 2.525Zm6.675 4.2q1.4 0 2.375-.984 .975-.985 .975-2.391 0-1.4-.975-2.375t-2.375-.975h-.4l.975 2.825-1.4 .475-1.075-2.8q-.725 .425-1.087 1.2T15.775 12.125q0 1.406 .975 2.391Q17.725 15.5 19.125 15.5ZM12.9 23 7.325 20.175h3.675v-1.9l5.675 2.85H12.9v1.875ZM4.8 12.125Zm14.325 0Z" />
</vector>

Electric Bike icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/electric_bike.svg" width="24" height="24" alt="Electric Bike">

Electric 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

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

Keywords

transittravelmapspowertransportationvehiclespeedleisureoutdoorbatteryrecreationsportselectricity

Related icons