Boat Railway icon

Boat 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

boat_railway_outlined_fill0_wght400.svg

Boat 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=boat_railway" />

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

Boat Railway icon in React

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

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

Boat Railway icon in Vue

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

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

Boat Railway icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Boat Railway icon in Android

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

<!-- res/drawable/boat_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="M13.6 10.6ZM8.325 19.375q1.025 .625 2.125 .9t2.275 .15l-1.55 1.525q-.725-.075-1.425-.3t-1.425-.575q-.95 .45-1.937 .688T4.45 22h-1.45v-1.5h1.45q1 0 1.975-.275t1.9-.85Zm1.125-17.4h5.1v2.575h3.3q.619 0 1.06 .441Q19.35 5.431 19.35 6.05v3.4q-.35-.1-.725-.137t-.775-.063v-3.2H6.15v4.275l5.85-1.775 3.4 1.05q-.525 .175-.962 .425T13.6 10.6l-1.6-.475-7.6 2.3 1.2 3.975q.5-.275 .95-.625t.85-.775l.9-.95 1.025 1.2q.5 .575 1.1 1t1.325 .5v1.525q-.85-.075-1.762-.575T8.275 16.325q-.85 .825-1.8 1.313T4.575 18.25l-1.8-6.125q-.1-.3 .046-.565 .145-.265 .454-.36l1.375-.4v-4.75q0-.619 .441-1.059Q5.531 4.55 6.15 4.55h3.3v-2.575ZM13.25 22l2-2q-.825 0-1.412-.587T13.25 18v-3.25q0-1.775 1.215-2.887T17.625 10.75q1.945 0 3.16 1.113T22 14.75v3.25q0 .825-.587 1.413T20 20l2 2H13.25Zm4.9-3.475q.225-.225 .225-.525t-.225-.525q-.225-.225-.525-.225t-.525 .225q-.225 .225-.225 .525t.225 .525q.225 .225 .525 .225t.525-.225ZM14.75 15.75h5.75v-1q0-.275-.05-.525t-.15-.475H14.942q-.096 .225-.144 .475-.048 .25-.048 .525v1Z" />
</vector>

Boat Railway icon in SVG

npm install @material-symbols/svg-400

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

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

Boat 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

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

Keywords

transitconnectiontravelmapsdiagrammaptransportationvehicletransferjourneycarpathautomobile

Related icons