fireplace from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
fireplace
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
fireplace-sharp

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the fireplace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.6 16.95q.325.275.688.388t.712.112q.725 0 1.313-.462T14 15.65q.125-1.175-.725-1.737T12 12.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1 .675M2 22V2h20v20zm2-2h2v-2h2.25q-.575-.725-.913-1.525T7 14.95q0-1.15.25-2.162t.913-1.963T10 8.938T13 7q-.275 1.1.238 2.338T15.15 11.6q.825.6 1.338 1.413T17 15q0 .875-.275 1.613T16 18h2v2h2V4H4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFireplace(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="M10.6 16.95q.325.275.688.388t.712.112q.725 0 1.313-.462T14 15.65q.125-1.175-.725-1.737T12 12.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1 .675M2 22V2h20v20zm2-2h2v-2h2.25q-.575-.725-.913-1.525T7 14.95q0-1.15.25-2.162t.913-1.963T10 8.938T13 7q-.275 1.1.238 2.338T15.15 11.6q.825.6 1.338 1.413T17 15q0 .875-.275 1.613T16 18h2v2h2V4H4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.6 16.95q.325.275.688.388t.712.112q.725 0 1.313-.462T14 15.65q.125-1.175-.725-1.737T12 12.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1 .675M2 22V2h20v20zm2-2h2v-2h2.25q-.575-.725-.913-1.525T7 14.95q0-1.15.25-2.162t.913-1.963T10 8.938T13 7q-.275 1.1.238 2.338T15.15 11.6q.825.6 1.338 1.413T17 15q0 .875-.275 1.613T16 18h2v2h2V4H4z"/></svg>
</template>

CSS

.icon-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%22M10.6%2016.95q.325.275.688.388t.712.112q.725%200%201.313-.462T14%2015.65q.125-1.175-.725-1.737T12%2012.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1%20.675M2%2022V2h20v20zm2-2h2v-2h2.25q-.575-.725-.913-1.525T7%2014.95q0-1.15.25-2.162t.913-1.963T10%208.938T13%207q-.275%201.1.238%202.338T15.15%2011.6q.825.6%201.338%201.413T17%2015q0%20.875-.275%201.613T16%2018h2v2h2V4H4z%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%22M10.6%2016.95q.325.275.688.388t.712.112q.725%200%201.313-.462T14%2015.65q.125-1.175-.725-1.737T12%2012.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1%20.675M2%2022V2h20v20zm2-2h2v-2h2.25q-.575-.725-.913-1.525T7%2014.95q0-1.15.25-2.162t.913-1.963T10%208.938T13%207q-.275%201.1.238%202.338T15.15%2011.6q.825.6%201.338%201.413T17%2015q0%20.875-.275%201.613T16%2018h2v2h2V4H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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