chair-fireplace-outline-rounded from Material Symbols Light by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
chair-fireplace-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
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.209.698q.866 0 1.473-.625t.608-1.517q0-.535-.251-.978t-.77-.793q-.5-.35-.983-.919t-.796-1.203q-.898.735-1.373 1.57t-.475 1.665q0 1.104.779 1.952t1.788.848m-2.64 1q-.098-.304-.24-.556q-.141-.251-.358-.484h.884q-.552-.483-.885-1.202q-.334-.72-.334-1.525q0-1.258.722-2.39q.722-1.131 2.155-2.124q.187-.125.39-.048q.202.077.266.294q.223.685.635 1.27q.413.584 1.02 1.019q.724.517 1.095 1.179q.37.661.37 1.438q0 .585-.234 1.088t-.728 1.041h1.944q.269 0 .442-.173t.173-.442V4.616q0-.27-.173-.443T19.385 4h-8.616q-.269 0-.442.173t-.173.443v7.153q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V4.616q0-.672.472-1.144T10.769 3h8.616q.67 0 1.143.472q.472.472.472 1.144v8.615q0 .671-.472 1.143t-1.144.472zM5.596 16.75v2.808q0 .19-.126.316T5.154 20t-.316-.126t-.126-.316V16.68q-.335-.125-.558-.389q-.223-.263-.273-.629L3.06 8.23q-.03-.214.119-.385t.382-.171q.188 0 .338.137t.18.32l.741 6.485h4.102q.671 0 1.143.472t.472 1.144q0 .213-.152.366q-.153.153-.367.153h-.25v2.827q0 .171-.116.297q-.117.126-.307.126q-.171 0-.307-.135q-.135-.136-.135-.307V16.75z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightChairFireplaceOutlineRounded(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.209.698q.866 0 1.473-.625t.608-1.517q0-.535-.251-.978t-.77-.793q-.5-.35-.983-.919t-.796-1.203q-.898.735-1.373 1.57t-.475 1.665q0 1.104.779 1.952t1.788.848m-2.64 1q-.098-.304-.24-.556q-.141-.251-.358-.484h.884q-.552-.483-.885-1.202q-.334-.72-.334-1.525q0-1.258.722-2.39q.722-1.131 2.155-2.124q.187-.125.39-.048q.202.077.266.294q.223.685.635 1.27q.413.584 1.02 1.019q.724.517 1.095 1.179q.37.661.37 1.438q0 .585-.234 1.088t-.728 1.041h1.944q.269 0 .442-.173t.173-.442V4.616q0-.27-.173-.443T19.385 4h-8.616q-.269 0-.442.173t-.173.443v7.153q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V4.616q0-.672.472-1.144T10.769 3h8.616q.67 0 1.143.472q.472.472.472 1.144v8.615q0 .671-.472 1.143t-1.144.472zM5.596 16.75v2.808q0 .19-.126.316T5.154 20t-.316-.126t-.126-.316V16.68q-.335-.125-.558-.389q-.223-.263-.273-.629L3.06 8.23q-.03-.214.119-.385t.382-.171q.188 0 .338.137t.18.32l.741 6.485h4.102q.671 0 1.143.472t.472 1.144q0 .213-.152.366q-.153.153-.367.153h-.25v2.827q0 .171-.116.297q-.117.126-.307.126q-.171 0-.307-.135q-.135-.136-.135-.307V16.75z"/></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.209.698q.866 0 1.473-.625t.608-1.517q0-.535-.251-.978t-.77-.793q-.5-.35-.983-.919t-.796-1.203q-.898.735-1.373 1.57t-.475 1.665q0 1.104.779 1.952t1.788.848m-2.64 1q-.098-.304-.24-.556q-.141-.251-.358-.484h.884q-.552-.483-.885-1.202q-.334-.72-.334-1.525q0-1.258.722-2.39q.722-1.131 2.155-2.124q.187-.125.39-.048q.202.077.266.294q.223.685.635 1.27q.413.584 1.02 1.019q.724.517 1.095 1.179q.37.661.37 1.438q0 .585-.234 1.088t-.728 1.041h1.944q.269 0 .442-.173t.173-.442V4.616q0-.27-.173-.443T19.385 4h-8.616q-.269 0-.442.173t-.173.443v7.153q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V4.616q0-.672.472-1.144T10.769 3h8.616q.67 0 1.143.472q.472.472.472 1.144v8.615q0 .671-.472 1.143t-1.144.472zM5.596 16.75v2.808q0 .19-.126.316T5.154 20t-.316-.126t-.126-.316V16.68q-.335-.125-.558-.389q-.223-.263-.273-.629L3.06 8.23q-.03-.214.119-.385t.382-.171q.188 0 .338.137t.18.32l.741 6.485h4.102q.671 0 1.143.472t.472 1.144q0 .213-.152.366q-.153.153-.367.153h-.25v2.827q0 .171-.116.297q-.117.126-.307.126q-.171 0-.307-.135q-.135-.136-.135-.307V16.75z"/></svg>
</template>

CSS

.icon-chair-fireplace-outline-rounded {
  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.209.698q.866%200%201.473-.625t.608-1.517q0-.535-.251-.978t-.77-.793q-.5-.35-.983-.919t-.796-1.203q-.898.735-1.373%201.57t-.475%201.665q0%201.104.779%201.952t1.788.848m-2.64%201q-.098-.304-.24-.556q-.141-.251-.358-.484h.884q-.552-.483-.885-1.202q-.334-.72-.334-1.525q0-1.258.722-2.39q.722-1.131%202.155-2.124q.187-.125.39-.048q.202.077.266.294q.223.685.635%201.27q.413.584%201.02%201.019q.724.517%201.095%201.179q.37.661.37%201.438q0%20.585-.234%201.088t-.728%201.041h1.944q.269%200%20.442-.173t.173-.442V4.616q0-.27-.173-.443T19.385%204h-8.616q-.269%200-.442.173t-.173.443v7.153q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V4.616q0-.672.472-1.144T10.769%203h8.616q.67%200%201.143.472q.472.472.472%201.144v8.615q0%20.671-.472%201.143t-1.144.472zM5.596%2016.75v2.808q0%20.19-.126.316T5.154%2020t-.316-.126t-.126-.316V16.68q-.335-.125-.558-.389q-.223-.263-.273-.629L3.06%208.23q-.03-.214.119-.385t.382-.171q.188%200%20.338.137t.18.32l.741%206.485h4.102q.671%200%201.143.472t.472%201.144q0%20.213-.152.366q-.153.153-.367.153h-.25v2.827q0%20.171-.116.297q-.117.126-.307.126q-.171%200-.307-.135q-.135-.136-.135-.307V16.75z%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.209.698q.866%200%201.473-.625t.608-1.517q0-.535-.251-.978t-.77-.793q-.5-.35-.983-.919t-.796-1.203q-.898.735-1.373%201.57t-.475%201.665q0%201.104.779%201.952t1.788.848m-2.64%201q-.098-.304-.24-.556q-.141-.251-.358-.484h.884q-.552-.483-.885-1.202q-.334-.72-.334-1.525q0-1.258.722-2.39q.722-1.131%202.155-2.124q.187-.125.39-.048q.202.077.266.294q.223.685.635%201.27q.413.584%201.02%201.019q.724.517%201.095%201.179q.37.661.37%201.438q0%20.585-.234%201.088t-.728%201.041h1.944q.269%200%20.442-.173t.173-.442V4.616q0-.27-.173-.443T19.385%204h-8.616q-.269%200-.442.173t-.173.443v7.153q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V4.616q0-.672.472-1.144T10.769%203h8.616q.67%200%201.143.472q.472.472.472%201.144v8.615q0%20.671-.472%201.143t-1.144.472zM5.596%2016.75v2.808q0%20.19-.126.316T5.154%2020t-.316-.126t-.126-.316V16.68q-.335-.125-.558-.389q-.223-.263-.273-.629L3.06%208.23q-.03-.214.119-.385t.382-.171q.188%200%20.338.137t.18.32l.741%206.485h4.102q.671%200%201.143.472t.472%201.144q0%20.213-.152.366q-.153.153-.367.153h-.25v2.827q0%20.171-.116.297q-.117.126-.307.126q-.171%200-.307-.135q-.135-.136-.135-.307V16.75z%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-outline-rounded.svg?color=%231a73e8&size=48