chair icon
chair from Reicon by REICON · Outline · Home · MIT Free for personal and commercial use.
- Name
- chair
- Set
- Reicon
- Style
- Outline
- Category
- Home
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All chair icons →chairBoxIcons v2chairFont Awesome 6 SolidchairFont Awesome SolidchairFluent EmojichairFluent Emoji FlatchairFluent Emoji High ContrastchairIconParkchairIconPark OutlinechairIconPark SolidchairIconPark TwoTonechairLine AwesomechairMaterial SymbolschairMaterial Symbols LightchairNoto EmojichairOpenMojichairPhosphorchair-boldSolarchairTwitter Emoji
More home icons from Reicon
Use the chair icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.964 2.25h.072c.904 0 1.633 0 2.222.053c.606.055 1.136.172 1.617.45a3.75 3.75 0 0 1 1.373 1.372c.278.481.394 1.011.449 1.617c.053.589.053 1.318.053 2.222v3.407c.494.104.941.309 1.302.72c.445.51.59 1.146.651 1.846l.004.047c.035.41.069.797.047 1.121c-.025.371-.126.75-.427 1.078c-.31.34-.702.465-1.076.519q-.229.032-.5.04V21a.75.75 0 0 1-1.5 0v-4.25h-8.5V21a.75.75 0 0 1-1.5 0v-4.258a5 5 0 0 1-.502-.04c-.374-.054-.765-.18-1.076-.519c-.301-.328-.402-.707-.427-1.078c-.022-.324.012-.712.047-1.12l.004-.048c.06-.7.206-1.336.651-1.845c.361-.412.808-.617 1.302-.721V7.964c0-.904 0-1.633.053-2.222c.055-.606.172-1.136.45-1.617a3.75 3.75 0 0 1 1.372-1.373c.481-.277 1.011-.394 1.617-.449c.589-.053 1.318-.053 2.222-.053m-3.52 9H7.75V8c0-.948 0-1.61.047-2.122c.046-.503.13-.788.255-1.003a2.25 2.25 0 0 1 .823-.824c.215-.124.5-.208 1.003-.254c.512-.046 1.174-.047 2.122-.047s1.61 0 2.122.047c.503.046.788.13 1.003.254c.342.198.626.482.824.824c.124.215.208.5.254 1.003c.046.512.047 1.174.047 2.122v3.25zm.056 1.5c-.849 0-1.4.002-1.806.065c-.374.057-.517.15-.617.265c-.126.144-.234.384-.285.985c-.041.474-.062.745-.05.94a.6.6 0 0 0 .024.144c.004.01.006.013.012.02l.001.001l.003.002l.01.005c.02.01.07.026.169.04c.218.031.524.033 1.04.033h10c.514 0 .82-.002 1.038-.033a.7.7 0 0 0 .179-.045l.003-.001l.001-.002l.012-.02a.6.6 0 0 0 .023-.144c.013-.195-.008-.466-.049-.94c-.051-.6-.159-.841-.285-.985c-.1-.114-.243-.208-.617-.265c-.406-.063-.957-.065-1.806-.065z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconChair(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M11.964 2.25h.072c.904 0 1.633 0 2.222.053c.606.055 1.136.172 1.617.45a3.75 3.75 0 0 1 1.373 1.372c.278.481.394 1.011.449 1.617c.053.589.053 1.318.053 2.222v3.407c.494.104.941.309 1.302.72c.445.51.59 1.146.651 1.846l.004.047c.035.41.069.797.047 1.121c-.025.371-.126.75-.427 1.078c-.31.34-.702.465-1.076.519q-.229.032-.5.04V21a.75.75 0 0 1-1.5 0v-4.25h-8.5V21a.75.75 0 0 1-1.5 0v-4.258a5 5 0 0 1-.502-.04c-.374-.054-.765-.18-1.076-.519c-.301-.328-.402-.707-.427-1.078c-.022-.324.012-.712.047-1.12l.004-.048c.06-.7.206-1.336.651-1.845c.361-.412.808-.617 1.302-.721V7.964c0-.904 0-1.633.053-2.222c.055-.606.172-1.136.45-1.617a3.75 3.75 0 0 1 1.372-1.373c.481-.277 1.011-.394 1.617-.449c.589-.053 1.318-.053 2.222-.053m-3.52 9H7.75V8c0-.948 0-1.61.047-2.122c.046-.503.13-.788.255-1.003a2.25 2.25 0 0 1 .823-.824c.215-.124.5-.208 1.003-.254c.512-.046 1.174-.047 2.122-.047s1.61 0 2.122.047c.503.046.788.13 1.003.254c.342.198.626.482.824.824c.124.215.208.5.254 1.003c.046.512.047 1.174.047 2.122v3.25zm.056 1.5c-.849 0-1.4.002-1.806.065c-.374.057-.517.15-.617.265c-.126.144-.234.384-.285.985c-.041.474-.062.745-.05.94a.6.6 0 0 0 .024.144c.004.01.006.013.012.02l.001.001l.003.002l.01.005c.02.01.07.026.169.04c.218.031.524.033 1.04.033h10c.514 0 .82-.002 1.038-.033a.7.7 0 0 0 .179-.045l.003-.001l.001-.002l.012-.02a.6.6 0 0 0 .023-.144c.013-.195-.008-.466-.049-.94c-.051-.6-.159-.841-.285-.985c-.1-.114-.243-.208-.617-.265c-.406-.063-.957-.065-1.806-.065z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.964 2.25h.072c.904 0 1.633 0 2.222.053c.606.055 1.136.172 1.617.45a3.75 3.75 0 0 1 1.373 1.372c.278.481.394 1.011.449 1.617c.053.589.053 1.318.053 2.222v3.407c.494.104.941.309 1.302.72c.445.51.59 1.146.651 1.846l.004.047c.035.41.069.797.047 1.121c-.025.371-.126.75-.427 1.078c-.31.34-.702.465-1.076.519q-.229.032-.5.04V21a.75.75 0 0 1-1.5 0v-4.25h-8.5V21a.75.75 0 0 1-1.5 0v-4.258a5 5 0 0 1-.502-.04c-.374-.054-.765-.18-1.076-.519c-.301-.328-.402-.707-.427-1.078c-.022-.324.012-.712.047-1.12l.004-.048c.06-.7.206-1.336.651-1.845c.361-.412.808-.617 1.302-.721V7.964c0-.904 0-1.633.053-2.222c.055-.606.172-1.136.45-1.617a3.75 3.75 0 0 1 1.372-1.373c.481-.277 1.011-.394 1.617-.449c.589-.053 1.318-.053 2.222-.053m-3.52 9H7.75V8c0-.948 0-1.61.047-2.122c.046-.503.13-.788.255-1.003a2.25 2.25 0 0 1 .823-.824c.215-.124.5-.208 1.003-.254c.512-.046 1.174-.047 2.122-.047s1.61 0 2.122.047c.503.046.788.13 1.003.254c.342.198.626.482.824.824c.124.215.208.5.254 1.003c.046.512.047 1.174.047 2.122v3.25zm.056 1.5c-.849 0-1.4.002-1.806.065c-.374.057-.517.15-.617.265c-.126.144-.234.384-.285.985c-.041.474-.062.745-.05.94a.6.6 0 0 0 .024.144c.004.01.006.013.012.02l.001.001l.003.002l.01.005c.02.01.07.026.169.04c.218.031.524.033 1.04.033h10c.514 0 .82-.002 1.038-.033a.7.7 0 0 0 .179-.045l.003-.001l.001-.002l.012-.02a.6.6 0 0 0 .023-.144c.013-.195-.008-.466-.049-.94c-.051-.6-.159-.841-.285-.985c-.1-.114-.243-.208-.617-.265c-.406-.063-.957-.065-1.806-.065z" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.964%202.25h.072c.904%200%201.633%200%202.222.053c.606.055%201.136.172%201.617.45a3.75%203.75%200%200%201%201.373%201.372c.278.481.394%201.011.449%201.617c.053.589.053%201.318.053%202.222v3.407c.494.104.941.309%201.302.72c.445.51.59%201.146.651%201.846l.004.047c.035.41.069.797.047%201.121c-.025.371-.126.75-.427%201.078c-.31.34-.702.465-1.076.519q-.229.032-.5.04V21a.75.75%200%200%201-1.5%200v-4.25h-8.5V21a.75.75%200%200%201-1.5%200v-4.258a5%205%200%200%201-.502-.04c-.374-.054-.765-.18-1.076-.519c-.301-.328-.402-.707-.427-1.078c-.022-.324.012-.712.047-1.12l.004-.048c.06-.7.206-1.336.651-1.845c.361-.412.808-.617%201.302-.721V7.964c0-.904%200-1.633.053-2.222c.055-.606.172-1.136.45-1.617a3.75%203.75%200%200%201%201.372-1.373c.481-.277%201.011-.394%201.617-.449c.589-.053%201.318-.053%202.222-.053m-3.52%209H7.75V8c0-.948%200-1.61.047-2.122c.046-.503.13-.788.255-1.003a2.25%202.25%200%200%201%20.823-.824c.215-.124.5-.208%201.003-.254c.512-.046%201.174-.047%202.122-.047s1.61%200%202.122.047c.503.046.788.13%201.003.254c.342.198.626.482.824.824c.124.215.208.5.254%201.003c.046.512.047%201.174.047%202.122v3.25zm.056%201.5c-.849%200-1.4.002-1.806.065c-.374.057-.517.15-.617.265c-.126.144-.234.384-.285.985c-.041.474-.062.745-.05.94a.6.6%200%200%200%20.024.144c.004.01.006.013.012.02l.001.001l.003.002l.01.005c.02.01.07.026.169.04c.218.031.524.033%201.04.033h10c.514%200%20.82-.002%201.038-.033a.7.7%200%200%200%20.179-.045l.003-.001l.001-.002l.012-.02a.6.6%200%200%200%20.023-.144c.013-.195-.008-.466-.049-.94c-.051-.6-.159-.841-.285-.985c-.1-.114-.243-.208-.617-.265c-.406-.063-.957-.065-1.806-.065z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.964%202.25h.072c.904%200%201.633%200%202.222.053c.606.055%201.136.172%201.617.45a3.75%203.75%200%200%201%201.373%201.372c.278.481.394%201.011.449%201.617c.053.589.053%201.318.053%202.222v3.407c.494.104.941.309%201.302.72c.445.51.59%201.146.651%201.846l.004.047c.035.41.069.797.047%201.121c-.025.371-.126.75-.427%201.078c-.31.34-.702.465-1.076.519q-.229.032-.5.04V21a.75.75%200%200%201-1.5%200v-4.25h-8.5V21a.75.75%200%200%201-1.5%200v-4.258a5%205%200%200%201-.502-.04c-.374-.054-.765-.18-1.076-.519c-.301-.328-.402-.707-.427-1.078c-.022-.324.012-.712.047-1.12l.004-.048c.06-.7.206-1.336.651-1.845c.361-.412.808-.617%201.302-.721V7.964c0-.904%200-1.633.053-2.222c.055-.606.172-1.136.45-1.617a3.75%203.75%200%200%201%201.372-1.373c.481-.277%201.011-.394%201.617-.449c.589-.053%201.318-.053%202.222-.053m-3.52%209H7.75V8c0-.948%200-1.61.047-2.122c.046-.503.13-.788.255-1.003a2.25%202.25%200%200%201%20.823-.824c.215-.124.5-.208%201.003-.254c.512-.046%201.174-.047%202.122-.047s1.61%200%202.122.047c.503.046.788.13%201.003.254c.342.198.626.482.824.824c.124.215.208.5.254%201.003c.046.512.047%201.174.047%202.122v3.25zm.056%201.5c-.849%200-1.4.002-1.806.065c-.374.057-.517.15-.617.265c-.126.144-.234.384-.285.985c-.041.474-.062.745-.05.94a.6.6%200%200%200%20.024.144c.004.01.006.013.012.02l.001.001l.003.002l.01.005c.02.01.07.026.169.04c.218.031.524.033%201.04.033h10c.514%200%20.82-.002%201.038-.033a.7.7%200%200%200%20.179-.045l.003-.001l.001-.002l.012-.02a.6.6%200%200%200%20.023-.144c.013-.195-.008-.466-.049-.94c-.051-.6-.159-.841-.285-.985c-.1-.114-.243-.208-.617-.265c-.406-.063-.957-.065-1.806-.065z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/chair.svg?color=%231a73e8&size=48