Chair Fireplace icon

Chair Fireplace is a Google Material Symbol from the Household category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

chair_fireplace_outlined_fill0_wght400.svg

Chair Fireplace icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=chair_fireplace" />

<span class="material-symbols-outlined">chair_fireplace</span>

Chair Fireplace icon in React

// With the font from the HTML tab:
export function ChairFireplaceIcon() {
  return (
    <span className="material-symbols-outlined">
      chair_fireplace
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import ChairFireplaceIcon from "@material-symbols/svg-400/outlined/chair_fireplace.svg?react";

Chair Fireplace icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">chair_fireplace</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import ChairFireplaceIcon from "@material-symbols/svg-400/outlined/chair_fireplace.svg?component"; -->

Chair Fireplace icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">chair_fireplace</mat-icon>

Chair Fireplace icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.chair_fireplace, fill: 0, weight: 400)

Chair Fireplace icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/chair_fireplace.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M14.9 13.55q.575 0 1.013-.362T16.4 12.25q.1-.85-.537-1.275T14.875 9.9q-.075 .2-.087 .363T14.825 10.675q.075 .45 .15 .725t.025 .6q-.075 .4-.387 .725T13.875 13.175q.225 .175 .488 .275t.537 .1Zm.2 .75q.975 0 1.6-.587t.625-1.513q0-.5-.225-.937T16.35 10.35q-.575-.5-1-1.125t-.625-1.275q-.975 .725-1.525 1.713T12.65 11.675q0 1.15 .675 1.888t1.775 .737Zm-3.05 1.5q-.125-.425-.387-.812T11.05 14.3h.775q-.35-.575-.512-1.212T11.15 11.775q0-1.75 1.063-3.175T15.4 6.05q.125 .975 .613 1.788T17.425 9.45q.8 .7 1.1 1.263t.3 1.362q0 .625-.175 1.138T18.05 14.3h2.45v-10.8H9.7v10.1h-1.5v-11.6h13.8v13.8H12.05ZM4 21v-2.9q-.425 0-.75-.3t-.375-.725L2 7.175h.475q.425 0 .75 .3t.375 .725l.65 6.9h4.925q.6 0 1.05 .45t.45 1.05v1.5h-1.025v2.9h-1v-2.9H5v2.9h-1Zm11.1-6.7Z" />
</vector>

Chair Fireplace icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/chair_fireplace.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/chair_fireplace.svg" width="24" height="24" alt="Chair Fireplace">

Chair Fireplace icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameChair Fireplace
Ligaturechair_fireplace
Code pointU+F29E
CategoryHousehold
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/chair_fireplace.svg, chair_fireplace-fill.svg
FlutterSymbols.chair_fireplace
LicenseApache License 2.0 (© Google LLC)

Keywords

householdhomesettinghouseenvironmentleisureheatcomfortdiningroomseatinteriorfurniture

Related icons