fireplace icon
fireplace-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- fireplace-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Use the fireplace icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 14C4 7.373 9.373 2 16 2s12 5.373 12 12v10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zM16 4C10.477 4 6 8.477 6 14v9h5.277A6.68 6.68 0 0 1 9.5 18.474c0-1.712.477-3.055.961-3.975c.242-.46.486-.814.674-1.06a5 5 0 0 1 .31-.368l.025-.025l.008-.01l.004-.003l.001-.001l.002-.002a1 1 0 0 1 1.133-.198c.521.245.86.355 1.07.394c.027-.162.042-.376.059-.687l.005-.094c.032-.627.081-1.562.488-2.401c.474-.976 1.362-1.716 2.824-2.023A1 1 0 0 1 18.269 9c0 2.013.871 3.265 1.899 4.56l.248.308c.95 1.18 2.084 2.59 2.084 4.606c0 1.654-.632 3.3-1.775 4.526H26v-9c0-5.523-4.477-10-10-10M2 28a1 1 0 0 1 1-1h26a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentFireplace32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 14C4 7.373 9.373 2 16 2s12 5.373 12 12v10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zM16 4C10.477 4 6 8.477 6 14v9h5.277A6.68 6.68 0 0 1 9.5 18.474c0-1.712.477-3.055.961-3.975c.242-.46.486-.814.674-1.06a5 5 0 0 1 .31-.368l.025-.025l.008-.01l.004-.003l.001-.001l.002-.002a1 1 0 0 1 1.133-.198c.521.245.86.355 1.07.394c.027-.162.042-.376.059-.687l.005-.094c.032-.627.081-1.562.488-2.401c.474-.976 1.362-1.716 2.824-2.023A1 1 0 0 1 18.269 9c0 2.013.871 3.265 1.899 4.56l.248.308c.95 1.18 2.084 2.59 2.084 4.606c0 1.654-.632 3.3-1.775 4.526H26v-9c0-5.523-4.477-10-10-10M2 28a1 1 0 0 1 1-1h26a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 14C4 7.373 9.373 2 16 2s12 5.373 12 12v10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zM16 4C10.477 4 6 8.477 6 14v9h5.277A6.68 6.68 0 0 1 9.5 18.474c0-1.712.477-3.055.961-3.975c.242-.46.486-.814.674-1.06a5 5 0 0 1 .31-.368l.025-.025l.008-.01l.004-.003l.001-.001l.002-.002a1 1 0 0 1 1.133-.198c.521.245.86.355 1.07.394c.027-.162.042-.376.059-.687l.005-.094c.032-.627.081-1.562.488-2.401c.474-.976 1.362-1.716 2.824-2.023A1 1 0 0 1 18.269 9c0 2.013.871 3.265 1.899 4.56l.248.308c.95 1.18 2.084 2.59 2.084 4.606c0 1.654-.632 3.3-1.775 4.526H26v-9c0-5.523-4.477-10-10-10M2 28a1 1 0 0 1 1-1h26a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1"/></svg> </template>
CSS
.icon-fireplace-32-filled {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2014C4%207.373%209.373%202%2016%202s12%205.373%2012%2012v10a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1zM16%204C10.477%204%206%208.477%206%2014v9h5.277A6.68%206.68%200%200%201%209.5%2018.474c0-1.712.477-3.055.961-3.975c.242-.46.486-.814.674-1.06a5%205%200%200%201%20.31-.368l.025-.025l.008-.01l.004-.003l.001-.001l.002-.002a1%201%200%200%201%201.133-.198c.521.245.86.355%201.07.394c.027-.162.042-.376.059-.687l.005-.094c.032-.627.081-1.562.488-2.401c.474-.976%201.362-1.716%202.824-2.023A1%201%200%200%201%2018.269%209c0%202.013.871%203.265%201.899%204.56l.248.308c.95%201.18%202.084%202.59%202.084%204.606c0%201.654-.632%203.3-1.775%204.526H26v-9c0-5.523-4.477-10-10-10M2%2028a1%201%200%200%201%201-1h26a1%201%200%201%201%200%202H3a1%201%200%200%201-1-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2014C4%207.373%209.373%202%2016%202s12%205.373%2012%2012v10a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1zM16%204C10.477%204%206%208.477%206%2014v9h5.277A6.68%206.68%200%200%201%209.5%2018.474c0-1.712.477-3.055.961-3.975c.242-.46.486-.814.674-1.06a5%205%200%200%201%20.31-.368l.025-.025l.008-.01l.004-.003l.001-.001l.002-.002a1%201%200%200%201%201.133-.198c.521.245.86.355%201.07.394c.027-.162.042-.376.059-.687l.005-.094c.032-.627.081-1.562.488-2.401c.474-.976%201.362-1.716%202.824-2.023A1%201%200%200%201%2018.269%209c0%202.013.871%203.265%201.899%204.56l.248.308c.95%201.18%202.084%202.59%202.084%204.606c0%201.654-.632%203.3-1.775%204.526H26v-9c0-5.523-4.477-10-10-10M2%2028a1%201%200%200%201%201-1h26a1%201%200%201%201%200%202H3a1%201%200%200%201-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/fireplace-32-filled.svg?color=%231a73e8&size=48