wall fire icon
wall-fire from Material Design Icons by Pictogrammers · Filled · Device / Tech · Apache-2.0 Free for personal and commercial use.
- Name
- wall-fire
- Set
- Material Design Icons
- Style
- Filled
- Category
- Device / Tech
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- firewall
More device / tech icons from Material Design Icons
camera-goprodesktop-classicdesktop-towerdesktop-tower-monitordisc-playerlaptoplaptop-offmonitormonitor-arrow-downmonitor-arrow-down-variantmonitor-dashboardmonitor-lockmonitor-multiplemonitor-offmonitor-screenshotmonitor-shimmermonitor-smallmonitor-speakermonitor-speaker-offmonitor-starprojectorprojector-offprojector-screenradio-handheld
Use the wall fire icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.14 15.34l-.02.01c.23.28.43.59.58.92l.09.19c.71 1.69.21 3.64-1.1 4.86c-1.19 1.09-2.85 1.38-4.39 1.18c-1.46-.18-2.8-1.1-3.57-2.37c-.23-.39-.43-.83-.53-1.28c-.13-.35-.17-.73-.2-1.1c-.09-1.6.55-3.3 1.76-4.3c-.55 1.21-.42 2.72.39 3.77l.11.13c.14.12.31.15.47.09c.15-.06.27-.21.27-.37l-.07-.24c-.88-2.33-.14-5.03 1.73-6.56c.51-.42 1.14-.8 1.8-.97c-.68 1.36-.46 3.14.63 4.2c.46.5 1.02.79 1.49 1.23zM19.86 20l-.01-.03c.45-.39.7-1.06.68-1.66L20.5 18c-.2-1-1.07-1.34-1.63-2.07l-.43-.78c-.22.5-.24.97-.15 1.51c.1.57.32 1.06.21 1.65c-.16.65-.67 1.3-1.56 1.51c.5.49 1.31.88 2.12.6c.26-.07.59-.26.8-.42M3 16h8.06L11 17c0 1.41.36 2.73 1 3.88V21H3zm-1-6h6v5H2zm7 0h6v.07A8.03 8.03 0 0 0 11.25 15H9zM3 4h8v5H3zm9 0h9v5h-9z"/></svg>
React
import type { SVGProps } from "react";
export function MdiWallFire(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.14 15.34l-.02.01c.23.28.43.59.58.92l.09.19c.71 1.69.21 3.64-1.1 4.86c-1.19 1.09-2.85 1.38-4.39 1.18c-1.46-.18-2.8-1.1-3.57-2.37c-.23-.39-.43-.83-.53-1.28c-.13-.35-.17-.73-.2-1.1c-.09-1.6.55-3.3 1.76-4.3c-.55 1.21-.42 2.72.39 3.77l.11.13c.14.12.31.15.47.09c.15-.06.27-.21.27-.37l-.07-.24c-.88-2.33-.14-5.03 1.73-6.56c.51-.42 1.14-.8 1.8-.97c-.68 1.36-.46 3.14.63 4.2c.46.5 1.02.79 1.49 1.23zM19.86 20l-.01-.03c.45-.39.7-1.06.68-1.66L20.5 18c-.2-1-1.07-1.34-1.63-2.07l-.43-.78c-.22.5-.24.97-.15 1.51c.1.57.32 1.06.21 1.65c-.16.65-.67 1.3-1.56 1.51c.5.49 1.31.88 2.12.6c.26-.07.59-.26.8-.42M3 16h8.06L11 17c0 1.41.36 2.73 1 3.88V21H3zm-1-6h6v5H2zm7 0h6v.07A8.03 8.03 0 0 0 11.25 15H9zM3 4h8v5H3zm9 0h9v5h-9z"/></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.14 15.34l-.02.01c.23.28.43.59.58.92l.09.19c.71 1.69.21 3.64-1.1 4.86c-1.19 1.09-2.85 1.38-4.39 1.18c-1.46-.18-2.8-1.1-3.57-2.37c-.23-.39-.43-.83-.53-1.28c-.13-.35-.17-.73-.2-1.1c-.09-1.6.55-3.3 1.76-4.3c-.55 1.21-.42 2.72.39 3.77l.11.13c.14.12.31.15.47.09c.15-.06.27-.21.27-.37l-.07-.24c-.88-2.33-.14-5.03 1.73-6.56c.51-.42 1.14-.8 1.8-.97c-.68 1.36-.46 3.14.63 4.2c.46.5 1.02.79 1.49 1.23zM19.86 20l-.01-.03c.45-.39.7-1.06.68-1.66L20.5 18c-.2-1-1.07-1.34-1.63-2.07l-.43-.78c-.22.5-.24.97-.15 1.51c.1.57.32 1.06.21 1.65c-.16.65-.67 1.3-1.56 1.51c.5.49 1.31.88 2.12.6c.26-.07.59-.26.8-.42M3 16h8.06L11 17c0 1.41.36 2.73 1 3.88V21H3zm-1-6h6v5H2zm7 0h6v.07A8.03 8.03 0 0 0 11.25 15H9zM3 4h8v5H3zm9 0h9v5h-9z"/></svg> </template>
CSS
.icon-wall-fire {
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.14%2015.34l-.02.01c.23.28.43.59.58.92l.09.19c.71%201.69.21%203.64-1.1%204.86c-1.19%201.09-2.85%201.38-4.39%201.18c-1.46-.18-2.8-1.1-3.57-2.37c-.23-.39-.43-.83-.53-1.28c-.13-.35-.17-.73-.2-1.1c-.09-1.6.55-3.3%201.76-4.3c-.55%201.21-.42%202.72.39%203.77l.11.13c.14.12.31.15.47.09c.15-.06.27-.21.27-.37l-.07-.24c-.88-2.33-.14-5.03%201.73-6.56c.51-.42%201.14-.8%201.8-.97c-.68%201.36-.46%203.14.63%204.2c.46.5%201.02.79%201.49%201.23zM19.86%2020l-.01-.03c.45-.39.7-1.06.68-1.66L20.5%2018c-.2-1-1.07-1.34-1.63-2.07l-.43-.78c-.22.5-.24.97-.15%201.51c.1.57.32%201.06.21%201.65c-.16.65-.67%201.3-1.56%201.51c.5.49%201.31.88%202.12.6c.26-.07.59-.26.8-.42M3%2016h8.06L11%2017c0%201.41.36%202.73%201%203.88V21H3zm-1-6h6v5H2zm7%200h6v.07A8.03%208.03%200%200%200%2011.25%2015H9zM3%204h8v5H3zm9%200h9v5h-9z%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.14%2015.34l-.02.01c.23.28.43.59.58.92l.09.19c.71%201.69.21%203.64-1.1%204.86c-1.19%201.09-2.85%201.38-4.39%201.18c-1.46-.18-2.8-1.1-3.57-2.37c-.23-.39-.43-.83-.53-1.28c-.13-.35-.17-.73-.2-1.1c-.09-1.6.55-3.3%201.76-4.3c-.55%201.21-.42%202.72.39%203.77l.11.13c.14.12.31.15.47.09c.15-.06.27-.21.27-.37l-.07-.24c-.88-2.33-.14-5.03%201.73-6.56c.51-.42%201.14-.8%201.8-.97c-.68%201.36-.46%203.14.63%204.2c.46.5%201.02.79%201.49%201.23zM19.86%2020l-.01-.03c.45-.39.7-1.06.68-1.66L20.5%2018c-.2-1-1.07-1.34-1.63-2.07l-.43-.78c-.22.5-.24.97-.15%201.51c.1.57.32%201.06.21%201.65c-.16.65-.67%201.3-1.56%201.51c.5.49%201.31.88%202.12.6c.26-.07.59-.26.8-.42M3%2016h8.06L11%2017c0%201.41.36%202.73%201%203.88V21H3zm-1-6h6v5H2zm7%200h6v.07A8.03%208.03%200%200%200%2011.25%2015H9zM3%204h8v5H3zm9%200h9v5h-9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/wall-fire.svg?color=%231a73e8&size=48