Bus Railway icon

Bus Railway 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

bus_railway_outlined_fill0_wght400.svg

Bus Railway 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=bus_railway" />

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

Bus Railway icon in React

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

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

Bus Railway icon in Vue

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

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

Bus Railway icon in Angular

With Angular Material and the font from the HTML tab:

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

Bus Railway 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.bus_railway, fill: 0, weight: 400)

Bus Railway icon in Android

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

<!-- res/drawable/bus_railway.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="M7.175 13.852q-.4 .401-.4 .975T7.177 15.8q.401 .4 .975 .4T9.125 15.799q.4-.402 .4-.975T9.124 13.85q-.402-.4-.975-.4T7.175 13.852Zm13.61-1.989Q22 12.975 22 14.75v3.25q0 .825-.587 1.413T20 20l2 2H13.25l2-2q-.825 0-1.412-.587T13.25 18v-3.25q0-1.775 1.215-2.887T17.625 10.75q1.945 0 3.16 1.113ZM17.1 17.475q-.225 .225-.225 .525t.225 .525q.225 .225 .525 .225t.525-.225q.225-.225 .225-.525t-.225-.525q-.225-.225-.525-.225t-.525 .225Zm-2.158-3.725q-.096 .225-.144 .475-.048 .25-.048 .525v1h5.75v-1q0-.275-.05-.525t-.15-.475H14.942ZM12.025 2q4.15 0 6.063 .85T20 5.55v4.1q-.35-.125-.721-.212T18.5 9.3v-2.9H5.5v4.325h7.95q-.35 .325-.637 .698Q12.525 11.796 12.325 12.225H5.5v3q0 .875 .588 1.55t1.462 .675h4.2v1.5H7.55v1.375q0 .3-.244 .488-.245 .187-.606 .187h-.475q-.325 0-.575-.187T5.4 20.325v-2.1q-.725-.4-1.062-1.15T4 15.475v-9.925q0-1.841 1.913-2.696T12.025 2Zm0 2.9h6.475-13 6.525Zm-6.525 0h13q-.6-.65-2.3-1.025t-4.175-.375q-2.95 0-4.525 .338T5.5 4.9Zm6.825 7.325Z" />
</vector>

Bus Railway icon in SVG

npm install @material-symbols/svg-400

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

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

Bus Railway 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

NameBus Railway
Ligaturebus_railway
Code pointU+F36B
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/bus_railway.svg, bus_railway-fill.svg
FlutterSymbols.bus_railway
LicenseApache License 2.0 (© Google LLC)

Keywords

transittravelmapsstopmaptransportationvehiclejourneycarautomobilescheduleroutetransport

Related icons