armchair icon

armchair-bold-duotone from Solar by 480 Design · Bold Duotone · Home · CC-BY-4.0 Attribution required.

Name
armchair-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Home
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More home icons from Solar

Use the armchair icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.1786 21H6.82143C6.07648 21 5.61013 21 5.25 20.958V21.2494V22.2499C5.25 22.6641 4.91421 22.9999 4.5 22.9999C4.08579 22.9999 3.75 22.6641 3.75 22.2499V20.3838C2.92435 19.8283 2.31864 18.9398 2.09402 17.8901C2 17.4507 2 16.9195 2 15.8571V11.2456C2 10.0054 2.94256 9 4.10526 9C5.26797 9 6.21053 10.0054 6.21053 11.2456V14.3333C6.21053 15.2761 6.21053 15.7475 6.50342 16.0404C6.79631 16.3333 7.26772 16.3333 8.21053 16.3333H15.7895C16.7323 16.3333 17.2037 16.3333 17.4966 16.0404C17.7895 15.7475 17.7895 15.2761 17.7895 14.3333V11.2456C17.7895 10.0054 18.732 9 19.8947 9C21.0574 9 22 10.0054 22 11.2456V15.8571C22 16.9195 22 17.4507 21.906 17.8901C21.6814 18.9398 21.0756 19.8283 20.25 20.3838V22.25C20.25 22.6642 19.9142 23 19.5 23C19.0858 23 18.75 22.6642 18.75 22.25V20.958C18.3899 21 17.9235 21 17.1786 21Z"/><path d="M6 8.15385V8.67187V17H18V8.67193V8.15383C18 5.85325 18 4.70296 17.5177 3.84615C17.2017 3.28485 16.7473 2.81874 16.2 2.49468C15.3646 2 14.2431 2 12 2C9.75692 2 8.63538 2 7.8 2.49468C7.25273 2.81874 6.79827 3.28485 6.48231 3.84615C6 4.70296 6 5.85325 6 8.15385Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarArmchairBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.1786 21H6.82143C6.07648 21 5.61013 21 5.25 20.958V21.2494V22.2499C5.25 22.6641 4.91421 22.9999 4.5 22.9999C4.08579 22.9999 3.75 22.6641 3.75 22.2499V20.3838C2.92435 19.8283 2.31864 18.9398 2.09402 17.8901C2 17.4507 2 16.9195 2 15.8571V11.2456C2 10.0054 2.94256 9 4.10526 9C5.26797 9 6.21053 10.0054 6.21053 11.2456V14.3333C6.21053 15.2761 6.21053 15.7475 6.50342 16.0404C6.79631 16.3333 7.26772 16.3333 8.21053 16.3333H15.7895C16.7323 16.3333 17.2037 16.3333 17.4966 16.0404C17.7895 15.7475 17.7895 15.2761 17.7895 14.3333V11.2456C17.7895 10.0054 18.732 9 19.8947 9C21.0574 9 22 10.0054 22 11.2456V15.8571C22 16.9195 22 17.4507 21.906 17.8901C21.6814 18.9398 21.0756 19.8283 20.25 20.3838V22.25C20.25 22.6642 19.9142 23 19.5 23C19.0858 23 18.75 22.6642 18.75 22.25V20.958C18.3899 21 17.9235 21 17.1786 21Z"/><path d="M6 8.15385V8.67187V17H18V8.67193V8.15383C18 5.85325 18 4.70296 17.5177 3.84615C17.2017 3.28485 16.7473 2.81874 16.2 2.49468C15.3646 2 14.2431 2 12 2C9.75692 2 8.63538 2 7.8 2.49468C7.25273 2.81874 6.79827 3.28485 6.48231 3.84615C6 4.70296 6 5.85325 6 8.15385Z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.1786 21H6.82143C6.07648 21 5.61013 21 5.25 20.958V21.2494V22.2499C5.25 22.6641 4.91421 22.9999 4.5 22.9999C4.08579 22.9999 3.75 22.6641 3.75 22.2499V20.3838C2.92435 19.8283 2.31864 18.9398 2.09402 17.8901C2 17.4507 2 16.9195 2 15.8571V11.2456C2 10.0054 2.94256 9 4.10526 9C5.26797 9 6.21053 10.0054 6.21053 11.2456V14.3333C6.21053 15.2761 6.21053 15.7475 6.50342 16.0404C6.79631 16.3333 7.26772 16.3333 8.21053 16.3333H15.7895C16.7323 16.3333 17.2037 16.3333 17.4966 16.0404C17.7895 15.7475 17.7895 15.2761 17.7895 14.3333V11.2456C17.7895 10.0054 18.732 9 19.8947 9C21.0574 9 22 10.0054 22 11.2456V15.8571C22 16.9195 22 17.4507 21.906 17.8901C21.6814 18.9398 21.0756 19.8283 20.25 20.3838V22.25C20.25 22.6642 19.9142 23 19.5 23C19.0858 23 18.75 22.6642 18.75 22.25V20.958C18.3899 21 17.9235 21 17.1786 21Z"/><path d="M6 8.15385V8.67187V17H18V8.67193V8.15383C18 5.85325 18 4.70296 17.5177 3.84615C17.2017 3.28485 16.7473 2.81874 16.2 2.49468C15.3646 2 14.2431 2 12 2C9.75692 2 8.63538 2 7.8 2.49468C7.25273 2.81874 6.79827 3.28485 6.48231 3.84615C6 4.70296 6 5.85325 6 8.15385Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-armchair-bold-duotone {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M17.1786%2021H6.82143C6.07648%2021%205.61013%2021%205.25%2020.958V21.2494V22.2499C5.25%2022.6641%204.91421%2022.9999%204.5%2022.9999C4.08579%2022.9999%203.75%2022.6641%203.75%2022.2499V20.3838C2.92435%2019.8283%202.31864%2018.9398%202.09402%2017.8901C2%2017.4507%202%2016.9195%202%2015.8571V11.2456C2%2010.0054%202.94256%209%204.10526%209C5.26797%209%206.21053%2010.0054%206.21053%2011.2456V14.3333C6.21053%2015.2761%206.21053%2015.7475%206.50342%2016.0404C6.79631%2016.3333%207.26772%2016.3333%208.21053%2016.3333H15.7895C16.7323%2016.3333%2017.2037%2016.3333%2017.4966%2016.0404C17.7895%2015.7475%2017.7895%2015.2761%2017.7895%2014.3333V11.2456C17.7895%2010.0054%2018.732%209%2019.8947%209C21.0574%209%2022%2010.0054%2022%2011.2456V15.8571C22%2016.9195%2022%2017.4507%2021.906%2017.8901C21.6814%2018.9398%2021.0756%2019.8283%2020.25%2020.3838V22.25C20.25%2022.6642%2019.9142%2023%2019.5%2023C19.0858%2023%2018.75%2022.6642%2018.75%2022.25V20.958C18.3899%2021%2017.9235%2021%2017.1786%2021Z%22%2F%3E%3Cpath%20d%3D%22M6%208.15385V8.67187V17H18V8.67193V8.15383C18%205.85325%2018%204.70296%2017.5177%203.84615C17.2017%203.28485%2016.7473%202.81874%2016.2%202.49468C15.3646%202%2014.2431%202%2012%202C9.75692%202%208.63538%202%207.8%202.49468C7.25273%202.81874%206.79827%203.28485%206.48231%203.84615C6%204.70296%206%205.85325%206%208.15385Z%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20d%3D%22M17.1786%2021H6.82143C6.07648%2021%205.61013%2021%205.25%2020.958V21.2494V22.2499C5.25%2022.6641%204.91421%2022.9999%204.5%2022.9999C4.08579%2022.9999%203.75%2022.6641%203.75%2022.2499V20.3838C2.92435%2019.8283%202.31864%2018.9398%202.09402%2017.8901C2%2017.4507%202%2016.9195%202%2015.8571V11.2456C2%2010.0054%202.94256%209%204.10526%209C5.26797%209%206.21053%2010.0054%206.21053%2011.2456V14.3333C6.21053%2015.2761%206.21053%2015.7475%206.50342%2016.0404C6.79631%2016.3333%207.26772%2016.3333%208.21053%2016.3333H15.7895C16.7323%2016.3333%2017.2037%2016.3333%2017.4966%2016.0404C17.7895%2015.7475%2017.7895%2015.2761%2017.7895%2014.3333V11.2456C17.7895%2010.0054%2018.732%209%2019.8947%209C21.0574%209%2022%2010.0054%2022%2011.2456V15.8571C22%2016.9195%2022%2017.4507%2021.906%2017.8901C21.6814%2018.9398%2021.0756%2019.8283%2020.25%2020.3838V22.25C20.25%2022.6642%2019.9142%2023%2019.5%2023C19.0858%2023%2018.75%2022.6642%2018.75%2022.25V20.958C18.3899%2021%2017.9235%2021%2017.1786%2021Z%22%2F%3E%3Cpath%20d%3D%22M6%208.15385V8.67187V17H18V8.67193V8.15383C18%205.85325%2018%204.70296%2017.5177%203.84615C17.2017%203.28485%2016.7473%202.81874%2016.2%202.49468C15.3646%202%2014.2431%202%2012%202C9.75692%202%208.63538%202%207.8%202.49468C7.25273%202.81874%206.79827%203.28485%206.48231%203.84615C6%204.70296%206%205.85325%206%208.15385Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/armchair-bold-duotone.svg?color=%231a73e8&size=48