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

Name
fireplace-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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="M6 22c0-9.941 8.059-18 18-18s18 8.059 18 18v13.25c0 .69-.56 1.25-1.25 1.25H7.25c-.69 0-1.25-.56-1.25-1.25zM24 6.5C15.44 6.5 8.5 13.44 8.5 22v12h9.136a8.84 8.84 0 0 1-3.136-6.75c0-2.496.77-4.46 1.542-5.797c.386-.669.773-1.185 1.07-1.54a8 8 0 0 1 .52-.562l.012-.012l.004-.004l.002-.002h.001l.001-.001a1.23 1.23 0 0 1 1.535-.126c.454.299.798.496 1.054.622c.01-.173.017-.37.025-.605l.011-.343c.038-1.02.122-2.483.833-3.816c.754-1.415 2.119-2.526 4.365-3.033A1.25 1.25 0 0 1 27 13.25c0 3.013 1.374 4.918 2.966 6.858l.38.459c1.46 1.755 3.154 3.793 3.154 6.683A8.84 8.84 0 0 1 30.368 34H39.5V22c0-8.56-6.94-15.5-15.5-15.5m-5.792 16.201A9.05 9.05 0 0 0 17 27.25c0 3.402 2.747 6.5 7.004 6.5c4.255 0 6.996-3.096 6.996-6.5c0-1.952-1.112-3.303-2.69-5.219l-.276-.337c-1.403-1.709-2.962-3.755-3.408-6.727c-.686.365-1.07.822-1.31 1.273c-.414.777-.503 1.714-.54 2.732l-.01.267c-.012.395-.025.828-.07 1.192c-.05.395-.17 1.11-.716 1.606c-.665.604-1.495.525-2.088.342a6 6 0 0 1-1.14-.51a9 9 0 0 0-.544.832M4 40.75c0-.69.56-1.25 1.25-1.25h37.5a1.25 1.25 0 1 1 0 2.5H5.25C4.56 42 4 41.44 4 40.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentFireplace48Regular(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="M6 22c0-9.941 8.059-18 18-18s18 8.059 18 18v13.25c0 .69-.56 1.25-1.25 1.25H7.25c-.69 0-1.25-.56-1.25-1.25zM24 6.5C15.44 6.5 8.5 13.44 8.5 22v12h9.136a8.84 8.84 0 0 1-3.136-6.75c0-2.496.77-4.46 1.542-5.797c.386-.669.773-1.185 1.07-1.54a8 8 0 0 1 .52-.562l.012-.012l.004-.004l.002-.002h.001l.001-.001a1.23 1.23 0 0 1 1.535-.126c.454.299.798.496 1.054.622c.01-.173.017-.37.025-.605l.011-.343c.038-1.02.122-2.483.833-3.816c.754-1.415 2.119-2.526 4.365-3.033A1.25 1.25 0 0 1 27 13.25c0 3.013 1.374 4.918 2.966 6.858l.38.459c1.46 1.755 3.154 3.793 3.154 6.683A8.84 8.84 0 0 1 30.368 34H39.5V22c0-8.56-6.94-15.5-15.5-15.5m-5.792 16.201A9.05 9.05 0 0 0 17 27.25c0 3.402 2.747 6.5 7.004 6.5c4.255 0 6.996-3.096 6.996-6.5c0-1.952-1.112-3.303-2.69-5.219l-.276-.337c-1.403-1.709-2.962-3.755-3.408-6.727c-.686.365-1.07.822-1.31 1.273c-.414.777-.503 1.714-.54 2.732l-.01.267c-.012.395-.025.828-.07 1.192c-.05.395-.17 1.11-.716 1.606c-.665.604-1.495.525-2.088.342a6 6 0 0 1-1.14-.51a9 9 0 0 0-.544.832M4 40.75c0-.69.56-1.25 1.25-1.25h37.5a1.25 1.25 0 1 1 0 2.5H5.25C4.56 42 4 41.44 4 40.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 22c0-9.941 8.059-18 18-18s18 8.059 18 18v13.25c0 .69-.56 1.25-1.25 1.25H7.25c-.69 0-1.25-.56-1.25-1.25zM24 6.5C15.44 6.5 8.5 13.44 8.5 22v12h9.136a8.84 8.84 0 0 1-3.136-6.75c0-2.496.77-4.46 1.542-5.797c.386-.669.773-1.185 1.07-1.54a8 8 0 0 1 .52-.562l.012-.012l.004-.004l.002-.002h.001l.001-.001a1.23 1.23 0 0 1 1.535-.126c.454.299.798.496 1.054.622c.01-.173.017-.37.025-.605l.011-.343c.038-1.02.122-2.483.833-3.816c.754-1.415 2.119-2.526 4.365-3.033A1.25 1.25 0 0 1 27 13.25c0 3.013 1.374 4.918 2.966 6.858l.38.459c1.46 1.755 3.154 3.793 3.154 6.683A8.84 8.84 0 0 1 30.368 34H39.5V22c0-8.56-6.94-15.5-15.5-15.5m-5.792 16.201A9.05 9.05 0 0 0 17 27.25c0 3.402 2.747 6.5 7.004 6.5c4.255 0 6.996-3.096 6.996-6.5c0-1.952-1.112-3.303-2.69-5.219l-.276-.337c-1.403-1.709-2.962-3.755-3.408-6.727c-.686.365-1.07.822-1.31 1.273c-.414.777-.503 1.714-.54 2.732l-.01.267c-.012.395-.025.828-.07 1.192c-.05.395-.17 1.11-.716 1.606c-.665.604-1.495.525-2.088.342a6 6 0 0 1-1.14-.51a9 9 0 0 0-.544.832M4 40.75c0-.69.56-1.25 1.25-1.25h37.5a1.25 1.25 0 1 1 0 2.5H5.25C4.56 42 4 41.44 4 40.75"/></svg>
</template>

CSS

.icon-fireplace-48-regular {
  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%22M6%2022c0-9.941%208.059-18%2018-18s18%208.059%2018%2018v13.25c0%20.69-.56%201.25-1.25%201.25H7.25c-.69%200-1.25-.56-1.25-1.25zM24%206.5C15.44%206.5%208.5%2013.44%208.5%2022v12h9.136a8.84%208.84%200%200%201-3.136-6.75c0-2.496.77-4.46%201.542-5.797c.386-.669.773-1.185%201.07-1.54a8%208%200%200%201%20.52-.562l.012-.012l.004-.004l.002-.002h.001l.001-.001a1.23%201.23%200%200%201%201.535-.126c.454.299.798.496%201.054.622c.01-.173.017-.37.025-.605l.011-.343c.038-1.02.122-2.483.833-3.816c.754-1.415%202.119-2.526%204.365-3.033A1.25%201.25%200%200%201%2027%2013.25c0%203.013%201.374%204.918%202.966%206.858l.38.459c1.46%201.755%203.154%203.793%203.154%206.683A8.84%208.84%200%200%201%2030.368%2034H39.5V22c0-8.56-6.94-15.5-15.5-15.5m-5.792%2016.201A9.05%209.05%200%200%200%2017%2027.25c0%203.402%202.747%206.5%207.004%206.5c4.255%200%206.996-3.096%206.996-6.5c0-1.952-1.112-3.303-2.69-5.219l-.276-.337c-1.403-1.709-2.962-3.755-3.408-6.727c-.686.365-1.07.822-1.31%201.273c-.414.777-.503%201.714-.54%202.732l-.01.267c-.012.395-.025.828-.07%201.192c-.05.395-.17%201.11-.716%201.606c-.665.604-1.495.525-2.088.342a6%206%200%200%201-1.14-.51a9%209%200%200%200-.544.832M4%2040.75c0-.69.56-1.25%201.25-1.25h37.5a1.25%201.25%200%201%201%200%202.5H5.25C4.56%2042%204%2041.44%204%2040.75%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%22M6%2022c0-9.941%208.059-18%2018-18s18%208.059%2018%2018v13.25c0%20.69-.56%201.25-1.25%201.25H7.25c-.69%200-1.25-.56-1.25-1.25zM24%206.5C15.44%206.5%208.5%2013.44%208.5%2022v12h9.136a8.84%208.84%200%200%201-3.136-6.75c0-2.496.77-4.46%201.542-5.797c.386-.669.773-1.185%201.07-1.54a8%208%200%200%201%20.52-.562l.012-.012l.004-.004l.002-.002h.001l.001-.001a1.23%201.23%200%200%201%201.535-.126c.454.299.798.496%201.054.622c.01-.173.017-.37.025-.605l.011-.343c.038-1.02.122-2.483.833-3.816c.754-1.415%202.119-2.526%204.365-3.033A1.25%201.25%200%200%201%2027%2013.25c0%203.013%201.374%204.918%202.966%206.858l.38.459c1.46%201.755%203.154%203.793%203.154%206.683A8.84%208.84%200%200%201%2030.368%2034H39.5V22c0-8.56-6.94-15.5-15.5-15.5m-5.792%2016.201A9.05%209.05%200%200%200%2017%2027.25c0%203.402%202.747%206.5%207.004%206.5c4.255%200%206.996-3.096%206.996-6.5c0-1.952-1.112-3.303-2.69-5.219l-.276-.337c-1.403-1.709-2.962-3.755-3.408-6.727c-.686.365-1.07.822-1.31%201.273c-.414.777-.503%201.714-.54%202.732l-.01.267c-.012.395-.025.828-.07%201.192c-.05.395-.17%201.11-.716%201.606c-.665.604-1.495.525-2.088.342a6%206%200%200%201-1.14-.51a9%209%200%200%200-.544.832M4%2040.75c0-.69.56-1.25%201.25-1.25h37.5a1.25%201.25%200%201%201%200%202.5H5.25C4.56%2042%204%2041.44%204%2040.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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