fire truck icon
fire-truck-outline-sharp from Material Symbols by Google · Outline Sharp · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- fire-truck-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
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="M4.875 20.125Q4 19.25 4 18H1v-7h11V5h4V3h3v2h1.975L23 10.975V18h-3q0 1.25-.875 2.125T17 21t-2.125-.875T14 18h-4q0 1.25-.875 2.125T7 21t-2.125-.875m2.838-1.412Q8 18.425 8 18t-.288-.712T7 17t-.712.288T6 18t.288.713T7 19t.713-.288m10 0Q18 18.426 18 18t-.288-.712T17 17t-.712.288T16 18t.288.713T17 19t.713-.288M3 13v3h1.775q.425-.475 1-.737T7 15t1.225.263t1 .737H12v-3zm11 3h.775q.425-.475 1-.737T17 15t1.225.263t1 .737H21v-3h-7zm0-5h6.9l-1.35-4H14zM1 10V8.5h1v-2H1V5h10v1.5h-1v2h1V10zm2.5-1.5h1.75v-2H3.5zm3.25 0H8.5v-2H6.75zM12 13H3zm2 0h7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFireTruckOutlineSharp(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="M4.875 20.125Q4 19.25 4 18H1v-7h11V5h4V3h3v2h1.975L23 10.975V18h-3q0 1.25-.875 2.125T17 21t-2.125-.875T14 18h-4q0 1.25-.875 2.125T7 21t-2.125-.875m2.838-1.412Q8 18.425 8 18t-.288-.712T7 17t-.712.288T6 18t.288.713T7 19t.713-.288m10 0Q18 18.426 18 18t-.288-.712T17 17t-.712.288T16 18t.288.713T17 19t.713-.288M3 13v3h1.775q.425-.475 1-.737T7 15t1.225.263t1 .737H12v-3zm11 3h.775q.425-.475 1-.737T17 15t1.225.263t1 .737H21v-3h-7zm0-5h6.9l-1.35-4H14zM1 10V8.5h1v-2H1V5h10v1.5h-1v2h1V10zm2.5-1.5h1.75v-2H3.5zm3.25 0H8.5v-2H6.75zM12 13H3zm2 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="M4.875 20.125Q4 19.25 4 18H1v-7h11V5h4V3h3v2h1.975L23 10.975V18h-3q0 1.25-.875 2.125T17 21t-2.125-.875T14 18h-4q0 1.25-.875 2.125T7 21t-2.125-.875m2.838-1.412Q8 18.425 8 18t-.288-.712T7 17t-.712.288T6 18t.288.713T7 19t.713-.288m10 0Q18 18.426 18 18t-.288-.712T17 17t-.712.288T16 18t.288.713T17 19t.713-.288M3 13v3h1.775q.425-.475 1-.737T7 15t1.225.263t1 .737H12v-3zm11 3h.775q.425-.475 1-.737T17 15t1.225.263t1 .737H21v-3h-7zm0-5h6.9l-1.35-4H14zM1 10V8.5h1v-2H1V5h10v1.5h-1v2h1V10zm2.5-1.5h1.75v-2H3.5zm3.25 0H8.5v-2H6.75zM12 13H3zm2 0h7z"/></svg> </template>
CSS
.icon-fire-truck-outline-sharp {
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%22M4.875%2020.125Q4%2019.25%204%2018H1v-7h11V5h4V3h3v2h1.975L23%2010.975V18h-3q0%201.25-.875%202.125T17%2021t-2.125-.875T14%2018h-4q0%201.25-.875%202.125T7%2021t-2.125-.875m2.838-1.412Q8%2018.425%208%2018t-.288-.712T7%2017t-.712.288T6%2018t.288.713T7%2019t.713-.288m10%200Q18%2018.426%2018%2018t-.288-.712T17%2017t-.712.288T16%2018t.288.713T17%2019t.713-.288M3%2013v3h1.775q.425-.475%201-.737T7%2015t1.225.263t1%20.737H12v-3zm11%203h.775q.425-.475%201-.737T17%2015t1.225.263t1%20.737H21v-3h-7zm0-5h6.9l-1.35-4H14zM1%2010V8.5h1v-2H1V5h10v1.5h-1v2h1V10zm2.5-1.5h1.75v-2H3.5zm3.25%200H8.5v-2H6.75zM12%2013H3zm2%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%22M4.875%2020.125Q4%2019.25%204%2018H1v-7h11V5h4V3h3v2h1.975L23%2010.975V18h-3q0%201.25-.875%202.125T17%2021t-2.125-.875T14%2018h-4q0%201.25-.875%202.125T7%2021t-2.125-.875m2.838-1.412Q8%2018.425%208%2018t-.288-.712T7%2017t-.712.288T6%2018t.288.713T7%2019t.713-.288m10%200Q18%2018.426%2018%2018t-.288-.712T17%2017t-.712.288T16%2018t.288.713T17%2019t.713-.288M3%2013v3h1.775q.425-.475%201-.737T7%2015t1.225.263t1%20.737H12v-3zm11%203h.775q.425-.475%201-.737T17%2015t1.225.263t1%20.737H21v-3h-7zm0-5h6.9l-1.35-4H14zM1%2010V8.5h1v-2H1V5h10v1.5h-1v2h1V10zm2.5-1.5h1.75v-2H3.5zm3.25%200H8.5v-2H6.75zM12%2013H3zm2%200h7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fire-truck-outline-sharp.svg?color=%231a73e8&size=48