Boat Bus icon

Boat Bus 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_bus_outlined_fill0_wght400.svg

Boat Bus 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_bus" />

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

Boat Bus icon in React

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

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

Boat Bus icon in Vue

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

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

Boat Bus icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Boat Bus icon in Android

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

<!-- res/drawable/boat_bus.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="M8.325 19.375q.575 .35 1.175 .588t1.25 .362v1.55q-.6-.125-1.212-.312T8.325 21.075q-.95 .45-1.937 .688T4.45 22h-1.45v-1.5h1.45q1 0 1.975-.275t1.9-.85Zm4.775-9.575ZM9.45 1.975h5.1v2.575h3.3q.619 0 1.06 .441Q19.35 5.431 19.35 6.05v3.3q-.35-.05-.712-.062T17.85 9.25v-3.2H6.15v4.275l5.85-1.775 2.75 .85q-.425 .05-.837 .163T13.1 9.8L4.4 12.425l1.2 3.975q.5-.275 .95-.625t.85-.775l.9-.95q.575 .55 1.15 1.075t1.3 .95v1.95q-.65-.225-1.275-.662T8.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.75 22q-.2 0-.35-.15t-.15-.35v-1.275q-.475-.275-.737-.725T12.25 18.5v-5.25q0-1.3 1.188-1.9t3.71-.6q2.62 0 3.736 .575T22 13.25v5.25q0 .525-.262 .988T21 20.225v1.275q0 .2-.15 .35t-.35 .15h-1q-.2 0-.35-.15t-.15-.35v-1H15.25v1q0 .2-.15 .35t-.35 .15h-1Zm1.375-3.25q.375 0 .625-.25t.25-.625q0-.375-.25-.625t-.625-.25q-.375 0-.625 .25t-.25 .625q0 .35 .263 .613T15.125 18.75Zm4 0q.375 0 .625-.25t.25-.625q0-.375-.25-.625t-.625-.25q-.375 0-.625 .25t-.25 .625q0 .35 .263 .613T19.125 18.75ZM13.75 15.5h6.75v-2H13.75v2Z" />
</vector>

Boat Bus icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

transittravelmapstransportationvehiclejourneycarautomobiletransportdirectionscarsroadpublic

Related icons