armchair icon
armchair from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- armchair
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the armchair icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M4.5 19.5V21m15-1.5V21M2 11.5v1.333c0 2.493 0 3.739.536 4.667A4 4 0 0 0 4 18.964c.928.536 2.174.536 4.667.536h6.666c2.493 0 3.739 0 4.667-.536a4 4 0 0 0 1.464-1.464c.536-.928.536-2.174.536-4.667V11.5a2 2 0 1 0-4 0v2c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293H8c-.943 0-1.414 0-1.707-.293S6 14.443 6 13.5v-2a2 2 0 1 0-4 0"/><path d="M6 12V9c0-2.828 0-4.243.879-5.121C7.757 3 9.172 3 12 3s4.243 0 5.121.879C18 4.757 18 6.172 18 9v3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsArmchair(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M4.5 19.5V21m15-1.5V21M2 11.5v1.333c0 2.493 0 3.739.536 4.667A4 4 0 0 0 4 18.964c.928.536 2.174.536 4.667.536h6.666c2.493 0 3.739 0 4.667-.536a4 4 0 0 0 1.464-1.464c.536-.928.536-2.174.536-4.667V11.5a2 2 0 1 0-4 0v2c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293H8c-.943 0-1.414 0-1.707-.293S6 14.443 6 13.5v-2a2 2 0 1 0-4 0"/><path d="M6 12V9c0-2.828 0-4.243.879-5.121C7.757 3 9.172 3 12 3s4.243 0 5.121.879C18 4.757 18 6.172 18 9v3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M4.5 19.5V21m15-1.5V21M2 11.5v1.333c0 2.493 0 3.739.536 4.667A4 4 0 0 0 4 18.964c.928.536 2.174.536 4.667.536h6.666c2.493 0 3.739 0 4.667-.536a4 4 0 0 0 1.464-1.464c.536-.928.536-2.174.536-4.667V11.5a2 2 0 1 0-4 0v2c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293H8c-.943 0-1.414 0-1.707-.293S6 14.443 6 13.5v-2a2 2 0 1 0-4 0"/><path d="M6 12V9c0-2.828 0-4.243.879-5.121C7.757 3 9.172 3 12 3s4.243 0 5.121.879C18 4.757 18 6.172 18 9v3"/></g></svg> </template>
CSS
.icon-armchair {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4.5%2019.5V21m15-1.5V21M2%2011.5v1.333c0%202.493%200%203.739.536%204.667A4%204%200%200%200%204%2018.964c.928.536%202.174.536%204.667.536h6.666c2.493%200%203.739%200%204.667-.536a4%204%200%200%200%201.464-1.464c.536-.928.536-2.174.536-4.667V11.5a2%202%200%201%200-4%200v2c0%20.943%200%201.414-.293%201.707s-.764.293-1.707.293H8c-.943%200-1.414%200-1.707-.293S6%2014.443%206%2013.5v-2a2%202%200%201%200-4%200%22%2F%3E%3Cpath%20d%3D%22M6%2012V9c0-2.828%200-4.243.879-5.121C7.757%203%209.172%203%2012%203s4.243%200%205.121.879C18%204.757%2018%206.172%2018%209v3%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4.5%2019.5V21m15-1.5V21M2%2011.5v1.333c0%202.493%200%203.739.536%204.667A4%204%200%200%200%204%2018.964c.928.536%202.174.536%204.667.536h6.666c2.493%200%203.739%200%204.667-.536a4%204%200%200%200%201.464-1.464c.536-.928.536-2.174.536-4.667V11.5a2%202%200%201%200-4%200v2c0%20.943%200%201.414-.293%201.707s-.764.293-1.707.293H8c-.943%200-1.414%200-1.707-.293S6%2014.443%206%2013.5v-2a2%202%200%201%200-4%200%22%2F%3E%3Cpath%20d%3D%22M6%2012V9c0-2.828%200-4.243.879-5.121C7.757%203%209.172%203%2012%203s4.243%200%205.121.879C18%204.757%2018%206.172%2018%209v3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/armchair.svg?color=%231a73e8&size=48