fireplace-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
fireplace-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M24 4C14.059 4 6 12.059 6 22v13.25c0 .69.56 1.25 1.25 1.25h33.5c.69 0 1.25-.56 1.25-1.25V22c0-9.941-8.059-18-18-18M8.5 22c0-8.56 6.94-15.5 15.5-15.5S39.5 13.44 39.5 22v12h-9.132a8.84 8.84 0 0 0 3.132-6.75c0-2.89-1.694-4.927-3.154-6.683l-.38-.459C28.374 18.168 27 16.263 27 13.25a1.25 1.25 0 0 0-1.543-1.215c-2.159.52-3.43 1.678-4.112 3.105c-.636 1.332-.704 2.798-.75 3.803l-.003.062c-.018.406-.032.714-.06.96c-.3-.126-.735-.36-1.348-.761a1.25 1.25 0 0 0-1.532.128s.004-.004 0 0l-.002.001l-.002.002l-.004.004l-.012.012a4 4 0 0 0-.15.15a8 8 0 0 0-.37.413c-.297.354-.684.87-1.07 1.539A11.55 11.55 0 0 0 14.5 27.25A8.84 8.84 0 0 0 17.636 34H8.5zM5.25 39.5a1.25 1.25 0 1 0 0 2.5h37.5a1.25 1.25 0 1 0 0-2.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFireplace48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4C14.059 4 6 12.059 6 22v13.25c0 .69.56 1.25 1.25 1.25h33.5c.69 0 1.25-.56 1.25-1.25V22c0-9.941-8.059-18-18-18M8.5 22c0-8.56 6.94-15.5 15.5-15.5S39.5 13.44 39.5 22v12h-9.132a8.84 8.84 0 0 0 3.132-6.75c0-2.89-1.694-4.927-3.154-6.683l-.38-.459C28.374 18.168 27 16.263 27 13.25a1.25 1.25 0 0 0-1.543-1.215c-2.159.52-3.43 1.678-4.112 3.105c-.636 1.332-.704 2.798-.75 3.803l-.003.062c-.018.406-.032.714-.06.96c-.3-.126-.735-.36-1.348-.761a1.25 1.25 0 0 0-1.532.128s.004-.004 0 0l-.002.001l-.002.002l-.004.004l-.012.012a4 4 0 0 0-.15.15a8 8 0 0 0-.37.413c-.297.354-.684.87-1.07 1.539A11.55 11.55 0 0 0 14.5 27.25A8.84 8.84 0 0 0 17.636 34H8.5zM5.25 39.5a1.25 1.25 0 1 0 0 2.5h37.5a1.25 1.25 0 1 0 0-2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4C14.059 4 6 12.059 6 22v13.25c0 .69.56 1.25 1.25 1.25h33.5c.69 0 1.25-.56 1.25-1.25V22c0-9.941-8.059-18-18-18M8.5 22c0-8.56 6.94-15.5 15.5-15.5S39.5 13.44 39.5 22v12h-9.132a8.84 8.84 0 0 0 3.132-6.75c0-2.89-1.694-4.927-3.154-6.683l-.38-.459C28.374 18.168 27 16.263 27 13.25a1.25 1.25 0 0 0-1.543-1.215c-2.159.52-3.43 1.678-4.112 3.105c-.636 1.332-.704 2.798-.75 3.803l-.003.062c-.018.406-.032.714-.06.96c-.3-.126-.735-.36-1.348-.761a1.25 1.25 0 0 0-1.532.128s.004-.004 0 0l-.002.001l-.002.002l-.004.004l-.012.012a4 4 0 0 0-.15.15a8 8 0 0 0-.37.413c-.297.354-.684.87-1.07 1.539A11.55 11.55 0 0 0 14.5 27.25A8.84 8.84 0 0 0 17.636 34H8.5zM5.25 39.5a1.25 1.25 0 1 0 0 2.5h37.5a1.25 1.25 0 1 0 0-2.5z"/></svg>
</template>

CSS

.icon-fireplace-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204C14.059%204%206%2012.059%206%2022v13.25c0%20.69.56%201.25%201.25%201.25h33.5c.69%200%201.25-.56%201.25-1.25V22c0-9.941-8.059-18-18-18M8.5%2022c0-8.56%206.94-15.5%2015.5-15.5S39.5%2013.44%2039.5%2022v12h-9.132a8.84%208.84%200%200%200%203.132-6.75c0-2.89-1.694-4.927-3.154-6.683l-.38-.459C28.374%2018.168%2027%2016.263%2027%2013.25a1.25%201.25%200%200%200-1.543-1.215c-2.159.52-3.43%201.678-4.112%203.105c-.636%201.332-.704%202.798-.75%203.803l-.003.062c-.018.406-.032.714-.06.96c-.3-.126-.735-.36-1.348-.761a1.25%201.25%200%200%200-1.532.128s.004-.004%200%200l-.002.001l-.002.002l-.004.004l-.012.012a4%204%200%200%200-.15.15a8%208%200%200%200-.37.413c-.297.354-.684.87-1.07%201.539A11.55%2011.55%200%200%200%2014.5%2027.25A8.84%208.84%200%200%200%2017.636%2034H8.5zM5.25%2039.5a1.25%201.25%200%201%200%200%202.5h37.5a1.25%201.25%200%201%200%200-2.5z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204C14.059%204%206%2012.059%206%2022v13.25c0%20.69.56%201.25%201.25%201.25h33.5c.69%200%201.25-.56%201.25-1.25V22c0-9.941-8.059-18-18-18M8.5%2022c0-8.56%206.94-15.5%2015.5-15.5S39.5%2013.44%2039.5%2022v12h-9.132a8.84%208.84%200%200%200%203.132-6.75c0-2.89-1.694-4.927-3.154-6.683l-.38-.459C28.374%2018.168%2027%2016.263%2027%2013.25a1.25%201.25%200%200%200-1.543-1.215c-2.159.52-3.43%201.678-4.112%203.105c-.636%201.332-.704%202.798-.75%203.803l-.003.062c-.018.406-.032.714-.06.96c-.3-.126-.735-.36-1.348-.761a1.25%201.25%200%200%200-1.532.128s.004-.004%200%200l-.002.001l-.002.002l-.004.004l-.012.012a4%204%200%200%200-.15.15a8%208%200%200%200-.37.413c-.297.354-.684.87-1.07%201.539A11.55%2011.55%200%200%200%2014.5%2027.25A8.84%208.84%200%200%200%2017.636%2034H8.5zM5.25%2039.5a1.25%201.25%200%201%200%200%202.5h37.5a1.25%201.25%200%201%200%200-2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/fireplace-48-filled.svg?color=%231a73e8&size=48