fire extinguisher icon
fire-extinguisher from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- fire-extinguisher
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
fire-extinguisherFont Awesome 6 Solidfire-extinguisherFont Awesome Solidfire-extinguisherFluent Emojifire-extinguisherFluent Emoji Flatfire-extinguisherFluent Emoji High Contrastfire-extinguisherHuge Iconsfire-extinguisherIconParkfire-extinguisherIconPark Outlinefire-extinguisherIconPark Solidfire-extinguisherIconPark TwoTonefire-extinguisherLine Awesomefire-extinguisherLucidefire-extinguisherMaterial Symbols Lightfire-extinguisherMaterial Design Iconsfire-extinguisherMyna UI Iconsfire-extinguisherNoto Emojifire-extinguisherOpenMojifire-extinguisherPhosphorfire-extinguisherTabler Iconsfire-extinguisherTwitter Emoji
More household icons from Material Symbols
Use the fire extinguisher icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.975 16v-3h10v3zm5.713-10.312q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287M7.075 11q.25-1.25 1.063-2.212t1.987-1.438q-.275-.2-.488-.462T9.276 6.3L5 5.475v-1l4.275-.825q.375-.75 1.088-1.225t1.612-.475q.575 0 1.1.225T14 2.75l4-.775v6L14 7.2q-.05.05-.088.075t-.087.075Q15 7.825 15.8 8.775T16.875 11zm1.9 11q-.825 0-1.412-.587T6.975 20v-2h10v2q0 .825-.587 1.413T14.975 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFireExtinguisher(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="M6.975 16v-3h10v3zm5.713-10.312q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287M7.075 11q.25-1.25 1.063-2.212t1.987-1.438q-.275-.2-.488-.462T9.276 6.3L5 5.475v-1l4.275-.825q.375-.75 1.088-1.225t1.612-.475q.575 0 1.1.225T14 2.75l4-.775v6L14 7.2q-.05.05-.088.075t-.087.075Q15 7.825 15.8 8.775T16.875 11zm1.9 11q-.825 0-1.412-.587T6.975 20v-2h10v2q0 .825-.587 1.413T14.975 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.975 16v-3h10v3zm5.713-10.312q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287M7.075 11q.25-1.25 1.063-2.212t1.987-1.438q-.275-.2-.488-.462T9.276 6.3L5 5.475v-1l4.275-.825q.375-.75 1.088-1.225t1.612-.475q.575 0 1.1.225T14 2.75l4-.775v6L14 7.2q-.05.05-.088.075t-.087.075Q15 7.825 15.8 8.775T16.875 11zm1.9 11q-.825 0-1.412-.587T6.975 20v-2h10v2q0 .825-.587 1.413T14.975 22z"/></svg> </template>
CSS
.icon-fire-extinguisher {
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%22M6.975%2016v-3h10v3zm5.713-10.312q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287M7.075%2011q.25-1.25%201.063-2.212t1.987-1.438q-.275-.2-.488-.462T9.276%206.3L5%205.475v-1l4.275-.825q.375-.75%201.088-1.225t1.612-.475q.575%200%201.1.225T14%202.75l4-.775v6L14%207.2q-.05.05-.088.075t-.087.075Q15%207.825%2015.8%208.775T16.875%2011zm1.9%2011q-.825%200-1.412-.587T6.975%2020v-2h10v2q0%20.825-.587%201.413T14.975%2022z%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%22M6.975%2016v-3h10v3zm5.713-10.312q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287M7.075%2011q.25-1.25%201.063-2.212t1.987-1.438q-.275-.2-.488-.462T9.276%206.3L5%205.475v-1l4.275-.825q.375-.75%201.088-1.225t1.612-.475q.575%200%201.1.225T14%202.75l4-.775v6L14%207.2q-.05.05-.088.075t-.087.075Q15%207.825%2015.8%208.775T16.875%2011zm1.9%2011q-.825%200-1.412-.587T6.975%2020v-2h10v2q0%20.825-.587%201.413T14.975%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fire-extinguisher.svg?color=%231a73e8&size=48