chair-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
chair-03
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the chair 03 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M7 12h10M7 15h10M7.5 6L6 22M16.5 6L18 22"/><path d="M12 2c-1.522 0-3.13.292-4.392.684c-.95.294-1.714 1.638-1.596 2.729c.044.404.357.587.686.587h10.604c.33 0 .642-.183.686-.587c.118-1.091-.646-2.435-1.596-2.73C15.131 2.294 13.522 2 12 2Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsChair03(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M7 12h10M7 15h10M7.5 6L6 22M16.5 6L18 22"/><path d="M12 2c-1.522 0-3.13.292-4.392.684c-.95.294-1.714 1.638-1.596 2.729c.044.404.357.587.686.587h10.604c.33 0 .642-.183.686-.587c.118-1.091-.646-2.435-1.596-2.73C15.131 2.294 13.522 2 12 2Z"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M7 12h10M7 15h10M7.5 6L6 22M16.5 6L18 22"/><path d="M12 2c-1.522 0-3.13.292-4.392.684c-.95.294-1.714 1.638-1.596 2.729c.044.404.357.587.686.587h10.604c.33 0 .642-.183.686-.587c.118-1.091-.646-2.435-1.596-2.73C15.131 2.294 13.522 2 12 2Z"/></g></svg>
</template>

CSS

.icon-chair-03 {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2012h10M7%2015h10M7.5%206L6%2022M16.5%206L18%2022%22%2F%3E%3Cpath%20d%3D%22M12%202c-1.522%200-3.13.292-4.392.684c-.95.294-1.714%201.638-1.596%202.729c.044.404.357.587.686.587h10.604c.33%200%20.642-.183.686-.587c.118-1.091-.646-2.435-1.596-2.73C15.131%202.294%2013.522%202%2012%202Z%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2012h10M7%2015h10M7.5%206L6%2022M16.5%206L18%2022%22%2F%3E%3Cpath%20d%3D%22M12%202c-1.522%200-3.13.292-4.392.684c-.95.294-1.714%201.638-1.596%202.729c.044.404.357.587.686.587h10.604c.33%200%20.642-.183.686-.587c.118-1.091-.646-2.435-1.596-2.73C15.131%202.294%2013.522%202%2012%202Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/chair-03.svg?color=%231a73e8&size=48