chair from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
chair
Set
Fluent Emoji Flat
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji Flat

Use the chair emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#7d4533" d="M13 8h-2v7h2zm8 0h-2v7h2zM6.79 28.38l1.58-7.795h2.82L8.597 28.38c-.756 2.464-2.097 1.48-1.805 0m16.838-7.795l1.58 7.795c.291 1.48-1.05 2.464-1.806 0l-2.595-7.795z"/><path fill="#402a32" d="m11 20.595l.122 5.387c.044 1.533 1.293 1.334 1.351 0l.537-5.387zm10 0l-.121 5.387c-.044 1.533-1.294 1.334-1.351 0l-.537-5.387z"/><path fill="#a56953" d="M11 3a2 2 0 0 0-2 2v1a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V5a2 2 0 0 0-2-2zm0 11c-2 0-4 3.5-4 5.25c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0 0 25 19.25C25 17.5 23 14 21 14z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatChair(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#7d4533" d="M13 8h-2v7h2zm8 0h-2v7h2zM6.79 28.38l1.58-7.795h2.82L8.597 28.38c-.756 2.464-2.097 1.48-1.805 0m16.838-7.795l1.58 7.795c.291 1.48-1.05 2.464-1.806 0l-2.595-7.795z"/><path fill="#402a32" d="m11 20.595l.122 5.387c.044 1.533 1.293 1.334 1.351 0l.537-5.387zm10 0l-.121 5.387c-.044 1.533-1.294 1.334-1.351 0l-.537-5.387z"/><path fill="#a56953" d="M11 3a2 2 0 0 0-2 2v1a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V5a2 2 0 0 0-2-2zm0 11c-2 0-4 3.5-4 5.25c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0 0 25 19.25C25 17.5 23 14 21 14z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#7d4533" d="M13 8h-2v7h2zm8 0h-2v7h2zM6.79 28.38l1.58-7.795h2.82L8.597 28.38c-.756 2.464-2.097 1.48-1.805 0m16.838-7.795l1.58 7.795c.291 1.48-1.05 2.464-1.806 0l-2.595-7.795z"/><path fill="#402a32" d="m11 20.595l.122 5.387c.044 1.533 1.293 1.334 1.351 0l.537-5.387zm10 0l-.121 5.387c-.044 1.533-1.294 1.334-1.351 0l-.537-5.387z"/><path fill="#a56953" d="M11 3a2 2 0 0 0-2 2v1a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V5a2 2 0 0 0-2-2zm0 11c-2 0-4 3.5-4 5.25c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0 0 25 19.25C25 17.5 23 14 21 14z"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%237d4533%22%20d%3D%22M13%208h-2v7h2zm8%200h-2v7h2zM6.79%2028.38l1.58-7.795h2.82L8.597%2028.38c-.756%202.464-2.097%201.48-1.805%200m16.838-7.795l1.58%207.795c.291%201.48-1.05%202.464-1.806%200l-2.595-7.795z%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22m11%2020.595l.122%205.387c.044%201.533%201.293%201.334%201.351%200l.537-5.387zm10%200l-.121%205.387c-.044%201.533-1.294%201.334-1.351%200l-.537-5.387z%22%2F%3E%3Cpath%20fill%3D%22%23a56953%22%20d%3D%22M11%203a2%202%200%200%200-2%202v1a3%203%200%200%200%203%203h8a3%203%200%200%200%203-3V5a2%202%200%200%200-2-2zm0%2011c-2%200-4%203.5-4%205.25c0%20.966.784%201.75%201.75%201.75h14.5A1.75%201.75%200%200%200%2025%2019.25C25%2017.5%2023%2014%2021%2014z%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%237d4533%22%20d%3D%22M13%208h-2v7h2zm8%200h-2v7h2zM6.79%2028.38l1.58-7.795h2.82L8.597%2028.38c-.756%202.464-2.097%201.48-1.805%200m16.838-7.795l1.58%207.795c.291%201.48-1.05%202.464-1.806%200l-2.595-7.795z%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22m11%2020.595l.122%205.387c.044%201.533%201.293%201.334%201.351%200l.537-5.387zm10%200l-.121%205.387c-.044%201.533-1.294%201.334-1.351%200l-.537-5.387z%22%2F%3E%3Cpath%20fill%3D%22%23a56953%22%20d%3D%22M11%203a2%202%200%200%200-2%202v1a3%203%200%200%200%203%203h8a3%203%200%200%200%203-3V5a2%202%200%200%200-2-2zm0%2011c-2%200-4%203.5-4%205.25c0%20.966.784%201.75%201.75%201.75h14.5A1.75%201.75%200%200%200%2025%2019.25C25%2017.5%2023%2014%2021%2014z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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