fire extinguisher icon
fire-extinguisher-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- fire-extinguisher-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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-extinguisherMyna UI Iconsfire-extinguisherNoto Emojifire-extinguisherOpenMojifire-extinguisherTabler Iconsfire-extinguisherTwitter Emoji
Related icons in Phosphor
Use the fire extinguisher icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M217.72 50.25L152.21 30.6l34.47-17.23a6 6 0 1 0-5.36-10.74L134.51 26A78.07 78.07 0 0 0 58 104v104a6 6 0 0 0 12 0v-34h20v58a14 14 0 0 0 14 14h64a14 14 0 0 0 14-14V104a46.07 46.07 0 0 0-40-45.6V40.07l72.27 21.68A6.1 6.1 0 0 0 216 62a6 6 0 0 0 1.72-11.75M70 162v-58a66.07 66.07 0 0 1 60-65.71V58.4A46.07 46.07 0 0 0 90 104v58Zm98 72h-64a2 2 0 0 1-2-2v-58h68v58a2 2 0 0 1-2 2m2-130v58h-68v-58a34 34 0 0 1 68 0"/></svg>
React
import type { SVGProps } from "react";
export function PhFireExtinguisherLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M217.72 50.25L152.21 30.6l34.47-17.23a6 6 0 1 0-5.36-10.74L134.51 26A78.07 78.07 0 0 0 58 104v104a6 6 0 0 0 12 0v-34h20v58a14 14 0 0 0 14 14h64a14 14 0 0 0 14-14V104a46.07 46.07 0 0 0-40-45.6V40.07l72.27 21.68A6.1 6.1 0 0 0 216 62a6 6 0 0 0 1.72-11.75M70 162v-58a66.07 66.07 0 0 1 60-65.71V58.4A46.07 46.07 0 0 0 90 104v58Zm98 72h-64a2 2 0 0 1-2-2v-58h68v58a2 2 0 0 1-2 2m2-130v58h-68v-58a34 34 0 0 1 68 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M217.72 50.25L152.21 30.6l34.47-17.23a6 6 0 1 0-5.36-10.74L134.51 26A78.07 78.07 0 0 0 58 104v104a6 6 0 0 0 12 0v-34h20v58a14 14 0 0 0 14 14h64a14 14 0 0 0 14-14V104a46.07 46.07 0 0 0-40-45.6V40.07l72.27 21.68A6.1 6.1 0 0 0 216 62a6 6 0 0 0 1.72-11.75M70 162v-58a66.07 66.07 0 0 1 60-65.71V58.4A46.07 46.07 0 0 0 90 104v58Zm98 72h-64a2 2 0 0 1-2-2v-58h68v58a2 2 0 0 1-2 2m2-130v58h-68v-58a34 34 0 0 1 68 0"/></svg> </template>
CSS
.icon-fire-extinguisher-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M217.72%2050.25L152.21%2030.6l34.47-17.23a6%206%200%201%200-5.36-10.74L134.51%2026A78.07%2078.07%200%200%200%2058%20104v104a6%206%200%200%200%2012%200v-34h20v58a14%2014%200%200%200%2014%2014h64a14%2014%200%200%200%2014-14V104a46.07%2046.07%200%200%200-40-45.6V40.07l72.27%2021.68A6.1%206.1%200%200%200%20216%2062a6%206%200%200%200%201.72-11.75M70%20162v-58a66.07%2066.07%200%200%201%2060-65.71V58.4A46.07%2046.07%200%200%200%2090%20104v58Zm98%2072h-64a2%202%200%200%201-2-2v-58h68v58a2%202%200%200%201-2%202m2-130v58h-68v-58a34%2034%200%200%201%2068%200%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M217.72%2050.25L152.21%2030.6l34.47-17.23a6%206%200%201%200-5.36-10.74L134.51%2026A78.07%2078.07%200%200%200%2058%20104v104a6%206%200%200%200%2012%200v-34h20v58a14%2014%200%200%200%2014%2014h64a14%2014%200%200%200%2014-14V104a46.07%2046.07%200%200%200-40-45.6V40.07l72.27%2021.68A6.1%206.1%200%200%200%20216%2062a6%206%200%200%200%201.72-11.75M70%20162v-58a66.07%2066.07%200%200%201%2060-65.71V58.4A46.07%2046.07%200%200%200%2090%20104v58Zm98%2072h-64a2%202%200%200%201-2-2v-58h68v58a2%202%200%200%201-2%202m2-130v58h-68v-58a34%2034%200%200%201%2068%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/fire-extinguisher-light.svg?color=%231a73e8&size=48