chair 02 icon
chair-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- chair-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the chair 02 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" stroke-linejoin="round" d="M7 15v7m10-7v7"/><path stroke-linecap="round" d="M12 11c-1.522 0-3.13.293-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 11.294 13.522 11 12 11Z"/><path stroke-linejoin="round" d="m7.084 12l-.366-3.713c-.255-2.587-.382-3.88.169-4.808C7.924 1.734 10.24 2.017 12 2.017s4.076-.283 5.113 1.462c.551.928.424 2.221.169 4.808L16.916 12"/><path stroke-linecap="round" stroke-linejoin="round" d="M7 18h10"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsChair02(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" strokeLinejoin="round" d="M7 15v7m10-7v7"/><path strokeLinecap="round" d="M12 11c-1.522 0-3.13.293-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 11.294 13.522 11 12 11Z"/><path strokeLinejoin="round" d="m7.084 12l-.366-3.713c-.255-2.587-.382-3.88.169-4.808C7.924 1.734 10.24 2.017 12 2.017s4.076-.283 5.113 1.462c.551.928.424 2.221.169 4.808L16.916 12"/><path strokeLinecap="round" strokeLinejoin="round" d="M7 18h10"/></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" stroke-linejoin="round" d="M7 15v7m10-7v7"/><path stroke-linecap="round" d="M12 11c-1.522 0-3.13.293-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 11.294 13.522 11 12 11Z"/><path stroke-linejoin="round" d="m7.084 12l-.366-3.713c-.255-2.587-.382-3.88.169-4.808C7.924 1.734 10.24 2.017 12 2.017s4.076-.283 5.113 1.462c.551.928.424 2.221.169 4.808L16.916 12"/><path stroke-linecap="round" stroke-linejoin="round" d="M7 18h10"/></g></svg> </template>
CSS
.icon-chair-02 {
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%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2015v7m10-7v7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2011c-1.522%200-3.13.293-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%2011.294%2013.522%2011%2012%2011Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m7.084%2012l-.366-3.713c-.255-2.587-.382-3.88.169-4.808C7.924%201.734%2010.24%202.017%2012%202.017s4.076-.283%205.113%201.462c.551.928.424%202.221.169%204.808L16.916%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2018h10%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%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2015v7m10-7v7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2011c-1.522%200-3.13.293-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%2011.294%2013.522%2011%2012%2011Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m7.084%2012l-.366-3.713c-.255-2.587-.382-3.88.169-4.808C7.924%201.734%2010.24%202.017%2012%202.017s4.076-.283%205.113%201.462c.551.928.424%202.221.169%204.808L16.916%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2018h10%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-02.svg?color=%231a73e8&size=48