armchair icon
armchair from Reicon by REICON · Outline · Home · MIT Free for personal and commercial use.
- Name
- armchair
- Set
- Reicon
- Style
- Outline
- Category
- Home
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All armchair icons →More home icons from Reicon
Use the armchair 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.963 1.25h.074c1.09 0 1.96 0 2.66.065c.72.067 1.333.207 1.885.534c.662.392 1.21.955 1.59 1.63c.315.56.45 1.181.515 1.914c.063.715.063 1.605.063 2.725v.38a2.7 2.7 0 0 1 1.145-.248c1.622 0 2.855 1.388 2.855 2.996v4.716c0 .962 0 1.567-.11 2.085c-.34 1.586-1.428 2.887-2.89 3.432V22a.75.75 0 0 1-1.5 0v-.258c-.278.008-.593.008-.96.008H6.71c-.883 0-1.463 0-1.961-.119V22a.75.75 0 0 1-1.5 0v-1l.002-.049a4.76 4.76 0 0 1-1.891-2.904c-.111-.518-.111-1.123-.111-2.085v-4.716c0-1.608 1.233-2.996 2.855-2.996c.411 0 .798.09 1.145.248v-.38c0-1.12 0-2.01.063-2.725c.065-.733.2-1.355.516-1.915a4.4 4.4 0 0 1 1.59-1.628c.552-.327 1.166-.467 1.885-.534c.7-.065 1.57-.065 2.66-.065M6.7 10c.167.383.26.806.26 1.246v4.337h10.08v-4.337c0-.44.092-.863.259-1.246h-.049V8.154c0-1.164 0-1.988-.057-2.63c-.056-.631-.162-1.013-.329-1.31a2.9 2.9 0 0 0-1.046-1.074c-.283-.168-.648-.275-1.26-.331c-.622-.058-1.422-.059-2.558-.059s-1.936 0-2.558.059c-.612.056-.977.163-1.26.331a2.9 2.9 0 0 0-1.046 1.074c-.167.297-.273.679-.329 1.31c-.056.642-.057 1.466-.057 2.63V10zm-2.596-.25c-.703 0-1.355.623-1.355 1.496v4.611c0 1.101.004 1.534.077 1.876c.265 1.238 1.162 2.17 2.266 2.438c.302.074.689.079 1.728.079h10.36c1.04 0 1.426-.005 1.728-.079c1.104-.269 2-1.2 2.266-2.438c.073-.342.077-.775.077-1.876v-4.611c0-.873-.652-1.496-1.355-1.496c-.704 0-1.355.623-1.355 1.496v5.087a.75.75 0 0 1-.75.75H6.21a.75.75 0 0 1-.75-.75v-5.087c0-.873-.651-1.496-1.355-1.496" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconArmchair(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.963 1.25h.074c1.09 0 1.96 0 2.66.065c.72.067 1.333.207 1.885.534c.662.392 1.21.955 1.59 1.63c.315.56.45 1.181.515 1.914c.063.715.063 1.605.063 2.725v.38a2.7 2.7 0 0 1 1.145-.248c1.622 0 2.855 1.388 2.855 2.996v4.716c0 .962 0 1.567-.11 2.085c-.34 1.586-1.428 2.887-2.89 3.432V22a.75.75 0 0 1-1.5 0v-.258c-.278.008-.593.008-.96.008H6.71c-.883 0-1.463 0-1.961-.119V22a.75.75 0 0 1-1.5 0v-1l.002-.049a4.76 4.76 0 0 1-1.891-2.904c-.111-.518-.111-1.123-.111-2.085v-4.716c0-1.608 1.233-2.996 2.855-2.996c.411 0 .798.09 1.145.248v-.38c0-1.12 0-2.01.063-2.725c.065-.733.2-1.355.516-1.915a4.4 4.4 0 0 1 1.59-1.628c.552-.327 1.166-.467 1.885-.534c.7-.065 1.57-.065 2.66-.065M6.7 10c.167.383.26.806.26 1.246v4.337h10.08v-4.337c0-.44.092-.863.259-1.246h-.049V8.154c0-1.164 0-1.988-.057-2.63c-.056-.631-.162-1.013-.329-1.31a2.9 2.9 0 0 0-1.046-1.074c-.283-.168-.648-.275-1.26-.331c-.622-.058-1.422-.059-2.558-.059s-1.936 0-2.558.059c-.612.056-.977.163-1.26.331a2.9 2.9 0 0 0-1.046 1.074c-.167.297-.273.679-.329 1.31c-.056.642-.057 1.466-.057 2.63V10zm-2.596-.25c-.703 0-1.355.623-1.355 1.496v4.611c0 1.101.004 1.534.077 1.876c.265 1.238 1.162 2.17 2.266 2.438c.302.074.689.079 1.728.079h10.36c1.04 0 1.426-.005 1.728-.079c1.104-.269 2-1.2 2.266-2.438c.073-.342.077-.775.077-1.876v-4.611c0-.873-.652-1.496-1.355-1.496c-.704 0-1.355.623-1.355 1.496v5.087a.75.75 0 0 1-.75.75H6.21a.75.75 0 0 1-.75-.75v-5.087c0-.873-.651-1.496-1.355-1.496" 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.963 1.25h.074c1.09 0 1.96 0 2.66.065c.72.067 1.333.207 1.885.534c.662.392 1.21.955 1.59 1.63c.315.56.45 1.181.515 1.914c.063.715.063 1.605.063 2.725v.38a2.7 2.7 0 0 1 1.145-.248c1.622 0 2.855 1.388 2.855 2.996v4.716c0 .962 0 1.567-.11 2.085c-.34 1.586-1.428 2.887-2.89 3.432V22a.75.75 0 0 1-1.5 0v-.258c-.278.008-.593.008-.96.008H6.71c-.883 0-1.463 0-1.961-.119V22a.75.75 0 0 1-1.5 0v-1l.002-.049a4.76 4.76 0 0 1-1.891-2.904c-.111-.518-.111-1.123-.111-2.085v-4.716c0-1.608 1.233-2.996 2.855-2.996c.411 0 .798.09 1.145.248v-.38c0-1.12 0-2.01.063-2.725c.065-.733.2-1.355.516-1.915a4.4 4.4 0 0 1 1.59-1.628c.552-.327 1.166-.467 1.885-.534c.7-.065 1.57-.065 2.66-.065M6.7 10c.167.383.26.806.26 1.246v4.337h10.08v-4.337c0-.44.092-.863.259-1.246h-.049V8.154c0-1.164 0-1.988-.057-2.63c-.056-.631-.162-1.013-.329-1.31a2.9 2.9 0 0 0-1.046-1.074c-.283-.168-.648-.275-1.26-.331c-.622-.058-1.422-.059-2.558-.059s-1.936 0-2.558.059c-.612.056-.977.163-1.26.331a2.9 2.9 0 0 0-1.046 1.074c-.167.297-.273.679-.329 1.31c-.056.642-.057 1.466-.057 2.63V10zm-2.596-.25c-.703 0-1.355.623-1.355 1.496v4.611c0 1.101.004 1.534.077 1.876c.265 1.238 1.162 2.17 2.266 2.438c.302.074.689.079 1.728.079h10.36c1.04 0 1.426-.005 1.728-.079c1.104-.269 2-1.2 2.266-2.438c.073-.342.077-.775.077-1.876v-4.611c0-.873-.652-1.496-1.355-1.496c-.704 0-1.355.623-1.355 1.496v5.087a.75.75 0 0 1-.75.75H6.21a.75.75 0 0 1-.75-.75v-5.087c0-.873-.651-1.496-1.355-1.496" clip-rule="evenodd"/></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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.963%201.25h.074c1.09%200%201.96%200%202.66.065c.72.067%201.333.207%201.885.534c.662.392%201.21.955%201.59%201.63c.315.56.45%201.181.515%201.914c.063.715.063%201.605.063%202.725v.38a2.7%202.7%200%200%201%201.145-.248c1.622%200%202.855%201.388%202.855%202.996v4.716c0%20.962%200%201.567-.11%202.085c-.34%201.586-1.428%202.887-2.89%203.432V22a.75.75%200%200%201-1.5%200v-.258c-.278.008-.593.008-.96.008H6.71c-.883%200-1.463%200-1.961-.119V22a.75.75%200%200%201-1.5%200v-1l.002-.049a4.76%204.76%200%200%201-1.891-2.904c-.111-.518-.111-1.123-.111-2.085v-4.716c0-1.608%201.233-2.996%202.855-2.996c.411%200%20.798.09%201.145.248v-.38c0-1.12%200-2.01.063-2.725c.065-.733.2-1.355.516-1.915a4.4%204.4%200%200%201%201.59-1.628c.552-.327%201.166-.467%201.885-.534c.7-.065%201.57-.065%202.66-.065M6.7%2010c.167.383.26.806.26%201.246v4.337h10.08v-4.337c0-.44.092-.863.259-1.246h-.049V8.154c0-1.164%200-1.988-.057-2.63c-.056-.631-.162-1.013-.329-1.31a2.9%202.9%200%200%200-1.046-1.074c-.283-.168-.648-.275-1.26-.331c-.622-.058-1.422-.059-2.558-.059s-1.936%200-2.558.059c-.612.056-.977.163-1.26.331a2.9%202.9%200%200%200-1.046%201.074c-.167.297-.273.679-.329%201.31c-.056.642-.057%201.466-.057%202.63V10zm-2.596-.25c-.703%200-1.355.623-1.355%201.496v4.611c0%201.101.004%201.534.077%201.876c.265%201.238%201.162%202.17%202.266%202.438c.302.074.689.079%201.728.079h10.36c1.04%200%201.426-.005%201.728-.079c1.104-.269%202-1.2%202.266-2.438c.073-.342.077-.775.077-1.876v-4.611c0-.873-.652-1.496-1.355-1.496c-.704%200-1.355.623-1.355%201.496v5.087a.75.75%200%200%201-.75.75H6.21a.75.75%200%200%201-.75-.75v-5.087c0-.873-.651-1.496-1.355-1.496%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.963%201.25h.074c1.09%200%201.96%200%202.66.065c.72.067%201.333.207%201.885.534c.662.392%201.21.955%201.59%201.63c.315.56.45%201.181.515%201.914c.063.715.063%201.605.063%202.725v.38a2.7%202.7%200%200%201%201.145-.248c1.622%200%202.855%201.388%202.855%202.996v4.716c0%20.962%200%201.567-.11%202.085c-.34%201.586-1.428%202.887-2.89%203.432V22a.75.75%200%200%201-1.5%200v-.258c-.278.008-.593.008-.96.008H6.71c-.883%200-1.463%200-1.961-.119V22a.75.75%200%200%201-1.5%200v-1l.002-.049a4.76%204.76%200%200%201-1.891-2.904c-.111-.518-.111-1.123-.111-2.085v-4.716c0-1.608%201.233-2.996%202.855-2.996c.411%200%20.798.09%201.145.248v-.38c0-1.12%200-2.01.063-2.725c.065-.733.2-1.355.516-1.915a4.4%204.4%200%200%201%201.59-1.628c.552-.327%201.166-.467%201.885-.534c.7-.065%201.57-.065%202.66-.065M6.7%2010c.167.383.26.806.26%201.246v4.337h10.08v-4.337c0-.44.092-.863.259-1.246h-.049V8.154c0-1.164%200-1.988-.057-2.63c-.056-.631-.162-1.013-.329-1.31a2.9%202.9%200%200%200-1.046-1.074c-.283-.168-.648-.275-1.26-.331c-.622-.058-1.422-.059-2.558-.059s-1.936%200-2.558.059c-.612.056-.977.163-1.26.331a2.9%202.9%200%200%200-1.046%201.074c-.167.297-.273.679-.329%201.31c-.056.642-.057%201.466-.057%202.63V10zm-2.596-.25c-.703%200-1.355.623-1.355%201.496v4.611c0%201.101.004%201.534.077%201.876c.265%201.238%201.162%202.17%202.266%202.438c.302.074.689.079%201.728.079h10.36c1.04%200%201.426-.005%201.728-.079c1.104-.269%202-1.2%202.266-2.438c.073-.342.077-.775.077-1.876v-4.611c0-.873-.652-1.496-1.355-1.496c-.704%200-1.355.623-1.355%201.496v5.087a.75.75%200%200%201-.75.75H6.21a.75.75%200%200%201-.75-.75v-5.087c0-.873-.651-1.496-1.355-1.496%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/armchair.svg?color=%231a73e8&size=48