Two Wheeler icon

Two Wheeler 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

two_wheeler_outlined_fill0_wght400.svg

Two Wheeler 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=two_wheeler" />

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

Two Wheeler icon in React

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

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

Two Wheeler icon in Vue

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

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

Two Wheeler icon in Angular

With Angular Material and the font from the HTML tab:

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

Two Wheeler 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.two_wheeler, fill: 0, weight: 400)

Two Wheeler icon in Android

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

<!-- res/drawable/two_wheeler.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="M3.925 19q-1.625 0-2.775-1.137T0 15.075q0-1.65 1.138-2.787T3.9 11.15l-1.175-.9H0v-1.25h4.525l2.475 1.5 3.975-1.5h3.5l-1.95-2.5h-2.225v-1.5h2.975l2.15 2.775 3.225-1.6v2.6h-2.45l2.125 2.75q.425-.175 .85-.262t.875-.088q1.65 0 2.8 1.138T24 15.1q0 1.65-1.15 2.775t-2.8 1.125q-1.625 0-2.762-1.137T16.15 15.1q0-.75 .25-1.425t.75-1.225l-.875-1.125-3.65 5.575H9.875l-2.025-1.825q0 1.65-1.137 2.788T3.925 19Zm0-1.5q1.025 0 1.725-.712t.7-1.713q0-1-.7-1.712T3.925 12.65q-1 0-1.712 .7T1.5 15.075q0 1.025 .713 1.725t1.712 .7Zm7.35-7-4.325 1.625 4.325-1.625h3.75-3.75Zm8.775 7q1.025 0 1.738-.7t.712-1.7q0-1.025-.712-1.737T20.05 12.65q-1 0-1.7 .713T17.65 15.1q0 1 .7 1.7t1.7 .7Zm-8.225-2.1 3.2-4.9H11.275l-4.325 1.625 3.475 3.275h1.4Z" />
</vector>

Two Wheeler icon in SVG

npm install @material-symbols/svg-400

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

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

Two Wheeler 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

NameTwo Wheeler
Ligaturetwo_wheeler
Code pointU+E9F9
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/two_wheeler.svg, two_wheeler-fill.svg
FlutterSymbols.two_wheeler
LicenseApache License 2.0 (© Google LLC)

Keywords

transittravelmapslocationtransportationvehiclespeedjourneycarautomobileroutetransportcars

Related icons