fire truck icon
fire-truck-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- fire-truck-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the fire truck icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.144 19.468q-.76-.763-.76-1.852h-.769q-.666 0-1.14-.475Q2 16.666 2 16v-3.384q0-.667.475-1.141T3.614 11H13V7.616q0-.667.475-1.141T14.615 6H16.5v-.5q0-.343.232-.575t.576-.233h.384q.344 0 .576.233t.232.575V6h.608q.525 0 .949.302q.424.301.585.804l1.283 3.798q.044.133.06.258q.015.125.015.26V16q0 .666-.475 1.14q-.474.476-1.14.476h-.77q0 1.096-.764 1.855q-.764.76-1.855.76q-1.092 0-1.852-.763t-.76-1.852H9.617q0 1.096-.765 1.855q-.764.76-1.856.76q-1.091 0-1.85-.763m3-.707q.47-.47.47-1.136t-.47-1.145T7 16t-1.145.48t-.47 1.145t.47 1.136T7 19.23t1.145-.47m10 0q.47-.47.47-1.136t-.47-1.145T17 16t-1.145.48t-.47 1.145t.47 1.136t1.145.47t1.145-.47M3 12.616V16q0 .27.173.442q.173.174.443.174H4.64q.27-.725.913-1.17Q6.196 15 7 15t1.446.445t.913 1.17H13V12H3.616q-.27 0-.443.173T3 12.616m11 4h.64q.271-.725.914-1.17Q16.196 15 17 15t1.446.445t.913 1.17h1.025q.27 0 .443-.173T21 16v-4h-7zM14 11h6.9l-1.196-3.577q-.058-.192-.221-.308Q19.319 7 19.108 7h-4.492q-.27 0-.443.173T14 7.615zM3 9.116V6.885h-.558q-.191 0-.317-.125Q2 6.635 2 6.443t.125-.317T2.442 6h8.5q.192 0 .317.125t.125.317t-.125.317t-.317.125h-.558v2.231h.558q.192 0 .317.125t.125.317t-.125.317t-.317.126h-8.5q-.191 0-.317-.125Q2 9.75 2 9.559t.125-.318t.317-.125zm.885 0H6.25V6.885H3.884zm3.25 0H9.5V6.885H7.134zM3 12h10zm11 0h7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFireTruckOutlineRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.144 19.468q-.76-.763-.76-1.852h-.769q-.666 0-1.14-.475Q2 16.666 2 16v-3.384q0-.667.475-1.141T3.614 11H13V7.616q0-.667.475-1.141T14.615 6H16.5v-.5q0-.343.232-.575t.576-.233h.384q.344 0 .576.233t.232.575V6h.608q.525 0 .949.302q.424.301.585.804l1.283 3.798q.044.133.06.258q.015.125.015.26V16q0 .666-.475 1.14q-.474.476-1.14.476h-.77q0 1.096-.764 1.855q-.764.76-1.855.76q-1.092 0-1.852-.763t-.76-1.852H9.617q0 1.096-.765 1.855q-.764.76-1.856.76q-1.091 0-1.85-.763m3-.707q.47-.47.47-1.136t-.47-1.145T7 16t-1.145.48t-.47 1.145t.47 1.136T7 19.23t1.145-.47m10 0q.47-.47.47-1.136t-.47-1.145T17 16t-1.145.48t-.47 1.145t.47 1.136t1.145.47t1.145-.47M3 12.616V16q0 .27.173.442q.173.174.443.174H4.64q.27-.725.913-1.17Q6.196 15 7 15t1.446.445t.913 1.17H13V12H3.616q-.27 0-.443.173T3 12.616m11 4h.64q.271-.725.914-1.17Q16.196 15 17 15t1.446.445t.913 1.17h1.025q.27 0 .443-.173T21 16v-4h-7zM14 11h6.9l-1.196-3.577q-.058-.192-.221-.308Q19.319 7 19.108 7h-4.492q-.27 0-.443.173T14 7.615zM3 9.116V6.885h-.558q-.191 0-.317-.125Q2 6.635 2 6.443t.125-.317T2.442 6h8.5q.192 0 .317.125t.125.317t-.125.317t-.317.125h-.558v2.231h.558q.192 0 .317.125t.125.317t-.125.317t-.317.126h-8.5q-.191 0-.317-.125Q2 9.75 2 9.559t.125-.318t.317-.125zm.885 0H6.25V6.885H3.884zm3.25 0H9.5V6.885H7.134zM3 12h10zm11 0h7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.144 19.468q-.76-.763-.76-1.852h-.769q-.666 0-1.14-.475Q2 16.666 2 16v-3.384q0-.667.475-1.141T3.614 11H13V7.616q0-.667.475-1.141T14.615 6H16.5v-.5q0-.343.232-.575t.576-.233h.384q.344 0 .576.233t.232.575V6h.608q.525 0 .949.302q.424.301.585.804l1.283 3.798q.044.133.06.258q.015.125.015.26V16q0 .666-.475 1.14q-.474.476-1.14.476h-.77q0 1.096-.764 1.855q-.764.76-1.855.76q-1.092 0-1.852-.763t-.76-1.852H9.617q0 1.096-.765 1.855q-.764.76-1.856.76q-1.091 0-1.85-.763m3-.707q.47-.47.47-1.136t-.47-1.145T7 16t-1.145.48t-.47 1.145t.47 1.136T7 19.23t1.145-.47m10 0q.47-.47.47-1.136t-.47-1.145T17 16t-1.145.48t-.47 1.145t.47 1.136t1.145.47t1.145-.47M3 12.616V16q0 .27.173.442q.173.174.443.174H4.64q.27-.725.913-1.17Q6.196 15 7 15t1.446.445t.913 1.17H13V12H3.616q-.27 0-.443.173T3 12.616m11 4h.64q.271-.725.914-1.17Q16.196 15 17 15t1.446.445t.913 1.17h1.025q.27 0 .443-.173T21 16v-4h-7zM14 11h6.9l-1.196-3.577q-.058-.192-.221-.308Q19.319 7 19.108 7h-4.492q-.27 0-.443.173T14 7.615zM3 9.116V6.885h-.558q-.191 0-.317-.125Q2 6.635 2 6.443t.125-.317T2.442 6h8.5q.192 0 .317.125t.125.317t-.125.317t-.317.125h-.558v2.231h.558q.192 0 .317.125t.125.317t-.125.317t-.317.126h-8.5q-.191 0-.317-.125Q2 9.75 2 9.559t.125-.318t.317-.125zm.885 0H6.25V6.885H3.884zm3.25 0H9.5V6.885H7.134zM3 12h10zm11 0h7z"/></svg> </template>
CSS
.icon-fire-truck-outline-rounded {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.144%2019.468q-.76-.763-.76-1.852h-.769q-.666%200-1.14-.475Q2%2016.666%202%2016v-3.384q0-.667.475-1.141T3.614%2011H13V7.616q0-.667.475-1.141T14.615%206H16.5v-.5q0-.343.232-.575t.576-.233h.384q.344%200%20.576.233t.232.575V6h.608q.525%200%20.949.302q.424.301.585.804l1.283%203.798q.044.133.06.258q.015.125.015.26V16q0%20.666-.475%201.14q-.474.476-1.14.476h-.77q0%201.096-.764%201.855q-.764.76-1.855.76q-1.092%200-1.852-.763t-.76-1.852H9.617q0%201.096-.765%201.855q-.764.76-1.856.76q-1.091%200-1.85-.763m3-.707q.47-.47.47-1.136t-.47-1.145T7%2016t-1.145.48t-.47%201.145t.47%201.136T7%2019.23t1.145-.47m10%200q.47-.47.47-1.136t-.47-1.145T17%2016t-1.145.48t-.47%201.145t.47%201.136t1.145.47t1.145-.47M3%2012.616V16q0%20.27.173.442q.173.174.443.174H4.64q.27-.725.913-1.17Q6.196%2015%207%2015t1.446.445t.913%201.17H13V12H3.616q-.27%200-.443.173T3%2012.616m11%204h.64q.271-.725.914-1.17Q16.196%2015%2017%2015t1.446.445t.913%201.17h1.025q.27%200%20.443-.173T21%2016v-4h-7zM14%2011h6.9l-1.196-3.577q-.058-.192-.221-.308Q19.319%207%2019.108%207h-4.492q-.27%200-.443.173T14%207.615zM3%209.116V6.885h-.558q-.191%200-.317-.125Q2%206.635%202%206.443t.125-.317T2.442%206h8.5q.192%200%20.317.125t.125.317t-.125.317t-.317.125h-.558v2.231h.558q.192%200%20.317.125t.125.317t-.125.317t-.317.126h-8.5q-.191%200-.317-.125Q2%209.75%202%209.559t.125-.318t.317-.125zm.885%200H6.25V6.885H3.884zm3.25%200H9.5V6.885H7.134zM3%2012h10zm11%200h7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.144%2019.468q-.76-.763-.76-1.852h-.769q-.666%200-1.14-.475Q2%2016.666%202%2016v-3.384q0-.667.475-1.141T3.614%2011H13V7.616q0-.667.475-1.141T14.615%206H16.5v-.5q0-.343.232-.575t.576-.233h.384q.344%200%20.576.233t.232.575V6h.608q.525%200%20.949.302q.424.301.585.804l1.283%203.798q.044.133.06.258q.015.125.015.26V16q0%20.666-.475%201.14q-.474.476-1.14.476h-.77q0%201.096-.764%201.855q-.764.76-1.855.76q-1.092%200-1.852-.763t-.76-1.852H9.617q0%201.096-.765%201.855q-.764.76-1.856.76q-1.091%200-1.85-.763m3-.707q.47-.47.47-1.136t-.47-1.145T7%2016t-1.145.48t-.47%201.145t.47%201.136T7%2019.23t1.145-.47m10%200q.47-.47.47-1.136t-.47-1.145T17%2016t-1.145.48t-.47%201.145t.47%201.136t1.145.47t1.145-.47M3%2012.616V16q0%20.27.173.442q.173.174.443.174H4.64q.27-.725.913-1.17Q6.196%2015%207%2015t1.446.445t.913%201.17H13V12H3.616q-.27%200-.443.173T3%2012.616m11%204h.64q.271-.725.914-1.17Q16.196%2015%2017%2015t1.446.445t.913%201.17h1.025q.27%200%20.443-.173T21%2016v-4h-7zM14%2011h6.9l-1.196-3.577q-.058-.192-.221-.308Q19.319%207%2019.108%207h-4.492q-.27%200-.443.173T14%207.615zM3%209.116V6.885h-.558q-.191%200-.317-.125Q2%206.635%202%206.443t.125-.317T2.442%206h8.5q.192%200%20.317.125t.125.317t-.125.317t-.317.125h-.558v2.231h.558q.192%200%20.317.125t.125.317t-.125.317t-.317.126h-8.5q-.191%200-.317-.125Q2%209.75%202%209.559t.125-.318t.317-.125zm.885%200H6.25V6.885H3.884zm3.25%200H9.5V6.885H7.134zM3%2012h10zm11%200h7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/fire-truck-outline-rounded.svg?color=%231a73e8&size=48