chair emoji
chair from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- chair
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
chairBoxIcons v2chairFont Awesome 6 SolidchairFont Awesome SolidchairFluent EmojichairFluent Emoji FlatchairFluent Emoji High ContrastchairIconParkchairIconPark OutlinechairIconPark SolidchairIconPark TwoTonechairLine AwesomechairMaterial SymbolschairMaterial Symbols LightchairNoto EmojichairPhosphorchair-boldSolarchairTwitter Emoji
More objects icons from OpenMoji
Use the chair emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M17.5 8.5c4 11 10 31 5 49l-2 8h2s7-16 7-21h19l3 21h2v-21s1.237-2.053 0-7c-1-4-1.75-4.03-3-4c-5.254.125-21 1-21 1s-2.464-22.464-6-26c-3-3-6 0-6 0"/><path fill="#fcea2b" d="M24.587 44H54s.534-1.07-1-7.206c-1-4-.144-3.53-8.572-3.265S29.5 34.5 29.5 34.5s-1.855-15.283-4.564-23.028C24.366 9.842 21.842 5.402 18 8a2.5 2.5 0 0 0 0 1c5.866 16.822 6.587 35 6.587 35"/><path fill="#f1b31c" d="M44.587 44H54c.231-3.732-.22-7.161-2-10l-7.572-.47S49 42 44.587 44"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M17.76 8.273a.46.46 0 0 0-.153.524c4 11.06 9.848 30.864 4.893 48.703l-1.72 6.877a.904.904 0 0 0 .877 1.123h1.16a1.03 1.03 0 0 0 .953-.625c1.244-2.904 5.385-15.143 5.713-19.924a.474.474 0 0 1 .47-.451H48.09a.47.47 0 0 1 .468.406l1.816 19.714a1.025 1.025 0 0 0 1.015.88h1.176a.935.935 0 0 0 .935-.935v-19.95a.5.5 0 0 1 .05-.213c.22-.46 1.032-2.573-.05-6.902c-1-4-1.75-4.03-3-4c-4.734.113-17.986.834-20.563.976a.465.465 0 0 1-.487-.418c-.367-3.161-2.708-22.316-5.95-25.558a4.04 4.04 0 0 0-5.74-.227"/><path stroke-miterlimit="10" d="M30 44.5h-5.5m29.5 0h-7"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiChair(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M17.5 8.5c4 11 10 31 5 49l-2 8h2s7-16 7-21h19l3 21h2v-21s1.237-2.053 0-7c-1-4-1.75-4.03-3-4c-5.254.125-21 1-21 1s-2.464-22.464-6-26c-3-3-6 0-6 0"/><path fill="#fcea2b" d="M24.587 44H54s.534-1.07-1-7.206c-1-4-.144-3.53-8.572-3.265S29.5 34.5 29.5 34.5s-1.855-15.283-4.564-23.028C24.366 9.842 21.842 5.402 18 8a2.5 2.5 0 0 0 0 1c5.866 16.822 6.587 35 6.587 35"/><path fill="#f1b31c" d="M44.587 44H54c.231-3.732-.22-7.161-2-10l-7.572-.47S49 42 44.587 44"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="M17.76 8.273a.46.46 0 0 0-.153.524c4 11.06 9.848 30.864 4.893 48.703l-1.72 6.877a.904.904 0 0 0 .877 1.123h1.16a1.03 1.03 0 0 0 .953-.625c1.244-2.904 5.385-15.143 5.713-19.924a.474.474 0 0 1 .47-.451H48.09a.47.47 0 0 1 .468.406l1.816 19.714a1.025 1.025 0 0 0 1.015.88h1.176a.935.935 0 0 0 .935-.935v-19.95a.5.5 0 0 1 .05-.213c.22-.46 1.032-2.573-.05-6.902c-1-4-1.75-4.03-3-4c-4.734.113-17.986.834-20.563.976a.465.465 0 0 1-.487-.418c-.367-3.161-2.708-22.316-5.95-25.558a4.04 4.04 0 0 0-5.74-.227"/><path strokeMiterlimit="10" d="M30 44.5h-5.5m29.5 0h-7"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M17.5 8.5c4 11 10 31 5 49l-2 8h2s7-16 7-21h19l3 21h2v-21s1.237-2.053 0-7c-1-4-1.75-4.03-3-4c-5.254.125-21 1-21 1s-2.464-22.464-6-26c-3-3-6 0-6 0"/><path fill="#fcea2b" d="M24.587 44H54s.534-1.07-1-7.206c-1-4-.144-3.53-8.572-3.265S29.5 34.5 29.5 34.5s-1.855-15.283-4.564-23.028C24.366 9.842 21.842 5.402 18 8a2.5 2.5 0 0 0 0 1c5.866 16.822 6.587 35 6.587 35"/><path fill="#f1b31c" d="M44.587 44H54c.231-3.732-.22-7.161-2-10l-7.572-.47S49 42 44.587 44"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M17.76 8.273a.46.46 0 0 0-.153.524c4 11.06 9.848 30.864 4.893 48.703l-1.72 6.877a.904.904 0 0 0 .877 1.123h1.16a1.03 1.03 0 0 0 .953-.625c1.244-2.904 5.385-15.143 5.713-19.924a.474.474 0 0 1 .47-.451H48.09a.47.47 0 0 1 .468.406l1.816 19.714a1.025 1.025 0 0 0 1.015.88h1.176a.935.935 0 0 0 .935-.935v-19.95a.5.5 0 0 1 .05-.213c.22-.46 1.032-2.573-.05-6.902c-1-4-1.75-4.03-3-4c-4.734.113-17.986.834-20.563.976a.465.465 0 0 1-.487-.418c-.367-3.161-2.708-22.316-5.95-25.558a4.04 4.04 0 0 0-5.74-.227"/><path stroke-miterlimit="10" d="M30 44.5h-5.5m29.5 0h-7"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M17.5%208.5c4%2011%2010%2031%205%2049l-2%208h2s7-16%207-21h19l3%2021h2v-21s1.237-2.053%200-7c-1-4-1.75-4.03-3-4c-5.254.125-21%201-21%201s-2.464-22.464-6-26c-3-3-6%200-6%200%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M24.587%2044H54s.534-1.07-1-7.206c-1-4-.144-3.53-8.572-3.265S29.5%2034.5%2029.5%2034.5s-1.855-15.283-4.564-23.028C24.366%209.842%2021.842%205.402%2018%208a2.5%202.5%200%200%200%200%201c5.866%2016.822%206.587%2035%206.587%2035%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M44.587%2044H54c.231-3.732-.22-7.161-2-10l-7.572-.47S49%2042%2044.587%2044%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.76%208.273a.46.46%200%200%200-.153.524c4%2011.06%209.848%2030.864%204.893%2048.703l-1.72%206.877a.904.904%200%200%200%20.877%201.123h1.16a1.03%201.03%200%200%200%20.953-.625c1.244-2.904%205.385-15.143%205.713-19.924a.474.474%200%200%201%20.47-.451H48.09a.47.47%200%200%201%20.468.406l1.816%2019.714a1.025%201.025%200%200%200%201.015.88h1.176a.935.935%200%200%200%20.935-.935v-19.95a.5.5%200%200%201%20.05-.213c.22-.46%201.032-2.573-.05-6.902c-1-4-1.75-4.03-3-4c-4.734.113-17.986.834-20.563.976a.465.465%200%200%201-.487-.418c-.367-3.161-2.708-22.316-5.95-25.558a4.04%204.04%200%200%200-5.74-.227%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M30%2044.5h-5.5m29.5%200h-7%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M17.5%208.5c4%2011%2010%2031%205%2049l-2%208h2s7-16%207-21h19l3%2021h2v-21s1.237-2.053%200-7c-1-4-1.75-4.03-3-4c-5.254.125-21%201-21%201s-2.464-22.464-6-26c-3-3-6%200-6%200%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M24.587%2044H54s.534-1.07-1-7.206c-1-4-.144-3.53-8.572-3.265S29.5%2034.5%2029.5%2034.5s-1.855-15.283-4.564-23.028C24.366%209.842%2021.842%205.402%2018%208a2.5%202.5%200%200%200%200%201c5.866%2016.822%206.587%2035%206.587%2035%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M44.587%2044H54c.231-3.732-.22-7.161-2-10l-7.572-.47S49%2042%2044.587%2044%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.76%208.273a.46.46%200%200%200-.153.524c4%2011.06%209.848%2030.864%204.893%2048.703l-1.72%206.877a.904.904%200%200%200%20.877%201.123h1.16a1.03%201.03%200%200%200%20.953-.625c1.244-2.904%205.385-15.143%205.713-19.924a.474.474%200%200%201%20.47-.451H48.09a.47.47%200%200%201%20.468.406l1.816%2019.714a1.025%201.025%200%200%200%201.015.88h1.176a.935.935%200%200%200%20.935-.935v-19.95a.5.5%200%200%201%20.05-.213c.22-.46%201.032-2.573-.05-6.902c-1-4-1.75-4.03-3-4c-4.734.113-17.986.834-20.563.976a.465.465%200%200%201-.487-.418c-.367-3.161-2.708-22.316-5.95-25.558a4.04%204.04%200%200%200-5.74-.227%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M30%2044.5h-5.5m29.5%200h-7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/chair.svg?color=%231a73e8&size=48