fire extinguisher icon
fire-extinguisher-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- fire-extinguisher-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
fire-extinguisherFont Awesome 6 Solidfire-extinguisherFont Awesome Solidfire-extinguisherFluent Emojifire-extinguisherFluent Emoji Flatfire-extinguisherFluent Emoji High Contrastfire-extinguisherHuge Iconsfire-extinguisherIconParkfire-extinguisherIconPark Outlinefire-extinguisherIconPark Solidfire-extinguisherIconPark TwoTonefire-extinguisherLine Awesomefire-extinguisherLucidefire-extinguisherMaterial Symbols Lightfire-extinguisherMaterial Design Iconsfire-extinguisherMyna UI Iconsfire-extinguisherNoto Emojifire-extinguisherOpenMojifire-extinguisherPhosphorfire-extinguisherTabler Iconsfire-extinguisherTwitter Emoji
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.3l-3.875-.75Q5.2 5.525 5.1 5.4T5 5.075V4.9q0-.2.1-.325t.275-.175l3.875-.725q.375-.775 1.1-1.237t1.6-.463q.6 0 1.113.213t.912.562L16.8 2.2q.475-.075.838.225T18 3.2v3.575q0 .475-.363.775t-.837.2l-2.825-.525q-.05.05-.087.075t-.088.075q1.175.45 1.988 1.413T16.875 11zm1.925 11q-.825 0-1.412-.587T6.975 20v-2h10v2q0 .825-.587 1.413T14.975 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFireExtinguisherRounded(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.3l-3.875-.75Q5.2 5.525 5.1 5.4T5 5.075V4.9q0-.2.1-.325t.275-.175l3.875-.725q.375-.775 1.1-1.237t1.6-.463q.6 0 1.113.213t.912.562L16.8 2.2q.475-.075.838.225T18 3.2v3.575q0 .475-.363.775t-.837.2l-2.825-.525q-.05.05-.087.075t-.088.075q1.175.45 1.988 1.413T16.875 11zm1.925 11q-.825 0-1.412-.587T6.975 20v-2h10v2q0 .825-.587 1.413T14.975 22z"/></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.3l-3.875-.75Q5.2 5.525 5.1 5.4T5 5.075V4.9q0-.2.1-.325t.275-.175l3.875-.725q.375-.775 1.1-1.237t1.6-.463q.6 0 1.113.213t.912.562L16.8 2.2q.475-.075.838.225T18 3.2v3.575q0 .475-.363.775t-.837.2l-2.825-.525q-.05.05-.087.075t-.088.075q1.175.45 1.988 1.413T16.875 11zm1.925 11q-.825 0-1.412-.587T6.975 20v-2h10v2q0 .825-.587 1.413T14.975 22z"/></svg> </template>
CSS
.icon-fire-extinguisher-rounded {
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.3l-3.875-.75Q5.2%205.525%205.1%205.4T5%205.075V4.9q0-.2.1-.325t.275-.175l3.875-.725q.375-.775%201.1-1.237t1.6-.463q.6%200%201.113.213t.912.562L16.8%202.2q.475-.075.838.225T18%203.2v3.575q0%20.475-.363.775t-.837.2l-2.825-.525q-.05.05-.087.075t-.088.075q1.175.45%201.988%201.413T16.875%2011zm1.925%2011q-.825%200-1.412-.587T6.975%2020v-2h10v2q0%20.825-.587%201.413T14.975%2022z%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.3l-3.875-.75Q5.2%205.525%205.1%205.4T5%205.075V4.9q0-.2.1-.325t.275-.175l3.875-.725q.375-.775%201.1-1.237t1.6-.463q.6%200%201.113.213t.912.562L16.8%202.2q.475-.075.838.225T18%203.2v3.575q0%20.475-.363.775t-.837.2l-2.825-.525q-.05.05-.087.075t-.088.075q1.175.45%201.988%201.413T16.875%2011zm1.925%2011q-.825%200-1.412-.587T6.975%2020v-2h10v2q0%20.825-.587%201.413T14.975%2022z%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-rounded.svg?color=%231a73e8&size=48