outline fireplace icon

outline-fireplace from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
outline-fireplace
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the outline fireplace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.01 12.46c-.15.42-.15.82-.08 1.28c.1.55.33 1.04.2 1.6c-.13.59-.77 1.38-1.53 1.63c1.28 1.05 3.2.37 3.39-1.32c.17-1.54-1.44-1.98-1.98-3.19"/><path fill="currentColor" d="M2 2v20h20V2zm10 16c-1.58 0-2.97-1.88-3-3.06c0-.05-.01-.13-.01-.22c-.13-1.73 1-3.2 2.47-4.37c.47 1.01 1.27 2.03 2.57 2.92c.58.42.97.86.97 1.73c0 1.65-1.35 3-3 3m8 2h-2v-2h-2.02A4.98 4.98 0 0 0 17 15c0-1.89-1.09-2.85-1.85-3.37C12.2 9.61 13 7 13 7c-6.73 3.57-6.02 7.47-6 8c.03.96.49 2.07 1.23 3H6v2H4V4h16z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineFireplace(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="M12.01 12.46c-.15.42-.15.82-.08 1.28c.1.55.33 1.04.2 1.6c-.13.59-.77 1.38-1.53 1.63c1.28 1.05 3.2.37 3.39-1.32c.17-1.54-1.44-1.98-1.98-3.19"/><path fill="currentColor" d="M2 2v20h20V2zm10 16c-1.58 0-2.97-1.88-3-3.06c0-.05-.01-.13-.01-.22c-.13-1.73 1-3.2 2.47-4.37c.47 1.01 1.27 2.03 2.57 2.92c.58.42.97.86.97 1.73c0 1.65-1.35 3-3 3m8 2h-2v-2h-2.02A4.98 4.98 0 0 0 17 15c0-1.89-1.09-2.85-1.85-3.37C12.2 9.61 13 7 13 7c-6.73 3.57-6.02 7.47-6 8c.03.96.49 2.07 1.23 3H6v2H4V4h16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.01 12.46c-.15.42-.15.82-.08 1.28c.1.55.33 1.04.2 1.6c-.13.59-.77 1.38-1.53 1.63c1.28 1.05 3.2.37 3.39-1.32c.17-1.54-1.44-1.98-1.98-3.19"/><path fill="currentColor" d="M2 2v20h20V2zm10 16c-1.58 0-2.97-1.88-3-3.06c0-.05-.01-.13-.01-.22c-.13-1.73 1-3.2 2.47-4.37c.47 1.01 1.27 2.03 2.57 2.92c.58.42.97.86.97 1.73c0 1.65-1.35 3-3 3m8 2h-2v-2h-2.02A4.98 4.98 0 0 0 17 15c0-1.89-1.09-2.85-1.85-3.37C12.2 9.61 13 7 13 7c-6.73 3.57-6.02 7.47-6 8c.03.96.49 2.07 1.23 3H6v2H4V4h16z"/></svg>
</template>

CSS

.icon-outline-fireplace {
  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%22M12.01%2012.46c-.15.42-.15.82-.08%201.28c.1.55.33%201.04.2%201.6c-.13.59-.77%201.38-1.53%201.63c1.28%201.05%203.2.37%203.39-1.32c.17-1.54-1.44-1.98-1.98-3.19%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%202v20h20V2zm10%2016c-1.58%200-2.97-1.88-3-3.06c0-.05-.01-.13-.01-.22c-.13-1.73%201-3.2%202.47-4.37c.47%201.01%201.27%202.03%202.57%202.92c.58.42.97.86.97%201.73c0%201.65-1.35%203-3%203m8%202h-2v-2h-2.02A4.98%204.98%200%200%200%2017%2015c0-1.89-1.09-2.85-1.85-3.37C12.2%209.61%2013%207%2013%207c-6.73%203.57-6.02%207.47-6%208c.03.96.49%202.07%201.23%203H6v2H4V4h16z%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%22M12.01%2012.46c-.15.42-.15.82-.08%201.28c.1.55.33%201.04.2%201.6c-.13.59-.77%201.38-1.53%201.63c1.28%201.05%203.2.37%203.39-1.32c.17-1.54-1.44-1.98-1.98-3.19%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%202v20h20V2zm10%2016c-1.58%200-2.97-1.88-3-3.06c0-.05-.01-.13-.01-.22c-.13-1.73%201-3.2%202.47-4.37c.47%201.01%201.27%202.03%202.57%202.92c.58.42.97.86.97%201.73c0%201.65-1.35%203-3%203m8%202h-2v-2h-2.02A4.98%204.98%200%200%200%2017%2015c0-1.89-1.09-2.85-1.85-3.37C12.2%209.61%2013%207%2013%207c-6.73%203.57-6.02%207.47-6%208c.03.96.49%202.07%201.23%203H6v2H4V4h16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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