office chair icon
office-chair-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- office-chair-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the office chair icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M252 128a12 12 0 0 1-12 12h-13.4a52.09 52.09 0 0 1-50.6 40h-36v16h20a36 36 0 0 1 36 36a12 12 0 0 1-24 0a12 12 0 0 0-12-12h-20v12a12 12 0 0 1-24 0v-12H96a12 12 0 0 0-12 12a12 12 0 0 1-24 0a36 36 0 0 1 36-36h20v-16H80a52.09 52.09 0 0 1-50.6-40H16a12 12 0 0 1 0-24h24a12 12 0 0 1 12 12a28 28 0 0 0 28 28h96a28 28 0 0 0 28-28a12 12 0 0 1 12-12h24a12 12 0 0 1 12 12m-179.18 5a20 20 0 0 1-4.59-16L81.8 29a19.91 19.91 0 0 1 19.79-17h52.82a19.91 19.91 0 0 1 19.79 17l13.57 88A20 20 0 0 1 168 140H88a20 20 0 0 1-15.18-7m19.85-17h70.66L151 36h-46Z"/></svg>
React
import type { SVGProps } from "react";
export function PhOfficeChairBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M252 128a12 12 0 0 1-12 12h-13.4a52.09 52.09 0 0 1-50.6 40h-36v16h20a36 36 0 0 1 36 36a12 12 0 0 1-24 0a12 12 0 0 0-12-12h-20v12a12 12 0 0 1-24 0v-12H96a12 12 0 0 0-12 12a12 12 0 0 1-24 0a36 36 0 0 1 36-36h20v-16H80a52.09 52.09 0 0 1-50.6-40H16a12 12 0 0 1 0-24h24a12 12 0 0 1 12 12a28 28 0 0 0 28 28h96a28 28 0 0 0 28-28a12 12 0 0 1 12-12h24a12 12 0 0 1 12 12m-179.18 5a20 20 0 0 1-4.59-16L81.8 29a19.91 19.91 0 0 1 19.79-17h52.82a19.91 19.91 0 0 1 19.79 17l13.57 88A20 20 0 0 1 168 140H88a20 20 0 0 1-15.18-7m19.85-17h70.66L151 36h-46Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M252 128a12 12 0 0 1-12 12h-13.4a52.09 52.09 0 0 1-50.6 40h-36v16h20a36 36 0 0 1 36 36a12 12 0 0 1-24 0a12 12 0 0 0-12-12h-20v12a12 12 0 0 1-24 0v-12H96a12 12 0 0 0-12 12a12 12 0 0 1-24 0a36 36 0 0 1 36-36h20v-16H80a52.09 52.09 0 0 1-50.6-40H16a12 12 0 0 1 0-24h24a12 12 0 0 1 12 12a28 28 0 0 0 28 28h96a28 28 0 0 0 28-28a12 12 0 0 1 12-12h24a12 12 0 0 1 12 12m-179.18 5a20 20 0 0 1-4.59-16L81.8 29a19.91 19.91 0 0 1 19.79-17h52.82a19.91 19.91 0 0 1 19.79 17l13.57 88A20 20 0 0 1 168 140H88a20 20 0 0 1-15.18-7m19.85-17h70.66L151 36h-46Z"/></svg> </template>
CSS
.icon-office-chair-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M252%20128a12%2012%200%200%201-12%2012h-13.4a52.09%2052.09%200%200%201-50.6%2040h-36v16h20a36%2036%200%200%201%2036%2036a12%2012%200%200%201-24%200a12%2012%200%200%200-12-12h-20v12a12%2012%200%200%201-24%200v-12H96a12%2012%200%200%200-12%2012a12%2012%200%200%201-24%200a36%2036%200%200%201%2036-36h20v-16H80a52.09%2052.09%200%200%201-50.6-40H16a12%2012%200%200%201%200-24h24a12%2012%200%200%201%2012%2012a28%2028%200%200%200%2028%2028h96a28%2028%200%200%200%2028-28a12%2012%200%200%201%2012-12h24a12%2012%200%200%201%2012%2012m-179.18%205a20%2020%200%200%201-4.59-16L81.8%2029a19.91%2019.91%200%200%201%2019.79-17h52.82a19.91%2019.91%200%200%201%2019.79%2017l13.57%2088A20%2020%200%200%201%20168%20140H88a20%2020%200%200%201-15.18-7m19.85-17h70.66L151%2036h-46Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M252%20128a12%2012%200%200%201-12%2012h-13.4a52.09%2052.09%200%200%201-50.6%2040h-36v16h20a36%2036%200%200%201%2036%2036a12%2012%200%200%201-24%200a12%2012%200%200%200-12-12h-20v12a12%2012%200%200%201-24%200v-12H96a12%2012%200%200%200-12%2012a12%2012%200%200%201-24%200a36%2036%200%200%201%2036-36h20v-16H80a52.09%2052.09%200%200%201-50.6-40H16a12%2012%200%200%201%200-24h24a12%2012%200%200%201%2012%2012a28%2028%200%200%200%2028%2028h96a28%2028%200%200%200%2028-28a12%2012%200%200%201%2012-12h24a12%2012%200%200%201%2012%2012m-179.18%205a20%2020%200%200%201-4.59-16L81.8%2029a19.91%2019.91%200%200%201%2019.79-17h52.82a19.91%2019.91%200%200%201%2019.79%2017l13.57%2088A20%2020%200%200%201%20168%20140H88a20%2020%200%200%201-15.18-7m19.85-17h70.66L151%2036h-46Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/office-chair-bold.svg?color=%231a73e8&size=48