fire extinguisher icon

fire-extinguisher-sharp from Material Symbols by Google · Sharp · Household · Apache-2.0 Free for personal and commercial use.

Name
fire-extinguisher-sharp
Set
Material Symbols
Style
Sharp
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

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 16v-3h10v3zM11.95 5.975q.425 0 .713-.288t.287-.712t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287M7.05 11q.275-1.25 1.088-2.212t1.987-1.413q-.275-.225-.5-.488T9.25 6.3L5 5.475v-1l4.25-.8q.375-.775 1.1-1.237t1.6-.463q.6 0 1.113.213t.912.562L18 1.975v6l-4.025-.75q-.05.05-.088.075t-.087.075q1.175.45 1.987 1.413T16.876 11zm-.075 11v-4h10v4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFireExtinguisherSharp(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 16v-3h10v3zM11.95 5.975q.425 0 .713-.288t.287-.712t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287M7.05 11q.275-1.25 1.088-2.212t1.987-1.413q-.275-.225-.5-.488T9.25 6.3L5 5.475v-1l4.25-.8q.375-.775 1.1-1.237t1.6-.463q.6 0 1.113.213t.912.562L18 1.975v6l-4.025-.75q-.05.05-.088.075t-.087.075q1.175.45 1.987 1.413T16.876 11zm-.075 11v-4h10v4z"/></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 16v-3h10v3zM11.95 5.975q.425 0 .713-.288t.287-.712t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287M7.05 11q.275-1.25 1.088-2.212t1.987-1.413q-.275-.225-.5-.488T9.25 6.3L5 5.475v-1l4.25-.8q.375-.775 1.1-1.237t1.6-.463q.6 0 1.113.213t.912.562L18 1.975v6l-4.025-.75q-.05.05-.088.075t-.087.075q1.175.45 1.987 1.413T16.876 11zm-.075 11v-4h10v4z"/></svg>
</template>

CSS

.icon-fire-extinguisher-sharp {
  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%2016v-3h10v3zM11.95%205.975q.425%200%20.713-.288t.287-.712t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287M7.05%2011q.275-1.25%201.088-2.212t1.987-1.413q-.275-.225-.5-.488T9.25%206.3L5%205.475v-1l4.25-.8q.375-.775%201.1-1.237t1.6-.463q.6%200%201.113.213t.912.562L18%201.975v6l-4.025-.75q-.05.05-.088.075t-.087.075q1.175.45%201.987%201.413T16.876%2011zm-.075%2011v-4h10v4z%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%2016v-3h10v3zM11.95%205.975q.425%200%20.713-.288t.287-.712t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287M7.05%2011q.275-1.25%201.088-2.212t1.987-1.413q-.275-.225-.5-.488T9.25%206.3L5%205.475v-1l4.25-.8q.375-.775%201.1-1.237t1.6-.463q.6%200%201.113.213t.912.562L18%201.975v6l-4.025-.75q-.05.05-.088.075t-.087.075q1.175.45%201.987%201.413T16.876%2011zm-.075%2011v-4h10v4z%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-sharp.svg?color=%231a73e8&size=48