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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 17c0 .55-.45 1-1 1h-1v-1c0-.55-.45-1-1-1h-1.15c.71-.85 1.15-1.89 1.15-3c0-1.89-1.09-2.84-1.85-3.36c-1.86-1.27-2.23-2.78-2.25-3.72a.507.507 0 0 0-.77-.43c-5.8 3.43-5.15 7-5.13 7.51c.03.96.49 2.07 1.24 3H7c-.55 0-1 .45-1 1v1H5c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h14c.55 0 1 .45 1 1zm-6.8-5.26c-.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.59"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundFireplace(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="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 17c0 .55-.45 1-1 1h-1v-1c0-.55-.45-1-1-1h-1.15c.71-.85 1.15-1.89 1.15-3c0-1.89-1.09-2.84-1.85-3.36c-1.86-1.27-2.23-2.78-2.25-3.72a.507.507 0 0 0-.77-.43c-5.8 3.43-5.15 7-5.13 7.51c.03.96.49 2.07 1.24 3H7c-.55 0-1 .45-1 1v1H5c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h14c.55 0 1 .45 1 1zm-6.8-5.26c-.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.59"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 17c0 .55-.45 1-1 1h-1v-1c0-.55-.45-1-1-1h-1.15c.71-.85 1.15-1.89 1.15-3c0-1.89-1.09-2.84-1.85-3.36c-1.86-1.27-2.23-2.78-2.25-3.72a.507.507 0 0 0-.77-.43c-5.8 3.43-5.15 7-5.13 7.51c.03.96.49 2.07 1.24 3H7c-.55 0-1 .45-1 1v1H5c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h14c.55 0 1 .45 1 1zm-6.8-5.26c-.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.59"/></svg>
</template>

CSS

.icon-round-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%22M20%202H4c-1.1%200-2%20.9-2%202v16c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2m0%2017c0%20.55-.45%201-1%201h-1v-1c0-.55-.45-1-1-1h-1.15c.71-.85%201.15-1.89%201.15-3c0-1.89-1.09-2.84-1.85-3.36c-1.86-1.27-2.23-2.78-2.25-3.72a.507.507%200%200%200-.77-.43c-5.8%203.43-5.15%207-5.13%207.51c.03.96.49%202.07%201.24%203H7c-.55%200-1%20.45-1%201v1H5c-.55%200-1-.45-1-1V5c0-.55.45-1%201-1h14c.55%200%201%20.45%201%201zm-6.8-5.26c-.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.59%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%22M20%202H4c-1.1%200-2%20.9-2%202v16c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2m0%2017c0%20.55-.45%201-1%201h-1v-1c0-.55-.45-1-1-1h-1.15c.71-.85%201.15-1.89%201.15-3c0-1.89-1.09-2.84-1.85-3.36c-1.86-1.27-2.23-2.78-2.25-3.72a.507.507%200%200%200-.77-.43c-5.8%203.43-5.15%207-5.13%207.51c.03.96.49%202.07%201.24%203H7c-.55%200-1%20.45-1%201v1H5c-.55%200-1-.45-1-1V5c0-.55.45-1%201-1h14c.55%200%201%20.45%201%201zm-6.8-5.26c-.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.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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