chair fireplace icon
chair-fireplace from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- chair-fireplace
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the chair fireplace icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.114 13.148q.615 0 1.039-.385q.424-.386.424-.944q0-.746-.584-1.155q-.584-.408-.88-1.035q-.069.206-.084.437q-.016.232.034.478q.05.29.132.563t.032.541q-.07.352-.409.685t-.741.457q.214.189.484.274q.27.084.553.084m-2.431 1.698q-.098-.304-.24-.556q-.141-.251-.358-.484h.884q-.552-.483-.885-1.202q-.334-.72-.334-1.525q0-1.364.859-2.583q.858-1.219 2.55-2.279q.147.877.598 1.607T16.939 9.1q.723.517 1.094 1.179q.37.661.37 1.438q0 .585-.234 1.088t-.729 1.041H20V4h-9.846v8.27h-1V3H21v11.846zM4.712 20v-3.32q-.34-.124-.561-.39q-.22-.267-.27-.626L3 7.673h.144q.383 0 .657.256t.324.619l.696 6.068h4.102q.69 0 1.153.462t.463 1.153v.519h-.77V20h-.865v-3.25H5.596V20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChairFireplace(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="M15.114 13.148q.615 0 1.039-.385q.424-.386.424-.944q0-.746-.584-1.155q-.584-.408-.88-1.035q-.069.206-.084.437q-.016.232.034.478q.05.29.132.563t.032.541q-.07.352-.409.685t-.741.457q.214.189.484.274q.27.084.553.084m-2.431 1.698q-.098-.304-.24-.556q-.141-.251-.358-.484h.884q-.552-.483-.885-1.202q-.334-.72-.334-1.525q0-1.364.859-2.583q.858-1.219 2.55-2.279q.147.877.598 1.607T16.939 9.1q.723.517 1.094 1.179q.37.661.37 1.438q0 .585-.234 1.088t-.729 1.041H20V4h-9.846v8.27h-1V3H21v11.846zM4.712 20v-3.32q-.34-.124-.561-.39q-.22-.267-.27-.626L3 7.673h.144q.383 0 .657.256t.324.619l.696 6.068h4.102q.69 0 1.153.462t.463 1.153v.519h-.77V20h-.865v-3.25H5.596V20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.114 13.148q.615 0 1.039-.385q.424-.386.424-.944q0-.746-.584-1.155q-.584-.408-.88-1.035q-.069.206-.084.437q-.016.232.034.478q.05.29.132.563t.032.541q-.07.352-.409.685t-.741.457q.214.189.484.274q.27.084.553.084m-2.431 1.698q-.098-.304-.24-.556q-.141-.251-.358-.484h.884q-.552-.483-.885-1.202q-.334-.72-.334-1.525q0-1.364.859-2.583q.858-1.219 2.55-2.279q.147.877.598 1.607T16.939 9.1q.723.517 1.094 1.179q.37.661.37 1.438q0 .585-.234 1.088t-.729 1.041H20V4h-9.846v8.27h-1V3H21v11.846zM4.712 20v-3.32q-.34-.124-.561-.39q-.22-.267-.27-.626L3 7.673h.144q.383 0 .657.256t.324.619l.696 6.068h4.102q.69 0 1.153.462t.463 1.153v.519h-.77V20h-.865v-3.25H5.596V20z"/></svg> </template>
CSS
.icon-chair-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%22M15.114%2013.148q.615%200%201.039-.385q.424-.386.424-.944q0-.746-.584-1.155q-.584-.408-.88-1.035q-.069.206-.084.437q-.016.232.034.478q.05.29.132.563t.032.541q-.07.352-.409.685t-.741.457q.214.189.484.274q.27.084.553.084m-2.431%201.698q-.098-.304-.24-.556q-.141-.251-.358-.484h.884q-.552-.483-.885-1.202q-.334-.72-.334-1.525q0-1.364.859-2.583q.858-1.219%202.55-2.279q.147.877.598%201.607T16.939%209.1q.723.517%201.094%201.179q.37.661.37%201.438q0%20.585-.234%201.088t-.729%201.041H20V4h-9.846v8.27h-1V3H21v11.846zM4.712%2020v-3.32q-.34-.124-.561-.39q-.22-.267-.27-.626L3%207.673h.144q.383%200%20.657.256t.324.619l.696%206.068h4.102q.69%200%201.153.462t.463%201.153v.519h-.77V20h-.865v-3.25H5.596V20z%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%22M15.114%2013.148q.615%200%201.039-.385q.424-.386.424-.944q0-.746-.584-1.155q-.584-.408-.88-1.035q-.069.206-.084.437q-.016.232.034.478q.05.29.132.563t.032.541q-.07.352-.409.685t-.741.457q.214.189.484.274q.27.084.553.084m-2.431%201.698q-.098-.304-.24-.556q-.141-.251-.358-.484h.884q-.552-.483-.885-1.202q-.334-.72-.334-1.525q0-1.364.859-2.583q.858-1.219%202.55-2.279q.147.877.598%201.607T16.939%209.1q.723.517%201.094%201.179q.37.661.37%201.438q0%20.585-.234%201.088t-.729%201.041H20V4h-9.846v8.27h-1V3H21v11.846zM4.712%2020v-3.32q-.34-.124-.561-.39q-.22-.267-.27-.626L3%207.673h.144q.383%200%20.657.256t.324.619l.696%206.068h4.102q.69%200%201.153.462t.463%201.153v.519h-.77V20h-.865v-3.25H5.596V20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/chair-fireplace.svg?color=%231a73e8&size=48