fire extinguisher icon

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

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

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

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="M7.994 16.23v-4h8v4zm5.155-9.465q.46-.461.46-1.155q0-.695-.46-1.155t-1.155-.46t-1.154.46q-.461.46-.461 1.154q0 .695.46 1.155q.461.461 1.155.461t1.155-.46M8.037 11.23q.134-1.154.88-2.059q.744-.905 1.881-1.264q-.41-.2-.737-.54q-.328-.34-.498-.78l-3.102-.594v-.769l3.103-.594q.298-.731.952-1.187q.655-.455 1.478-.455q.556 0 1.043.225t.847.594l3.039-.602v4.808l-3.038-.602q-.146.165-.319.277q-.172.111-.376.219q1.137.34 1.87 1.251q.732.912.892 2.072zM9.609 21q-.69 0-1.152-.462t-.463-1.153V17.23h8v2.154q0 .69-.462 1.153T14.379 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFireExtinguisher(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="M7.994 16.23v-4h8v4zm5.155-9.465q.46-.461.46-1.155q0-.695-.46-1.155t-1.155-.46t-1.154.46q-.461.46-.461 1.154q0 .695.46 1.155q.461.461 1.155.461t1.155-.46M8.037 11.23q.134-1.154.88-2.059q.744-.905 1.881-1.264q-.41-.2-.737-.54q-.328-.34-.498-.78l-3.102-.594v-.769l3.103-.594q.298-.731.952-1.187q.655-.455 1.478-.455q.556 0 1.043.225t.847.594l3.039-.602v4.808l-3.038-.602q-.146.165-.319.277q-.172.111-.376.219q1.137.34 1.87 1.251q.732.912.892 2.072zM9.609 21q-.69 0-1.152-.462t-.463-1.153V17.23h8v2.154q0 .69-.462 1.153T14.379 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.994 16.23v-4h8v4zm5.155-9.465q.46-.461.46-1.155q0-.695-.46-1.155t-1.155-.46t-1.154.46q-.461.46-.461 1.154q0 .695.46 1.155q.461.461 1.155.461t1.155-.46M8.037 11.23q.134-1.154.88-2.059q.744-.905 1.881-1.264q-.41-.2-.737-.54q-.328-.34-.498-.78l-3.102-.594v-.769l3.103-.594q.298-.731.952-1.187q.655-.455 1.478-.455q.556 0 1.043.225t.847.594l3.039-.602v4.808l-3.038-.602q-.146.165-.319.277q-.172.111-.376.219q1.137.34 1.87 1.251q.732.912.892 2.072zM9.609 21q-.69 0-1.152-.462t-.463-1.153V17.23h8v2.154q0 .69-.462 1.153T14.379 21z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.994%2016.23v-4h8v4zm5.155-9.465q.46-.461.46-1.155q0-.695-.46-1.155t-1.155-.46t-1.154.46q-.461.46-.461%201.154q0%20.695.46%201.155q.461.461%201.155.461t1.155-.46M8.037%2011.23q.134-1.154.88-2.059q.744-.905%201.881-1.264q-.41-.2-.737-.54q-.328-.34-.498-.78l-3.102-.594v-.769l3.103-.594q.298-.731.952-1.187q.655-.455%201.478-.455q.556%200%201.043.225t.847.594l3.039-.602v4.808l-3.038-.602q-.146.165-.319.277q-.172.111-.376.219q1.137.34%201.87%201.251q.732.912.892%202.072zM9.609%2021q-.69%200-1.152-.462t-.463-1.153V17.23h8v2.154q0%20.69-.462%201.153T14.379%2021z%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%22M7.994%2016.23v-4h8v4zm5.155-9.465q.46-.461.46-1.155q0-.695-.46-1.155t-1.155-.46t-1.154.46q-.461.46-.461%201.154q0%20.695.46%201.155q.461.461%201.155.461t1.155-.46M8.037%2011.23q.134-1.154.88-2.059q.744-.905%201.881-1.264q-.41-.2-.737-.54q-.328-.34-.498-.78l-3.102-.594v-.769l3.103-.594q.298-.731.952-1.187q.655-.455%201.478-.455q.556%200%201.043.225t.847.594l3.039-.602v4.808l-3.038-.602q-.146.165-.319.277q-.172.111-.376.219q1.137.34%201.87%201.251q.732.912.892%202.072zM9.609%2021q-.69%200-1.152-.462t-.463-1.153V17.23h8v2.154q0%20.69-.462%201.153T14.379%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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