Fire Truck icon

Fire Truck is a Google Material Symbol from the Maps 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

fire_truck_outlined_fill0_wght400.svg

Fire Truck 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=fire_truck" />

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

Fire Truck icon in React

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

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

Fire Truck icon in Vue

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

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

Fire Truck icon in Angular

With Angular Material and the font from the HTML tab:

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

Fire Truck 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.fire_truck, fill: 0, weight: 400)

Fire Truck icon in Android

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

<!-- res/drawable/fire_truck.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.875 20.125q-.875-.875-.875-2.125h-1.5q-.619 0-1.059-.441Q1 17.119 1 16.5v-5.5h11v-4.5q0-.619 .441-1.059Q12.881 5 13.5 5h2.75v-1.25q0-.319 .216-.534Q16.681 3 17 3h1q.319 0 .535 .216Q18.75 3.431 18.75 3.75v1.25h1.175q.488 0 .881 .279T21.35 6.025l1.575 4.725q.05 .125 .063 .239 .012 .114 .012 .236v6.775H20q0 1.25-.875 2.125t-2.125 .875q-1.25 0-2.125-.875t-.875-2.125H10q0 1.25-.875 2.125t-2.125 .875q-1.25 0-2.125-.875Zm3.188-1.056Q8.5 18.638 8.5 18t-.437-1.069Q7.625 16.5 7 16.5t-1.062 .431Q5.5 17.363 5.5 18t.438 1.069Q6.375 19.5 7 19.5t1.063-.431Zm10 0Q18.5 18.638 18.5 18t-.437-1.069Q17.625 16.5 17 16.5t-1.062 .431Q15.5 17.363 15.5 18t.438 1.069Q16.375 19.5 17 19.5t1.063-.431ZM2.5 12.5v4h1.9q.4-.675 1.088-1.087T7 15q.825 0 1.513 .413T9.6 16.5h2.4v-4H2.5Zm11 4h.9q.4-.675 1.088-1.087T17 15q.825 0 1.513 .413T19.6 16.5h1.9v-4H13.5v4Zm0-5.5h7.925l-1.5-4.5H13.5v4.5ZM1 10v-1h1v-3H1v-1h10v1h-1v3h1v1H1Zm2-1h2.5v-3H3v3Zm3.5 0h2.5v-3H6.5v3Zm5.5 3.5H2.5h9.5Zm1.5 0h8-8Z" />
</vector>

Fire Truck icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/fire_truck.svg" width="24" height="24" alt="Fire Truck">

Fire Truck 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

NameFire Truck
Ligaturefire_truck
Code pointU+F8F2
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/fire_truck.svg, fire_truck-fill.svg
FlutterSymbols.fire_truck
LicenseApache License 2.0 (© Google LLC)

Keywords

mapsalertsecuritywarningservicetransportationvehiclesafetydangertransportalarmhelpemergency

Related icons