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

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

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the chair emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v1a4 4 0 0 1-3 3.874V13c.793 0 1.502.344 2.073.777c.577.438 1.085 1.018 1.502 1.626c.809 1.18 1.425 2.69 1.425 3.847a2.75 2.75 0 0 1-2.099 2.672l1.308 6.458c.292 1.48-1.049 2.464-1.805 0L21.28 22h-.312l-.09 3.982c-.043 1.533-1.293 1.334-1.35 0L19.13 22h-6.26l-.398 3.982c-.058 1.334-1.307 1.533-1.35 0L11.032 22h-.313l-2.124 6.38c-.756 2.464-2.097 1.48-1.805 0l1.308-6.458A2.75 2.75 0 0 1 6 19.25c0-1.156.616-2.667 1.425-3.847c.417-.608.925-1.188 1.502-1.626C9.498 13.344 10.207 13 11 13V9.874A4 4 0 0 1 8 6zm3 10c-.207 0-.498.093-.864.371c-.361.274-.728.678-1.061 1.163C8.384 17.542 8 18.656 8 19.25c0 .414.336.75.75.75h14.5a.75.75 0 0 0 .75-.75c0-.594-.384-1.708-1.075-2.716c-.333-.485-.7-.89-1.06-1.163c-.367-.278-.658-.371-.865-.371zm8-2v-3h-6v3zm3-7V5a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastChair(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v1a4 4 0 0 1-3 3.874V13c.793 0 1.502.344 2.073.777c.577.438 1.085 1.018 1.502 1.626c.809 1.18 1.425 2.69 1.425 3.847a2.75 2.75 0 0 1-2.099 2.672l1.308 6.458c.292 1.48-1.049 2.464-1.805 0L21.28 22h-.312l-.09 3.982c-.043 1.533-1.293 1.334-1.35 0L19.13 22h-6.26l-.398 3.982c-.058 1.334-1.307 1.533-1.35 0L11.032 22h-.313l-2.124 6.38c-.756 2.464-2.097 1.48-1.805 0l1.308-6.458A2.75 2.75 0 0 1 6 19.25c0-1.156.616-2.667 1.425-3.847c.417-.608.925-1.188 1.502-1.626C9.498 13.344 10.207 13 11 13V9.874A4 4 0 0 1 8 6zm3 10c-.207 0-.498.093-.864.371c-.361.274-.728.678-1.061 1.163C8.384 17.542 8 18.656 8 19.25c0 .414.336.75.75.75h14.5a.75.75 0 0 0 .75-.75c0-.594-.384-1.708-1.075-2.716c-.333-.485-.7-.89-1.06-1.163c-.367-.278-.658-.371-.865-.371zm8-2v-3h-6v3zm3-7V5a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v1a4 4 0 0 1-3 3.874V13c.793 0 1.502.344 2.073.777c.577.438 1.085 1.018 1.502 1.626c.809 1.18 1.425 2.69 1.425 3.847a2.75 2.75 0 0 1-2.099 2.672l1.308 6.458c.292 1.48-1.049 2.464-1.805 0L21.28 22h-.312l-.09 3.982c-.043 1.533-1.293 1.334-1.35 0L19.13 22h-6.26l-.398 3.982c-.058 1.334-1.307 1.533-1.35 0L11.032 22h-.313l-2.124 6.38c-.756 2.464-2.097 1.48-1.805 0l1.308-6.458A2.75 2.75 0 0 1 6 19.25c0-1.156.616-2.667 1.425-3.847c.417-.608.925-1.188 1.502-1.626C9.498 13.344 10.207 13 11 13V9.874A4 4 0 0 1 8 6zm3 10c-.207 0-.498.093-.864.371c-.361.274-.728.678-1.061 1.163C8.384 17.542 8 18.656 8 19.25c0 .414.336.75.75.75h14.5a.75.75 0 0 0 .75-.75c0-.594-.384-1.708-1.075-2.716c-.333-.485-.7-.89-1.06-1.163c-.367-.278-.658-.371-.865-.371zm8-2v-3h-6v3zm3-7V5a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%205a3%203%200%200%201%203-3h10a3%203%200%200%201%203%203v1a4%204%200%200%201-3%203.874V13c.793%200%201.502.344%202.073.777c.577.438%201.085%201.018%201.502%201.626c.809%201.18%201.425%202.69%201.425%203.847a2.75%202.75%200%200%201-2.099%202.672l1.308%206.458c.292%201.48-1.049%202.464-1.805%200L21.28%2022h-.312l-.09%203.982c-.043%201.533-1.293%201.334-1.35%200L19.13%2022h-6.26l-.398%203.982c-.058%201.334-1.307%201.533-1.35%200L11.032%2022h-.313l-2.124%206.38c-.756%202.464-2.097%201.48-1.805%200l1.308-6.458A2.75%202.75%200%200%201%206%2019.25c0-1.156.616-2.667%201.425-3.847c.417-.608.925-1.188%201.502-1.626C9.498%2013.344%2010.207%2013%2011%2013V9.874A4%204%200%200%201%208%206zm3%2010c-.207%200-.498.093-.864.371c-.361.274-.728.678-1.061%201.163C8.384%2017.542%208%2018.656%208%2019.25c0%20.414.336.75.75.75h14.5a.75.75%200%200%200%20.75-.75c0-.594-.384-1.708-1.075-2.716c-.333-.485-.7-.89-1.06-1.163c-.367-.278-.658-.371-.865-.371zm8-2v-3h-6v3zm3-7V5a1%201%200%200%200-1-1H11a1%201%200%200%200-1%201v1a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%205a3%203%200%200%201%203-3h10a3%203%200%200%201%203%203v1a4%204%200%200%201-3%203.874V13c.793%200%201.502.344%202.073.777c.577.438%201.085%201.018%201.502%201.626c.809%201.18%201.425%202.69%201.425%203.847a2.75%202.75%200%200%201-2.099%202.672l1.308%206.458c.292%201.48-1.049%202.464-1.805%200L21.28%2022h-.312l-.09%203.982c-.043%201.533-1.293%201.334-1.35%200L19.13%2022h-6.26l-.398%203.982c-.058%201.334-1.307%201.533-1.35%200L11.032%2022h-.313l-2.124%206.38c-.756%202.464-2.097%201.48-1.805%200l1.308-6.458A2.75%202.75%200%200%201%206%2019.25c0-1.156.616-2.667%201.425-3.847c.417-.608.925-1.188%201.502-1.626C9.498%2013.344%2010.207%2013%2011%2013V9.874A4%204%200%200%201%208%206zm3%2010c-.207%200-.498.093-.864.371c-.361.274-.728.678-1.061%201.163C8.384%2017.542%208%2018.656%208%2019.25c0%20.414.336.75.75.75h14.5a.75.75%200%200%200%20.75-.75c0-.594-.384-1.708-1.075-2.716c-.333-.485-.7-.89-1.06-1.163c-.367-.278-.658-.371-.865-.371zm8-2v-3h-6v3zm3-7V5a1%201%200%200%200-1-1H11a1%201%200%200%200-1%201v1a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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