chair icon

chair-linear from Solar by 480 Design · Linear · Home · CC-BY-4.0 Attribution required.

Name
chair-linear
Set
Solar
Style
Linear
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 d="M15.4998 12H8.49977C6.84985 12 6.02489 12 5.51233 12.5858C5.22645 12.9125 5.10002 13.3503 5.0441 14.0008C4.96666 14.9018 4.92793 15.3523 5.22514 15.6762C5.52235 16 6.01482 16 6.99977 16H16.9998C17.9847 16 18.4772 16 18.7744 15.6762C19.0716 15.3523 19.0329 14.9018 18.9554 14.0008C18.8995 13.3503 18.7731 12.9125 18.4872 12.5858C17.9746 12 17.1497 12 15.4998 12Z"/><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 SolarChairLinear(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 d="M15.4998 12H8.49977C6.84985 12 6.02489 12 5.51233 12.5858C5.22645 12.9125 5.10002 13.3503 5.0441 14.0008C4.96666 14.9018 4.92793 15.3523 5.22514 15.6762C5.52235 16 6.01482 16 6.99977 16H16.9998C17.9847 16 18.4772 16 18.7744 15.6762C19.0716 15.3523 19.0329 14.9018 18.9554 14.0008C18.8995 13.3503 18.7731 12.9125 18.4872 12.5858C17.9746 12 17.1497 12 15.4998 12Z"/><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 d="M15.4998 12H8.49977C6.84985 12 6.02489 12 5.51233 12.5858C5.22645 12.9125 5.10002 13.3503 5.0441 14.0008C4.96666 14.9018 4.92793 15.3523 5.22514 15.6762C5.52235 16 6.01482 16 6.99977 16H16.9998C17.9847 16 18.4772 16 18.7744 15.6762C19.0716 15.3523 19.0329 14.9018 18.9554 14.0008C18.8995 13.3503 18.7731 12.9125 18.4872 12.5858C17.9746 12 17.1497 12 15.4998 12Z"/><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-linear {
  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%20d%3D%22M15.4998%2012H8.49977C6.84985%2012%206.02489%2012%205.51233%2012.5858C5.22645%2012.9125%205.10002%2013.3503%205.0441%2014.0008C4.96666%2014.9018%204.92793%2015.3523%205.22514%2015.6762C5.52235%2016%206.01482%2016%206.99977%2016H16.9998C17.9847%2016%2018.4772%2016%2018.7744%2015.6762C19.0716%2015.3523%2019.0329%2014.9018%2018.9554%2014.0008C18.8995%2013.3503%2018.7731%2012.9125%2018.4872%2012.5858C17.9746%2012%2017.1497%2012%2015.4998%2012Z%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%20d%3D%22M15.4998%2012H8.49977C6.84985%2012%206.02489%2012%205.51233%2012.5858C5.22645%2012.9125%205.10002%2013.3503%205.0441%2014.0008C4.96666%2014.9018%204.92793%2015.3523%205.22514%2015.6762C5.52235%2016%206.01482%2016%206.99977%2016H16.9998C17.9847%2016%2018.4772%2016%2018.7744%2015.6762C19.0716%2015.3523%2019.0329%2014.9018%2018.9554%2014.0008C18.8995%2013.3503%2018.7731%2012.9125%2018.4872%2012.5858C17.9746%2012%2017.1497%2012%2015.4998%2012Z%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-linear.svg?color=%231a73e8&size=48