bar chair icon
bar-chair-bold from Solar by 480 Design · Bold · Home · CC-BY-4.0 Attribution required.
- Name
- bar-chair-bold
- Set
- Solar
- Style
- Bold
- Category
- Home
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More home icons from Solar
armchair-2-boldarmchair-boldbath-boldbed-boldbedside-table-2-boldbedside-table-3-boldbedside-table-4-boldbedside-table-boldchair-2-boldchair-boldchandelier-boldcloset-2-boldcloset-boldconditioner-2-boldconditioner-boldfloor-lamp-boldfloor-lamp-minimalistic-boldfridge-boldlamp-boldmirror-boldremote-controller-2-boldremote-controller-boldremote-controller-minimalistic-boldsmart-vacuum-cleaner-2-bold
Use the bar chair 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="M8.75467 2.30839C6.65212 2.66883 5.20239 4.6158 5.45974 6.73344L5.47666 6.87265C5.53766 7.37459 5.96373 7.75201 6.46936 7.75201H8.2331L5.2668 21.5947C5.18001 21.9997 5.43799 22.3984 5.84301 22.4852C6.24803 22.572 6.64672 22.314 6.73351 21.909L7.6779 17.5019H16.3224L17.2668 21.909C17.3536 22.314 17.7523 22.572 18.1573 22.4852C18.5623 22.3984 18.8203 21.9997 18.7335 21.5947L15.7672 7.75201H17.531C18.0367 7.75201 18.4627 7.37459 18.5237 6.87265L18.5406 6.73344C18.798 4.6158 17.3483 2.66883 15.2457 2.30839L14.8726 2.24442C12.9715 1.91853 11.0289 1.91853 9.12781 2.24442L8.75467 2.30839ZM14.25 7.75201H9.75031C9.75025 7.80379 9.74479 7.85635 9.73351 7.90901L7.99932 16.0019H16.001L14.2668 7.90901C14.2555 7.85635 14.2501 7.80379 14.25 7.75201Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarBarChairBold(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="M8.75467 2.30839C6.65212 2.66883 5.20239 4.6158 5.45974 6.73344L5.47666 6.87265C5.53766 7.37459 5.96373 7.75201 6.46936 7.75201H8.2331L5.2668 21.5947C5.18001 21.9997 5.43799 22.3984 5.84301 22.4852C6.24803 22.572 6.64672 22.314 6.73351 21.909L7.6779 17.5019H16.3224L17.2668 21.909C17.3536 22.314 17.7523 22.572 18.1573 22.4852C18.5623 22.3984 18.8203 21.9997 18.7335 21.5947L15.7672 7.75201H17.531C18.0367 7.75201 18.4627 7.37459 18.5237 6.87265L18.5406 6.73344C18.798 4.6158 17.3483 2.66883 15.2457 2.30839L14.8726 2.24442C12.9715 1.91853 11.0289 1.91853 9.12781 2.24442L8.75467 2.30839ZM14.25 7.75201H9.75031C9.75025 7.80379 9.74479 7.85635 9.73351 7.90901L7.99932 16.0019H16.001L14.2668 7.90901C14.2555 7.85635 14.2501 7.80379 14.25 7.75201Z" 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="M8.75467 2.30839C6.65212 2.66883 5.20239 4.6158 5.45974 6.73344L5.47666 6.87265C5.53766 7.37459 5.96373 7.75201 6.46936 7.75201H8.2331L5.2668 21.5947C5.18001 21.9997 5.43799 22.3984 5.84301 22.4852C6.24803 22.572 6.64672 22.314 6.73351 21.909L7.6779 17.5019H16.3224L17.2668 21.909C17.3536 22.314 17.7523 22.572 18.1573 22.4852C18.5623 22.3984 18.8203 21.9997 18.7335 21.5947L15.7672 7.75201H17.531C18.0367 7.75201 18.4627 7.37459 18.5237 6.87265L18.5406 6.73344C18.798 4.6158 17.3483 2.66883 15.2457 2.30839L14.8726 2.24442C12.9715 1.91853 11.0289 1.91853 9.12781 2.24442L8.75467 2.30839ZM14.25 7.75201H9.75031C9.75025 7.80379 9.74479 7.85635 9.73351 7.90901L7.99932 16.0019H16.001L14.2668 7.90901C14.2555 7.85635 14.2501 7.80379 14.25 7.75201Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bar-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.75467%202.30839C6.65212%202.66883%205.20239%204.6158%205.45974%206.73344L5.47666%206.87265C5.53766%207.37459%205.96373%207.75201%206.46936%207.75201H8.2331L5.2668%2021.5947C5.18001%2021.9997%205.43799%2022.3984%205.84301%2022.4852C6.24803%2022.572%206.64672%2022.314%206.73351%2021.909L7.6779%2017.5019H16.3224L17.2668%2021.909C17.3536%2022.314%2017.7523%2022.572%2018.1573%2022.4852C18.5623%2022.3984%2018.8203%2021.9997%2018.7335%2021.5947L15.7672%207.75201H17.531C18.0367%207.75201%2018.4627%207.37459%2018.5237%206.87265L18.5406%206.73344C18.798%204.6158%2017.3483%202.66883%2015.2457%202.30839L14.8726%202.24442C12.9715%201.91853%2011.0289%201.91853%209.12781%202.24442L8.75467%202.30839ZM14.25%207.75201H9.75031C9.75025%207.80379%209.74479%207.85635%209.73351%207.90901L7.99932%2016.0019H16.001L14.2668%207.90901C14.2555%207.85635%2014.2501%207.80379%2014.25%207.75201Z%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%22M8.75467%202.30839C6.65212%202.66883%205.20239%204.6158%205.45974%206.73344L5.47666%206.87265C5.53766%207.37459%205.96373%207.75201%206.46936%207.75201H8.2331L5.2668%2021.5947C5.18001%2021.9997%205.43799%2022.3984%205.84301%2022.4852C6.24803%2022.572%206.64672%2022.314%206.73351%2021.909L7.6779%2017.5019H16.3224L17.2668%2021.909C17.3536%2022.314%2017.7523%2022.572%2018.1573%2022.4852C18.5623%2022.3984%2018.8203%2021.9997%2018.7335%2021.5947L15.7672%207.75201H17.531C18.0367%207.75201%2018.4627%207.37459%2018.5237%206.87265L18.5406%206.73344C18.798%204.6158%2017.3483%202.66883%2015.2457%202.30839L14.8726%202.24442C12.9715%201.91853%2011.0289%201.91853%209.12781%202.24442L8.75467%202.30839ZM14.25%207.75201H9.75031C9.75025%207.80379%209.74479%207.85635%209.73351%207.90901L7.99932%2016.0019H16.001L14.2668%207.90901C14.2555%207.85635%2014.2501%207.80379%2014.25%207.75201Z%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/solar/bar-chair-bold.svg?color=%231a73e8&size=48