chair 05 icon
chair-05 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- chair-05
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the chair 05 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="m8 17l-1 5m9-5l1 5"/><path stroke-linecap="round" d="M12 13c-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 13.294 13.522 13 12 13Z"/><path d="M15.773 14C17.013 12.432 18 10.368 18 8.355C18 4.305 15.314 2 12 2S6 4.305 6 8.355c0 2.013.988 4.077 2.227 5.645"/><path d="M13.67 2c.209 1.133.33 2.568.33 4.274c0 2.419-.364 4.904-.806 6.726M10.33 2C10.121 3.133 10 4.568 10 6.274c0 2.419.364 4.904.806 6.726"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsChair05(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="m8 17l-1 5m9-5l1 5"/><path strokeLinecap="round" d="M12 13c-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 13.294 13.522 13 12 13Z"/><path d="M15.773 14C17.013 12.432 18 10.368 18 8.355C18 4.305 15.314 2 12 2S6 4.305 6 8.355c0 2.013.988 4.077 2.227 5.645"/><path d="M13.67 2c.209 1.133.33 2.568.33 4.274c0 2.419-.364 4.904-.806 6.726M10.33 2C10.121 3.133 10 4.568 10 6.274c0 2.419.364 4.904.806 6.726"/></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="m8 17l-1 5m9-5l1 5"/><path stroke-linecap="round" d="M12 13c-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 13.294 13.522 13 12 13Z"/><path d="M15.773 14C17.013 12.432 18 10.368 18 8.355C18 4.305 15.314 2 12 2S6 4.305 6 8.355c0 2.013.988 4.077 2.227 5.645"/><path d="M13.67 2c.209 1.133.33 2.568.33 4.274c0 2.419-.364 4.904-.806 6.726M10.33 2C10.121 3.133 10 4.568 10 6.274c0 2.419.364 4.904.806 6.726"/></g></svg> </template>
CSS
.icon-chair-05 {
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%22m8%2017l-1%205m9-5l1%205%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2013c-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%2013.294%2013.522%2013%2012%2013Z%22%2F%3E%3Cpath%20d%3D%22M15.773%2014C17.013%2012.432%2018%2010.368%2018%208.355C18%204.305%2015.314%202%2012%202S6%204.305%206%208.355c0%202.013.988%204.077%202.227%205.645%22%2F%3E%3Cpath%20d%3D%22M13.67%202c.209%201.133.33%202.568.33%204.274c0%202.419-.364%204.904-.806%206.726M10.33%202C10.121%203.133%2010%204.568%2010%206.274c0%202.419.364%204.904.806%206.726%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%22m8%2017l-1%205m9-5l1%205%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2013c-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%2013.294%2013.522%2013%2012%2013Z%22%2F%3E%3Cpath%20d%3D%22M15.773%2014C17.013%2012.432%2018%2010.368%2018%208.355C18%204.305%2015.314%202%2012%202S6%204.305%206%208.355c0%202.013.988%204.077%202.227%205.645%22%2F%3E%3Cpath%20d%3D%22M13.67%202c.209%201.133.33%202.568.33%204.274c0%202.419-.364%204.904-.806%206.726M10.33%202C10.121%203.133%2010%204.568%2010%206.274c0%202.419.364%204.904.806%206.726%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-05.svg?color=%231a73e8&size=48