bar chair icon

bar-chair-broken from Solar by 480 Design · Broken · Home · CC-BY-4.0 Attribution required.

Name
bar-chair-broken
Set
Solar
Style
Broken
Category
Home
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More home icons from Solar

Use the bar chair 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-width="1.5"><path d="M5.0315 6.93751C4.75731 4.72857 6.30192 2.69766 8.54207 2.32168L8.93963 2.25496C10.9651 1.91501 13.0349 1.91501 15.0604 2.25496L15.4579 2.32168C17.6981 2.69766 19.2427 4.72857 18.9685 6.93751L18.9505 7.08273C18.8855 7.6063 18.4315 8 17.8928 8H6.10719C5.56847 8 5.11452 7.6063 5.04953 7.08273L5.0315 6.93751Z"/><path stroke-linecap="round" d="M9 8L6 22"/><path stroke-linecap="round" d="M15 8L15.75 11.5M18 22L16.5 15"/><path stroke-linecap="round" d="M16.5 17H7.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBarChairBroken(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" strokeWidth="1.5"><path d="M5.0315 6.93751C4.75731 4.72857 6.30192 2.69766 8.54207 2.32168L8.93963 2.25496C10.9651 1.91501 13.0349 1.91501 15.0604 2.25496L15.4579 2.32168C17.6981 2.69766 19.2427 4.72857 18.9685 6.93751L18.9505 7.08273C18.8855 7.6063 18.4315 8 17.8928 8H6.10719C5.56847 8 5.11452 7.6063 5.04953 7.08273L5.0315 6.93751Z"/><path strokeLinecap="round" d="M9 8L6 22"/><path strokeLinecap="round" d="M15 8L15.75 11.5M18 22L16.5 15"/><path strokeLinecap="round" d="M16.5 17H7.5"/></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-width="1.5"><path d="M5.0315 6.93751C4.75731 4.72857 6.30192 2.69766 8.54207 2.32168L8.93963 2.25496C10.9651 1.91501 13.0349 1.91501 15.0604 2.25496L15.4579 2.32168C17.6981 2.69766 19.2427 4.72857 18.9685 6.93751L18.9505 7.08273C18.8855 7.6063 18.4315 8 17.8928 8H6.10719C5.56847 8 5.11452 7.6063 5.04953 7.08273L5.0315 6.93751Z"/><path stroke-linecap="round" d="M9 8L6 22"/><path stroke-linecap="round" d="M15 8L15.75 11.5M18 22L16.5 15"/><path stroke-linecap="round" d="M16.5 17H7.5"/></g></svg>
</template>

CSS

.icon-bar-chair-broken {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.0315%206.93751C4.75731%204.72857%206.30192%202.69766%208.54207%202.32168L8.93963%202.25496C10.9651%201.91501%2013.0349%201.91501%2015.0604%202.25496L15.4579%202.32168C17.6981%202.69766%2019.2427%204.72857%2018.9685%206.93751L18.9505%207.08273C18.8855%207.6063%2018.4315%208%2017.8928%208H6.10719C5.56847%208%205.11452%207.6063%205.04953%207.08273L5.0315%206.93751Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%208L6%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%208L15.75%2011.5M18%2022L16.5%2015%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.5%2017H7.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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.0315%206.93751C4.75731%204.72857%206.30192%202.69766%208.54207%202.32168L8.93963%202.25496C10.9651%201.91501%2013.0349%201.91501%2015.0604%202.25496L15.4579%202.32168C17.6981%202.69766%2019.2427%204.72857%2018.9685%206.93751L18.9505%207.08273C18.8855%207.6063%2018.4315%208%2017.8928%208H6.10719C5.56847%208%205.11452%207.6063%205.04953%207.08273L5.0315%206.93751Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%208L6%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%208L15.75%2011.5M18%2022L16.5%2015%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.5%2017H7.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/bar-chair-broken.svg?color=%231a73e8&size=48