fire off icon
fire-off from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.
- Name
- fire-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Home Automation
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- flame-off
More home automation icons from Material Design Icons
air-filterair-humidifierair-humidifier-offair-purifierair-purifier-offalarm-lightalarm-light-offalarm-panelamplifierarrow-oscillatingarrow-oscillating-offawningbalconybathtubbellblindsblinds-horizontalblinds-horizontal-closedblinds-openblinds-verticalblinds-vertical-closedboom-gateboom-gate-upboombox
Use the fire off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3l5.98 6C5.66 10.36 4.88 12.47 5 14.47c.06.5.12 1 .29 1.5c.14.6.41 1.2.71 1.73c1.08 1.73 2.95 2.97 4.96 3.22c2.14.27 4.43-.12 6.07-1.6c.07-.06.12-.14.19-.21l3.62 3.62zM8.8 14.05c-.23.1-.47.04-.66-.12a.6.6 0 0 1-.14-.17c-1-1.29-1.26-3.07-.74-4.61l1.32 1.32c0 .93.15 1.86.49 2.75c.04.1.08.2.08.33c0 .22-.15.42-.35.5m5.7 3.45c-.28.24-.74.5-1.1.6c-1.12.4-2.24-.16-2.9-.82c1.19-.28 1.9-1.16 2.11-2.05c.05-.23.05-.47.03-.7L15 16.88c-.15.23-.31.45-.5.62m4.42-1.78L9.65 6.46c.47-.81 1.07-1.54 1.81-2.14c.71-.57 1.54-1.09 2.49-1.32c-.95 1.85-.62 4.26.87 5.72c.64.63 1.4 1.06 2.07 1.66c.26.26.54.52.77.82c0 0 .56.8.77 1.26l.13.26c.4.97.5 2 .36 3"/></svg>
React
import type { SVGProps } from "react";
export function MdiFireOff(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="M22.11 21.46L2.39 1.73L1.11 3l5.98 6C5.66 10.36 4.88 12.47 5 14.47c.06.5.12 1 .29 1.5c.14.6.41 1.2.71 1.73c1.08 1.73 2.95 2.97 4.96 3.22c2.14.27 4.43-.12 6.07-1.6c.07-.06.12-.14.19-.21l3.62 3.62zM8.8 14.05c-.23.1-.47.04-.66-.12a.6.6 0 0 1-.14-.17c-1-1.29-1.26-3.07-.74-4.61l1.32 1.32c0 .93.15 1.86.49 2.75c.04.1.08.2.08.33c0 .22-.15.42-.35.5m5.7 3.45c-.28.24-.74.5-1.1.6c-1.12.4-2.24-.16-2.9-.82c1.19-.28 1.9-1.16 2.11-2.05c.05-.23.05-.47.03-.7L15 16.88c-.15.23-.31.45-.5.62m4.42-1.78L9.65 6.46c.47-.81 1.07-1.54 1.81-2.14c.71-.57 1.54-1.09 2.49-1.32c-.95 1.85-.62 4.26.87 5.72c.64.63 1.4 1.06 2.07 1.66c.26.26.54.52.77.82c0 0 .56.8.77 1.26l.13.26c.4.97.5 2 .36 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3l5.98 6C5.66 10.36 4.88 12.47 5 14.47c.06.5.12 1 .29 1.5c.14.6.41 1.2.71 1.73c1.08 1.73 2.95 2.97 4.96 3.22c2.14.27 4.43-.12 6.07-1.6c.07-.06.12-.14.19-.21l3.62 3.62zM8.8 14.05c-.23.1-.47.04-.66-.12a.6.6 0 0 1-.14-.17c-1-1.29-1.26-3.07-.74-4.61l1.32 1.32c0 .93.15 1.86.49 2.75c.04.1.08.2.08.33c0 .22-.15.42-.35.5m5.7 3.45c-.28.24-.74.5-1.1.6c-1.12.4-2.24-.16-2.9-.82c1.19-.28 1.9-1.16 2.11-2.05c.05-.23.05-.47.03-.7L15 16.88c-.15.23-.31.45-.5.62m4.42-1.78L9.65 6.46c.47-.81 1.07-1.54 1.81-2.14c.71-.57 1.54-1.09 2.49-1.32c-.95 1.85-.62 4.26.87 5.72c.64.63 1.4 1.06 2.07 1.66c.26.26.54.52.77.82c0 0 .56.8.77 1.26l.13.26c.4.97.5 2 .36 3"/></svg> </template>
CSS
.icon-fire-off {
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%22M22.11%2021.46L2.39%201.73L1.11%203l5.98%206C5.66%2010.36%204.88%2012.47%205%2014.47c.06.5.12%201%20.29%201.5c.14.6.41%201.2.71%201.73c1.08%201.73%202.95%202.97%204.96%203.22c2.14.27%204.43-.12%206.07-1.6c.07-.06.12-.14.19-.21l3.62%203.62zM8.8%2014.05c-.23.1-.47.04-.66-.12a.6.6%200%200%201-.14-.17c-1-1.29-1.26-3.07-.74-4.61l1.32%201.32c0%20.93.15%201.86.49%202.75c.04.1.08.2.08.33c0%20.22-.15.42-.35.5m5.7%203.45c-.28.24-.74.5-1.1.6c-1.12.4-2.24-.16-2.9-.82c1.19-.28%201.9-1.16%202.11-2.05c.05-.23.05-.47.03-.7L15%2016.88c-.15.23-.31.45-.5.62m4.42-1.78L9.65%206.46c.47-.81%201.07-1.54%201.81-2.14c.71-.57%201.54-1.09%202.49-1.32c-.95%201.85-.62%204.26.87%205.72c.64.63%201.4%201.06%202.07%201.66c.26.26.54.52.77.82c0%200%20.56.8.77%201.26l.13.26c.4.97.5%202%20.36%203%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%22M22.11%2021.46L2.39%201.73L1.11%203l5.98%206C5.66%2010.36%204.88%2012.47%205%2014.47c.06.5.12%201%20.29%201.5c.14.6.41%201.2.71%201.73c1.08%201.73%202.95%202.97%204.96%203.22c2.14.27%204.43-.12%206.07-1.6c.07-.06.12-.14.19-.21l3.62%203.62zM8.8%2014.05c-.23.1-.47.04-.66-.12a.6.6%200%200%201-.14-.17c-1-1.29-1.26-3.07-.74-4.61l1.32%201.32c0%20.93.15%201.86.49%202.75c.04.1.08.2.08.33c0%20.22-.15.42-.35.5m5.7%203.45c-.28.24-.74.5-1.1.6c-1.12.4-2.24-.16-2.9-.82c1.19-.28%201.9-1.16%202.11-2.05c.05-.23.05-.47.03-.7L15%2016.88c-.15.23-.31.45-.5.62m4.42-1.78L9.65%206.46c.47-.81%201.07-1.54%201.81-2.14c.71-.57%201.54-1.09%202.49-1.32c-.95%201.85-.62%204.26.87%205.72c.64.63%201.4%201.06%202.07%201.66c.26.26.54.52.77.82c0%200%20.56.8.77%201.26l.13.26c.4.97.5%202%20.36%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/fire-off.svg?color=%231a73e8&size=48