chair icon
chair from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- chair
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chair-rounded
3 other variants in Material Symbols Light
The same icon in other sets
chairBoxIcons v2chairFont Awesome 6 SolidchairFont Awesome SolidchairFluent EmojichairFluent Emoji FlatchairFluent Emoji High ContrastchairIconParkchairIconPark OutlinechairIconPark SolidchairIconPark TwoTonechairLine AwesomechairMaterial SymbolschairNoto EmojichairOpenMojichairPhosphorchair-boldSolarchairTwitter Emoji
More household icons from Material Symbols Light
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" d="M5.039 19.346q-.214 0-.357-.143q-.144-.143-.144-.357v-1H4q-.846 0-1.423-.577T2 15.846v-5q0-.632.434-1.066q.433-.434 1.066-.434t1.066.434Q5 10.214 5 10.846v3.5h14v-3.5q0-.632.434-1.066q.433-.434 1.066-.434t1.066.434q.434.434.434 1.066v5q0 .846-.577 1.423T20 17.846h-.538v1q0 .194-.134.347t-.328.153q-.213 0-.357-.143q-.143-.144-.143-.357v-1H5.539v1q0 .214-.144.357q-.143.143-.357.143m.962-6v-2.5q0-.932-.559-1.664Q4.883 8.45 4 8.346V7.231q0-.846.577-1.423T6 5.23h12q.846 0 1.423.577T20 7.23v1.115q-.889.1-1.444.828Q18 9.902 18 10.846v2.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChair(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" d="M5.039 19.346q-.214 0-.357-.143q-.144-.143-.144-.357v-1H4q-.846 0-1.423-.577T2 15.846v-5q0-.632.434-1.066q.433-.434 1.066-.434t1.066.434Q5 10.214 5 10.846v3.5h14v-3.5q0-.632.434-1.066q.433-.434 1.066-.434t1.066.434q.434.434.434 1.066v5q0 .846-.577 1.423T20 17.846h-.538v1q0 .194-.134.347t-.328.153q-.213 0-.357-.143q-.143-.144-.143-.357v-1H5.539v1q0 .214-.144.357q-.143.143-.357.143m.962-6v-2.5q0-.932-.559-1.664Q4.883 8.45 4 8.346V7.231q0-.846.577-1.423T6 5.23h12q.846 0 1.423.577T20 7.23v1.115q-.889.1-1.444.828Q18 9.902 18 10.846v2.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.039 19.346q-.214 0-.357-.143q-.144-.143-.144-.357v-1H4q-.846 0-1.423-.577T2 15.846v-5q0-.632.434-1.066q.433-.434 1.066-.434t1.066.434Q5 10.214 5 10.846v3.5h14v-3.5q0-.632.434-1.066q.433-.434 1.066-.434t1.066.434q.434.434.434 1.066v5q0 .846-.577 1.423T20 17.846h-.538v1q0 .194-.134.347t-.328.153q-.213 0-.357-.143q-.143-.144-.143-.357v-1H5.539v1q0 .214-.144.357q-.143.143-.357.143m.962-6v-2.5q0-.932-.559-1.664Q4.883 8.45 4 8.346V7.231q0-.846.577-1.423T6 5.23h12q.846 0 1.423.577T20 7.23v1.115q-.889.1-1.444.828Q18 9.902 18 10.846v2.5z"/></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%20d%3D%22M5.039%2019.346q-.214%200-.357-.143q-.144-.143-.144-.357v-1H4q-.846%200-1.423-.577T2%2015.846v-5q0-.632.434-1.066q.433-.434%201.066-.434t1.066.434Q5%2010.214%205%2010.846v3.5h14v-3.5q0-.632.434-1.066q.433-.434%201.066-.434t1.066.434q.434.434.434%201.066v5q0%20.846-.577%201.423T20%2017.846h-.538v1q0%20.194-.134.347t-.328.153q-.213%200-.357-.143q-.143-.144-.143-.357v-1H5.539v1q0%20.214-.144.357q-.143.143-.357.143m.962-6v-2.5q0-.932-.559-1.664Q4.883%208.45%204%208.346V7.231q0-.846.577-1.423T6%205.23h12q.846%200%201.423.577T20%207.23v1.115q-.889.1-1.444.828Q18%209.902%2018%2010.846v2.5z%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%20d%3D%22M5.039%2019.346q-.214%200-.357-.143q-.144-.143-.144-.357v-1H4q-.846%200-1.423-.577T2%2015.846v-5q0-.632.434-1.066q.433-.434%201.066-.434t1.066.434Q5%2010.214%205%2010.846v3.5h14v-3.5q0-.632.434-1.066q.433-.434%201.066-.434t1.066.434q.434.434.434%201.066v5q0%20.846-.577%201.423T20%2017.846h-.538v1q0%20.194-.134.347t-.328.153q-.213%200-.357-.143q-.143-.144-.143-.357v-1H5.539v1q0%20.214-.144.357q-.143.143-.357.143m.962-6v-2.5q0-.932-.559-1.664Q4.883%208.45%204%208.346V7.231q0-.846.577-1.423T6%205.23h12q.846%200%201.423.577T20%207.23v1.115q-.889.1-1.444.828Q18%209.902%2018%2010.846v2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/chair.svg?color=%231a73e8&size=48