fire extinguisher icon
fire-extinguisher-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- fire-extinguisher-outline
- Set
- Material Symbols
- Style
- Outline
- 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 18v-6.025l.25-.975h9.5l.25.975V18zM9 13v3h6v-3zm3.688-7.312q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287M16 5.55V4.4l-1.05.2q.025.1.025.188v.375q0 .087-.025.187zm-9.025 6.425q0-1.575.875-2.825t2.275-1.8q-.275-.2-.487-.462T9.275 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.075q1.4.55 2.275 1.8t.875 2.825H15q0-1.25-.875-2.112T12 9t-2.125.863T9 11.975zm2 10.025q-.825 0-1.412-.587T6.975 20v-2H9v2h6v-2h1.975v2q0 .825-.587 1.413T14.975 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFireExtinguisherOutline(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 18v-6.025l.25-.975h9.5l.25.975V18zM9 13v3h6v-3zm3.688-7.312q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287M16 5.55V4.4l-1.05.2q.025.1.025.188v.375q0 .087-.025.187zm-9.025 6.425q0-1.575.875-2.825t2.275-1.8q-.275-.2-.487-.462T9.275 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.075q1.4.55 2.275 1.8t.875 2.825H15q0-1.25-.875-2.112T12 9t-2.125.863T9 11.975zm2 10.025q-.825 0-1.412-.587T6.975 20v-2H9v2h6v-2h1.975v2q0 .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 18v-6.025l.25-.975h9.5l.25.975V18zM9 13v3h6v-3zm3.688-7.312q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287M16 5.55V4.4l-1.05.2q.025.1.025.188v.375q0 .087-.025.187zm-9.025 6.425q0-1.575.875-2.825t2.275-1.8q-.275-.2-.487-.462T9.275 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.075q1.4.55 2.275 1.8t.875 2.825H15q0-1.25-.875-2.112T12 9t-2.125.863T9 11.975zm2 10.025q-.825 0-1.412-.587T6.975 20v-2H9v2h6v-2h1.975v2q0 .825-.587 1.413T14.975 22z"/></svg> </template>
CSS
.icon-fire-extinguisher-outline {
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%2018v-6.025l.25-.975h9.5l.25.975V18zM9%2013v3h6v-3zm3.688-7.312q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287M16%205.55V4.4l-1.05.2q.025.1.025.188v.375q0%20.087-.025.187zm-9.025%206.425q0-1.575.875-2.825t2.275-1.8q-.275-.2-.487-.462T9.275%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.075q1.4.55%202.275%201.8t.875%202.825H15q0-1.25-.875-2.112T12%209t-2.125.863T9%2011.975zm2%2010.025q-.825%200-1.412-.587T6.975%2020v-2H9v2h6v-2h1.975v2q0%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%2018v-6.025l.25-.975h9.5l.25.975V18zM9%2013v3h6v-3zm3.688-7.312q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.287M16%205.55V4.4l-1.05.2q.025.1.025.188v.375q0%20.087-.025.187zm-9.025%206.425q0-1.575.875-2.825t2.275-1.8q-.275-.2-.487-.462T9.275%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.075q1.4.55%202.275%201.8t.875%202.825H15q0-1.25-.875-2.112T12%209t-2.125.863T9%2011.975zm2%2010.025q-.825%200-1.412-.587T6.975%2020v-2H9v2h6v-2h1.975v2q0%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-outline.svg?color=%231a73e8&size=48