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

Name
sharp-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 sharp fireplace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 2v20h20V2zm11.2 11.74c-.08-.46-.07-.85.08-1.28c.54 1.21 2.15 1.64 1.98 3.18c-.19 1.69-2.11 2.37-3.39 1.32c.76-.24 1.4-1.04 1.53-1.63c.12-.55-.11-1.04-.2-1.59M20 20h-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 IcSharpFireplace(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="M2 2v20h20V2zm11.2 11.74c-.08-.46-.07-.85.08-1.28c.54 1.21 2.15 1.64 1.98 3.18c-.19 1.69-2.11 2.37-3.39 1.32c.76-.24 1.4-1.04 1.53-1.63c.12-.55-.11-1.04-.2-1.59M20 20h-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="M2 2v20h20V2zm11.2 11.74c-.08-.46-.07-.85.08-1.28c.54 1.21 2.15 1.64 1.98 3.18c-.19 1.69-2.11 2.37-3.39 1.32c.76-.24 1.4-1.04 1.53-1.63c.12-.55-.11-1.04-.2-1.59M20 20h-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-sharp-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%22M2%202v20h20V2zm11.2%2011.74c-.08-.46-.07-.85.08-1.28c.54%201.21%202.15%201.64%201.98%203.18c-.19%201.69-2.11%202.37-3.39%201.32c.76-.24%201.4-1.04%201.53-1.63c.12-.55-.11-1.04-.2-1.59M20%2020h-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%22M2%202v20h20V2zm11.2%2011.74c-.08-.46-.07-.85.08-1.28c.54%201.21%202.15%201.64%201.98%203.18c-.19%201.69-2.11%202.37-3.39%201.32c.76-.24%201.4-1.04%201.53-1.63c.12-.55-.11-1.04-.2-1.59M20%2020h-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/sharp-fireplace.svg?color=%231a73e8&size=48