fire extinguisher icon

fire-extinguisher-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
fire-extinguisher-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

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.15 52.17l-70.34-21.1l39-19.49a4 4 0 1 0-3.58-7.16L135 28a76.07 76.07 0 0 0-75 76v104a4 4 0 0 0 8 0v-36h24v60a12 12 0 0 0 12 12h64a12 12 0 0 0 12-12V104a44.06 44.06 0 0 0-40-43.81V37.38l74.85 22.45A3.8 3.8 0 0 0 216 60a4 4 0 0 0 1.15-7.83M68 164v-60a68.08 68.08 0 0 1 64-67.87v24.06A44.06 44.06 0 0 0 92 104v60Zm100 72h-64a4 4 0 0 1-4-4v-60h72v60a4 4 0 0 1-4 4m4-132v60h-72v-60a36 36 0 0 1 72 0"/></svg>

React

import type { SVGProps } from "react";

export function PhFireExtinguisherThin(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.15 52.17l-70.34-21.1l39-19.49a4 4 0 1 0-3.58-7.16L135 28a76.07 76.07 0 0 0-75 76v104a4 4 0 0 0 8 0v-36h24v60a12 12 0 0 0 12 12h64a12 12 0 0 0 12-12V104a44.06 44.06 0 0 0-40-43.81V37.38l74.85 22.45A3.8 3.8 0 0 0 216 60a4 4 0 0 0 1.15-7.83M68 164v-60a68.08 68.08 0 0 1 64-67.87v24.06A44.06 44.06 0 0 0 92 104v60Zm100 72h-64a4 4 0 0 1-4-4v-60h72v60a4 4 0 0 1-4 4m4-132v60h-72v-60a36 36 0 0 1 72 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.15 52.17l-70.34-21.1l39-19.49a4 4 0 1 0-3.58-7.16L135 28a76.07 76.07 0 0 0-75 76v104a4 4 0 0 0 8 0v-36h24v60a12 12 0 0 0 12 12h64a12 12 0 0 0 12-12V104a44.06 44.06 0 0 0-40-43.81V37.38l74.85 22.45A3.8 3.8 0 0 0 216 60a4 4 0 0 0 1.15-7.83M68 164v-60a68.08 68.08 0 0 1 64-67.87v24.06A44.06 44.06 0 0 0 92 104v60Zm100 72h-64a4 4 0 0 1-4-4v-60h72v60a4 4 0 0 1-4 4m4-132v60h-72v-60a36 36 0 0 1 72 0"/></svg>
</template>

CSS

.icon-fire-extinguisher-thin {
  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.15%2052.17l-70.34-21.1l39-19.49a4%204%200%201%200-3.58-7.16L135%2028a76.07%2076.07%200%200%200-75%2076v104a4%204%200%200%200%208%200v-36h24v60a12%2012%200%200%200%2012%2012h64a12%2012%200%200%200%2012-12V104a44.06%2044.06%200%200%200-40-43.81V37.38l74.85%2022.45A3.8%203.8%200%200%200%20216%2060a4%204%200%200%200%201.15-7.83M68%20164v-60a68.08%2068.08%200%200%201%2064-67.87v24.06A44.06%2044.06%200%200%200%2092%20104v60Zm100%2072h-64a4%204%200%200%201-4-4v-60h72v60a4%204%200%200%201-4%204m4-132v60h-72v-60a36%2036%200%200%201%2072%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.15%2052.17l-70.34-21.1l39-19.49a4%204%200%201%200-3.58-7.16L135%2028a76.07%2076.07%200%200%200-75%2076v104a4%204%200%200%200%208%200v-36h24v60a12%2012%200%200%200%2012%2012h64a12%2012%200%200%200%2012-12V104a44.06%2044.06%200%200%200-40-43.81V37.38l74.85%2022.45A3.8%203.8%200%200%200%20216%2060a4%204%200%200%200%201.15-7.83M68%20164v-60a68.08%2068.08%200%200%201%2064-67.87v24.06A44.06%2044.06%200%200%200%2092%20104v60Zm100%2072h-64a4%204%200%200%201-4-4v-60h72v60a4%204%200%200%201-4%204m4-132v60h-72v-60a36%2036%200%200%201%2072%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-thin.svg?color=%231a73e8&size=48