round fire extinguisher icon

round-fire-extinguisher from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
round-fire-extinguisher
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the round 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 19h10v1c0 1.1-.9 2-2 2H9c-1.1 0-2-.9-2-2zm0-1h10v-5H7zM17 4.23v3.54c0 .63-.58 1.11-1.21.98l-1.94-.41c0 .02 0 .01-.01.03A5.07 5.07 0 0 1 16.9 12H7.1c.34-1.66 1.52-3.02 3.07-3.64c-.33-.26-.6-.58-.8-.95L5.49 6.6A.61.61 0 0 1 5 6c0-.29.2-.54.49-.6l3.88-.81C9.87 3.65 10.86 3 12 3c.7 0 1.34.25 1.85.66l1.94-.41c.63-.13 1.21.35 1.21.98M13 6c-.03-.59-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundFireExtinguisher(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 19h10v1c0 1.1-.9 2-2 2H9c-1.1 0-2-.9-2-2zm0-1h10v-5H7zM17 4.23v3.54c0 .63-.58 1.11-1.21.98l-1.94-.41c0 .02 0 .01-.01.03A5.07 5.07 0 0 1 16.9 12H7.1c.34-1.66 1.52-3.02 3.07-3.64c-.33-.26-.6-.58-.8-.95L5.49 6.6A.61.61 0 0 1 5 6c0-.29.2-.54.49-.6l3.88-.81C9.87 3.65 10.86 3 12 3c.7 0 1.34.25 1.85.66l1.94-.41c.63-.13 1.21.35 1.21.98M13 6c-.03-.59-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1"/></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 19h10v1c0 1.1-.9 2-2 2H9c-1.1 0-2-.9-2-2zm0-1h10v-5H7zM17 4.23v3.54c0 .63-.58 1.11-1.21.98l-1.94-.41c0 .02 0 .01-.01.03A5.07 5.07 0 0 1 16.9 12H7.1c.34-1.66 1.52-3.02 3.07-3.64c-.33-.26-.6-.58-.8-.95L5.49 6.6A.61.61 0 0 1 5 6c0-.29.2-.54.49-.6l3.88-.81C9.87 3.65 10.86 3 12 3c.7 0 1.34.25 1.85.66l1.94-.41c.63-.13 1.21.35 1.21.98M13 6c-.03-.59-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1"/></svg>
</template>

CSS

.icon-round-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%2019h10v1c0%201.1-.9%202-2%202H9c-1.1%200-2-.9-2-2zm0-1h10v-5H7zM17%204.23v3.54c0%20.63-.58%201.11-1.21.98l-1.94-.41c0%20.02%200%20.01-.01.03A5.07%205.07%200%200%201%2016.9%2012H7.1c.34-1.66%201.52-3.02%203.07-3.64c-.33-.26-.6-.58-.8-.95L5.49%206.6A.61.61%200%200%201%205%206c0-.29.2-.54.49-.6l3.88-.81C9.87%203.65%2010.86%203%2012%203c.7%200%201.34.25%201.85.66l1.94-.41c.63-.13%201.21.35%201.21.98M13%206c-.03-.59-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1%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%2019h10v1c0%201.1-.9%202-2%202H9c-1.1%200-2-.9-2-2zm0-1h10v-5H7zM17%204.23v3.54c0%20.63-.58%201.11-1.21.98l-1.94-.41c0%20.02%200%20.01-.01.03A5.07%205.07%200%200%201%2016.9%2012H7.1c.34-1.66%201.52-3.02%203.07-3.64c-.33-.26-.6-.58-.8-.95L5.49%206.6A.61.61%200%200%201%205%206c0-.29.2-.54.49-.6l3.88-.81C9.87%203.65%2010.86%203%2012%203c.7%200%201.34.25%201.85.66l1.94-.41c.63-.13%201.21.35%201.21.98M13%206c-.03-.59-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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