fire extinguisher icon

fire-extinguisher from Font Awesome Solid by Dave Gandy · Solid · Code · CC-BY-4.0 Attribution required.

Name
fire-extinguisher
Set
Font Awesome Solid
Style
Solid
Category
Code
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More code icons from Font Awesome Solid

Use the fire extinguisher icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 96c0-9.6-4.3-18.7-11.7-24.7s-17.2-8.6-26.6-6.7l-160 32C365.5 99.1 356 108.3 353 120h-65V96c0-17.7-14.3-32-32-32h-32c-17.7 0-32 14.3-32 32v28.4c-55.3 12.3-101.3 49.5-125.5 99.1c-5.8 11.9-.9 26.3 11.1 32.1s26.3.9 32.1-11.1c16.3-33.6 46.1-59.4 82.3-70.5v28.8c-37.8 18-64 56.5-64 101.2v128h224V304c0-44.7-26.2-83.2-64-101.2V168h65c3 11.7 12.5 20.9 24.7 23.4l160 32c9.4 1.9 19.1-.6 26.6-6.6S576 201.6 576 192zM352 512v-32H128v32c0 35.3 28.7 64 64 64h96c35.3 0 64-28.7 64-64"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidFireExtinguisher(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 96c0-9.6-4.3-18.7-11.7-24.7s-17.2-8.6-26.6-6.7l-160 32C365.5 99.1 356 108.3 353 120h-65V96c0-17.7-14.3-32-32-32h-32c-17.7 0-32 14.3-32 32v28.4c-55.3 12.3-101.3 49.5-125.5 99.1c-5.8 11.9-.9 26.3 11.1 32.1s26.3.9 32.1-11.1c16.3-33.6 46.1-59.4 82.3-70.5v28.8c-37.8 18-64 56.5-64 101.2v128h224V304c0-44.7-26.2-83.2-64-101.2V168h65c3 11.7 12.5 20.9 24.7 23.4l160 32c9.4 1.9 19.1-.6 26.6-6.6S576 201.6 576 192zM352 512v-32H128v32c0 35.3 28.7 64 64 64h96c35.3 0 64-28.7 64-64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 96c0-9.6-4.3-18.7-11.7-24.7s-17.2-8.6-26.6-6.7l-160 32C365.5 99.1 356 108.3 353 120h-65V96c0-17.7-14.3-32-32-32h-32c-17.7 0-32 14.3-32 32v28.4c-55.3 12.3-101.3 49.5-125.5 99.1c-5.8 11.9-.9 26.3 11.1 32.1s26.3.9 32.1-11.1c16.3-33.6 46.1-59.4 82.3-70.5v28.8c-37.8 18-64 56.5-64 101.2v128h224V304c0-44.7-26.2-83.2-64-101.2V168h65c3 11.7 12.5 20.9 24.7 23.4l160 32c9.4 1.9 19.1-.6 26.6-6.6S576 201.6 576 192zM352 512v-32H128v32c0 35.3 28.7 64 64 64h96c35.3 0 64-28.7 64-64"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M576%2096c0-9.6-4.3-18.7-11.7-24.7s-17.2-8.6-26.6-6.7l-160%2032C365.5%2099.1%20356%20108.3%20353%20120h-65V96c0-17.7-14.3-32-32-32h-32c-17.7%200-32%2014.3-32%2032v28.4c-55.3%2012.3-101.3%2049.5-125.5%2099.1c-5.8%2011.9-.9%2026.3%2011.1%2032.1s26.3.9%2032.1-11.1c16.3-33.6%2046.1-59.4%2082.3-70.5v28.8c-37.8%2018-64%2056.5-64%20101.2v128h224V304c0-44.7-26.2-83.2-64-101.2V168h65c3%2011.7%2012.5%2020.9%2024.7%2023.4l160%2032c9.4%201.9%2019.1-.6%2026.6-6.6S576%20201.6%20576%20192zM352%20512v-32H128v32c0%2035.3%2028.7%2064%2064%2064h96c35.3%200%2064-28.7%2064-64%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M576%2096c0-9.6-4.3-18.7-11.7-24.7s-17.2-8.6-26.6-6.7l-160%2032C365.5%2099.1%20356%20108.3%20353%20120h-65V96c0-17.7-14.3-32-32-32h-32c-17.7%200-32%2014.3-32%2032v28.4c-55.3%2012.3-101.3%2049.5-125.5%2099.1c-5.8%2011.9-.9%2026.3%2011.1%2032.1s26.3.9%2032.1-11.1c16.3-33.6%2046.1-59.4%2082.3-70.5v28.8c-37.8%2018-64%2056.5-64%20101.2v128h224V304c0-44.7-26.2-83.2-64-101.2V168h65c3%2011.7%2012.5%2020.9%2024.7%2023.4l160%2032c9.4%201.9%2019.1-.6%2026.6-6.6S576%20201.6%20576%20192zM352%20512v-32H128v32c0%2035.3%2028.7%2064%2064%2064h96c35.3%200%2064-28.7%2064-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/fire-extinguisher.svg?color=%231a73e8&size=48