chair icon

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

Name
chair-broken
Set
Solar
Style
Broken
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 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 stroke-linecap="round" d="M17 21V16M7 21V16"/><path stroke-linecap="round" d="M12 16H7.00001C6.01506 16 5.52259 16 5.22538 15.6762C4.92818 15.3523 4.9669 14.9018 5.04435 14.0008C5.10026 13.3503 5.22669 12.9125 5.51257 12.5858C6.02514 12 6.8501 12 8.50001 12H15.5C17.1499 12 17.9749 12 18.4874 12.5858C18.7733 12.9125 18.8998 13.3503 18.9557 14.0008C19.0331 14.9018 19.0718 15.3523 18.7746 15.6762C18.4774 16 17.985 16 17 16H16"/><path d="M7 8C7 6.13077 7 5.19615 7.40192 4.5C7.66523 4.04394 8.04394 3.66523 8.5 3.40192C9.19615 3 10.1308 3 12 3C13.8692 3 14.8038 3 15.5 3.40192C15.9561 3.66523 16.3348 4.04394 16.5981 4.5C17 5.19615 17 6.13077 17 8V12H7V8Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarChairBroken(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 strokeLinecap="round" d="M17 21V16M7 21V16"/><path strokeLinecap="round" d="M12 16H7.00001C6.01506 16 5.52259 16 5.22538 15.6762C4.92818 15.3523 4.9669 14.9018 5.04435 14.0008C5.10026 13.3503 5.22669 12.9125 5.51257 12.5858C6.02514 12 6.8501 12 8.50001 12H15.5C17.1499 12 17.9749 12 18.4874 12.5858C18.7733 12.9125 18.8998 13.3503 18.9557 14.0008C19.0331 14.9018 19.0718 15.3523 18.7746 15.6762C18.4774 16 17.985 16 17 16H16"/><path d="M7 8C7 6.13077 7 5.19615 7.40192 4.5C7.66523 4.04394 8.04394 3.66523 8.5 3.40192C9.19615 3 10.1308 3 12 3C13.8692 3 14.8038 3 15.5 3.40192C15.9561 3.66523 16.3348 4.04394 16.5981 4.5C17 5.19615 17 6.13077 17 8V12H7V8Z"/></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 stroke-linecap="round" d="M17 21V16M7 21V16"/><path stroke-linecap="round" d="M12 16H7.00001C6.01506 16 5.52259 16 5.22538 15.6762C4.92818 15.3523 4.9669 14.9018 5.04435 14.0008C5.10026 13.3503 5.22669 12.9125 5.51257 12.5858C6.02514 12 6.8501 12 8.50001 12H15.5C17.1499 12 17.9749 12 18.4874 12.5858C18.7733 12.9125 18.8998 13.3503 18.9557 14.0008C19.0331 14.9018 19.0718 15.3523 18.7746 15.6762C18.4774 16 17.985 16 17 16H16"/><path d="M7 8C7 6.13077 7 5.19615 7.40192 4.5C7.66523 4.04394 8.04394 3.66523 8.5 3.40192C9.19615 3 10.1308 3 12 3C13.8692 3 14.8038 3 15.5 3.40192C15.9561 3.66523 16.3348 4.04394 16.5981 4.5C17 5.19615 17 6.13077 17 8V12H7V8Z"/></g></svg>
</template>

CSS

.icon-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%20stroke-linecap%3D%22round%22%20d%3D%22M17%2021V16M7%2021V16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2016H7.00001C6.01506%2016%205.52259%2016%205.22538%2015.6762C4.92818%2015.3523%204.9669%2014.9018%205.04435%2014.0008C5.10026%2013.3503%205.22669%2012.9125%205.51257%2012.5858C6.02514%2012%206.8501%2012%208.50001%2012H15.5C17.1499%2012%2017.9749%2012%2018.4874%2012.5858C18.7733%2012.9125%2018.8998%2013.3503%2018.9557%2014.0008C19.0331%2014.9018%2019.0718%2015.3523%2018.7746%2015.6762C18.4774%2016%2017.985%2016%2017%2016H16%22%2F%3E%3Cpath%20d%3D%22M7%208C7%206.13077%207%205.19615%207.40192%204.5C7.66523%204.04394%208.04394%203.66523%208.5%203.40192C9.19615%203%2010.1308%203%2012%203C13.8692%203%2014.8038%203%2015.5%203.40192C15.9561%203.66523%2016.3348%204.04394%2016.5981%204.5C17%205.19615%2017%206.13077%2017%208V12H7V8Z%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%20stroke-linecap%3D%22round%22%20d%3D%22M17%2021V16M7%2021V16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2016H7.00001C6.01506%2016%205.52259%2016%205.22538%2015.6762C4.92818%2015.3523%204.9669%2014.9018%205.04435%2014.0008C5.10026%2013.3503%205.22669%2012.9125%205.51257%2012.5858C6.02514%2012%206.8501%2012%208.50001%2012H15.5C17.1499%2012%2017.9749%2012%2018.4874%2012.5858C18.7733%2012.9125%2018.8998%2013.3503%2018.9557%2014.0008C19.0331%2014.9018%2019.0718%2015.3523%2018.7746%2015.6762C18.4774%2016%2017.985%2016%2017%2016H16%22%2F%3E%3Cpath%20d%3D%22M7%208C7%206.13077%207%205.19615%207.40192%204.5C7.66523%204.04394%208.04394%203.66523%208.5%203.40192C9.19615%203%2010.1308%203%2012%203C13.8692%203%2014.8038%203%2015.5%203.40192C15.9561%203.66523%2016.3348%204.04394%2016.5981%204.5C17%205.19615%2017%206.13077%2017%208V12H7V8Z%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/chair-broken.svg?color=%231a73e8&size=48