chair from Font Awesome 6 Solid by Dave Gandy · Regular · Household · CC-BY-4.0 Attribution required.

Name
chair
Set
Font Awesome 6 Solid
Style
Regular
Category
Household
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

More household icons from Font Awesome 6 Solid

Use the chair icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M248 48v208h48V58.7c23.9 13.8 40 39.7 40 69.3v128h48V128C384 57.3 326.7 0 256 0h-64C121.3 0 64 57.3 64 128v128h48V128c0-29.6 16.1-55.5 40-69.3V256h48V48zM48 288c-12.1 0-23.2 6.8-28.6 17.7l-16 32c-5 9.9-4.4 21.7 1.4 31.1S20.9 384 32 384v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96h256v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96c11.1 0 21.4-5.7 27.2-15.2s6.4-21.2 1.4-31.1l-16-32c-5.4-10.9-16.5-17.7-28.6-17.7z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidChair(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M248 48v208h48V58.7c23.9 13.8 40 39.7 40 69.3v128h48V128C384 57.3 326.7 0 256 0h-64C121.3 0 64 57.3 64 128v128h48V128c0-29.6 16.1-55.5 40-69.3V256h48V48zM48 288c-12.1 0-23.2 6.8-28.6 17.7l-16 32c-5 9.9-4.4 21.7 1.4 31.1S20.9 384 32 384v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96h256v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96c11.1 0 21.4-5.7 27.2-15.2s6.4-21.2 1.4-31.1l-16-32c-5.4-10.9-16.5-17.7-28.6-17.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M248 48v208h48V58.7c23.9 13.8 40 39.7 40 69.3v128h48V128C384 57.3 326.7 0 256 0h-64C121.3 0 64 57.3 64 128v128h48V128c0-29.6 16.1-55.5 40-69.3V256h48V48zM48 288c-12.1 0-23.2 6.8-28.6 17.7l-16 32c-5 9.9-4.4 21.7 1.4 31.1S20.9 384 32 384v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96h256v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96c11.1 0 21.4-5.7 27.2-15.2s6.4-21.2 1.4-31.1l-16-32c-5.4-10.9-16.5-17.7-28.6-17.7z"/></svg>
</template>

CSS

.icon-chair {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%2048v208h48V58.7c23.9%2013.8%2040%2039.7%2040%2069.3v128h48V128C384%2057.3%20326.7%200%20256%200h-64C121.3%200%2064%2057.3%2064%20128v128h48V128c0-29.6%2016.1-55.5%2040-69.3V256h48V48zM48%20288c-12.1%200-23.2%206.8-28.6%2017.7l-16%2032c-5%209.9-4.4%2021.7%201.4%2031.1S20.9%20384%2032%20384v96c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-96h256v96c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-96c11.1%200%2021.4-5.7%2027.2-15.2s6.4-21.2%201.4-31.1l-16-32c-5.4-10.9-16.5-17.7-28.6-17.7z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%2048v208h48V58.7c23.9%2013.8%2040%2039.7%2040%2069.3v128h48V128C384%2057.3%20326.7%200%20256%200h-64C121.3%200%2064%2057.3%2064%20128v128h48V128c0-29.6%2016.1-55.5%2040-69.3V256h48V48zM48%20288c-12.1%200-23.2%206.8-28.6%2017.7l-16%2032c-5%209.9-4.4%2021.7%201.4%2031.1S20.9%20384%2032%20384v96c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-96h256v96c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-96c11.1%200%2021.4-5.7%2027.2-15.2s6.4-21.2%201.4-31.1l-16-32c-5.4-10.9-16.5-17.7-28.6-17.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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