fire extinguisher icon
fire-extinguisher-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- fire-extinguisher-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
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 Symbolsfire-extinguisherMaterial Symbols Lightfire-extinguisherMaterial Design Iconsfire-extinguisherNoto Emojifire-extinguisherOpenMojifire-extinguisherPhosphorfire-extinguisherTabler Iconsfire-extinguisherTwitter Emoji
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="M11.5 1.25h2a1.75 1.75 0 0 1 1.466.803l.797-.265l1.5-.5a.75.75 0 0 1 .474 1.424l-2.364.788l2.364.788l.072.028a.75.75 0 0 1-.472 1.416l-.074-.02l-2.013-.671v1.137q.252.156.482.35c.929.78 1.518 1.955 1.518 3.472v10a2.77 2.77 0 0 1-2.75 2.75h-4A2.77 2.77 0 0 1 7.75 20V10c0-1.753.843-3.002 2-3.744v-2.47c-1.352.13-2.14.62-2.627 1.298c-.612.85-.873 2.15-.873 3.916a.75.75 0 0 1-1.5 0c0-1.844.258-3.545 1.155-4.792c.85-1.18 2.175-1.828 4.01-1.94A1.76 1.76 0 0 1 11.5 1.25"/></svg>
React
import type { SVGProps } from "react";
export function MynauiFireExtinguisherSolid(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="M11.5 1.25h2a1.75 1.75 0 0 1 1.466.803l.797-.265l1.5-.5a.75.75 0 0 1 .474 1.424l-2.364.788l2.364.788l.072.028a.75.75 0 0 1-.472 1.416l-.074-.02l-2.013-.671v1.137q.252.156.482.35c.929.78 1.518 1.955 1.518 3.472v10a2.77 2.77 0 0 1-2.75 2.75h-4A2.77 2.77 0 0 1 7.75 20V10c0-1.753.843-3.002 2-3.744v-2.47c-1.352.13-2.14.62-2.627 1.298c-.612.85-.873 2.15-.873 3.916a.75.75 0 0 1-1.5 0c0-1.844.258-3.545 1.155-4.792c.85-1.18 2.175-1.828 4.01-1.94A1.76 1.76 0 0 1 11.5 1.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 1.25h2a1.75 1.75 0 0 1 1.466.803l.797-.265l1.5-.5a.75.75 0 0 1 .474 1.424l-2.364.788l2.364.788l.072.028a.75.75 0 0 1-.472 1.416l-.074-.02l-2.013-.671v1.137q.252.156.482.35c.929.78 1.518 1.955 1.518 3.472v10a2.77 2.77 0 0 1-2.75 2.75h-4A2.77 2.77 0 0 1 7.75 20V10c0-1.753.843-3.002 2-3.744v-2.47c-1.352.13-2.14.62-2.627 1.298c-.612.85-.873 2.15-.873 3.916a.75.75 0 0 1-1.5 0c0-1.844.258-3.545 1.155-4.792c.85-1.18 2.175-1.828 4.01-1.94A1.76 1.76 0 0 1 11.5 1.25"/></svg> </template>
CSS
.icon-fire-extinguisher-solid {
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%22M11.5%201.25h2a1.75%201.75%200%200%201%201.466.803l.797-.265l1.5-.5a.75.75%200%200%201%20.474%201.424l-2.364.788l2.364.788l.072.028a.75.75%200%200%201-.472%201.416l-.074-.02l-2.013-.671v1.137q.252.156.482.35c.929.78%201.518%201.955%201.518%203.472v10a2.77%202.77%200%200%201-2.75%202.75h-4A2.77%202.77%200%200%201%207.75%2020V10c0-1.753.843-3.002%202-3.744v-2.47c-1.352.13-2.14.62-2.627%201.298c-.612.85-.873%202.15-.873%203.916a.75.75%200%200%201-1.5%200c0-1.844.258-3.545%201.155-4.792c.85-1.18%202.175-1.828%204.01-1.94A1.76%201.76%200%200%201%2011.5%201.25%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%22M11.5%201.25h2a1.75%201.75%200%200%201%201.466.803l.797-.265l1.5-.5a.75.75%200%200%201%20.474%201.424l-2.364.788l2.364.788l.072.028a.75.75%200%200%201-.472%201.416l-.074-.02l-2.013-.671v1.137q.252.156.482.35c.929.78%201.518%201.955%201.518%203.472v10a2.77%202.77%200%200%201-2.75%202.75h-4A2.77%202.77%200%200%201%207.75%2020V10c0-1.753.843-3.002%202-3.744v-2.47c-1.352.13-2.14.62-2.627%201.298c-.612.85-.873%202.15-.873%203.916a.75.75%200%200%201-1.5%200c0-1.844.258-3.545%201.155-4.792c.85-1.18%202.175-1.828%204.01-1.94A1.76%201.76%200%200%201%2011.5%201.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/fire-extinguisher-solid.svg?color=%231a73e8&size=48