Directions Railway 2 icon

Directions Railway 2 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

directions_railway_2_outlined_fill0_wght400.svg

Directions Railway 2 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_railway_2" />

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

Directions Railway 2 icon in React

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

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

Directions Railway 2 icon in Vue

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

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

Directions Railway 2 icon in Angular

With Angular Material and the font from the HTML tab:

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

Directions Railway 2 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_railway_2, fill: 0, weight: 400)

Directions Railway 2 icon in Android

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

<!-- res/drawable/directions_railway_2.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.025 22 1.975-2h12l2 2H4.025Zm2.95-3 1.075-1.1h-.725q-1.377 0-2.351-.966Q4 15.967 4 14.6v-6.675q0-3.2 2.325-5.05t5.675-1.85q3.35 0 5.675 1.85t2.325 5.05v6.675q0 1.367-.974 2.334Q18.053 17.9 16.675 17.9h-.75l1.1 1.1H6.975Zm.35-2.6h9.35q.761 0 1.293-.525T18.5 14.6v-4.2H5.5v4.2q0 .75 .532 1.275T7.325 16.4Zm5.763-1.937Q13.525 14.025 13.525 13.4t-.437-1.062Q12.65 11.9 12.025 11.9t-1.062 .438Q10.525 12.775 10.525 13.4t.438 1.063Q11.4 14.9 12.025 14.9t1.063-.437ZM5.5 8.9h13v-.975q0-.675-.15-1.275t-.425-1.125H6.075q-.275 .525-.425 1.125t-.15 1.275v.975Zm1.825-4.875h9.35q-.875-.725-2.087-1.112T12 2.525q-1.375 0-2.587 .388T7.325 4.025Zm4.675 6.375Zm0-6.375Z" />
</vector>

Directions Railway 2 icon in SVG

npm install @material-symbols/svg-400

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

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

Directions Railway 2 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 Railway 2
Ligaturedirections_railway_2
Code pointU+F462
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/directions_railway_2.svg, directions_railway_2-fill.svg
FlutterSymbols.directions_railway_2
LicenseApache License 2.0 (© Google LLC)

Keywords

transittraveltransportationvehiclejourneyrouteguidetripplatformcommutetrainpublic transport

Related icons