chair3 icon
chair3-filled from Reicon by REICON · Filled · Home · MIT Free for personal and commercial use.
- Name
- chair3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Home
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More home icons from Reicon
Use the chair3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.807 21.453L13 19.403V15a1 1 0 0 0-2 0v4.403l-3.807 2.05a1 1 0 0 0 .947 1.762l2.86-1.54V23a1 1 0 0 0 2 0v-1.326l2.86 1.54a1 1 0 0 0 1.353-.407a1 1 0 0 0-.407-1.355ZM3.279 11.017c.973-1.268 2.813-2.35 6.054-2.35h5.334c3.25 0 5.092 1.089 6.062 2.362l.486-1.348a3.5 3.5 0 0 0 .078-2.102C19.585 1.464 18.92.02 12 .02S4.415 1.464 2.707 7.579a3.5 3.5 0 0 0 .082 2.116z"/><path d="M14.667 10.667H9.333c-3.946 0-5 1.886-5 3A2.336 2.336 0 0 0 6.667 16h10.666a2.336 2.336 0 0 0 2.334-2.333c0-1.114-1.054-3-5-3"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconChair3Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.807 21.453L13 19.403V15a1 1 0 0 0-2 0v4.403l-3.807 2.05a1 1 0 0 0 .947 1.762l2.86-1.54V23a1 1 0 0 0 2 0v-1.326l2.86 1.54a1 1 0 0 0 1.353-.407a1 1 0 0 0-.407-1.355ZM3.279 11.017c.973-1.268 2.813-2.35 6.054-2.35h5.334c3.25 0 5.092 1.089 6.062 2.362l.486-1.348a3.5 3.5 0 0 0 .078-2.102C19.585 1.464 18.92.02 12 .02S4.415 1.464 2.707 7.579a3.5 3.5 0 0 0 .082 2.116z"/><path d="M14.667 10.667H9.333c-3.946 0-5 1.886-5 3A2.336 2.336 0 0 0 6.667 16h10.666a2.336 2.336 0 0 0 2.334-2.333c0-1.114-1.054-3-5-3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.807 21.453L13 19.403V15a1 1 0 0 0-2 0v4.403l-3.807 2.05a1 1 0 0 0 .947 1.762l2.86-1.54V23a1 1 0 0 0 2 0v-1.326l2.86 1.54a1 1 0 0 0 1.353-.407a1 1 0 0 0-.407-1.355ZM3.279 11.017c.973-1.268 2.813-2.35 6.054-2.35h5.334c3.25 0 5.092 1.089 6.062 2.362l.486-1.348a3.5 3.5 0 0 0 .078-2.102C19.585 1.464 18.92.02 12 .02S4.415 1.464 2.707 7.579a3.5 3.5 0 0 0 .082 2.116z"/><path d="M14.667 10.667H9.333c-3.946 0-5 1.886-5 3A2.336 2.336 0 0 0 6.667 16h10.666a2.336 2.336 0 0 0 2.334-2.333c0-1.114-1.054-3-5-3"/></g></svg> </template>
CSS
.icon-chair3-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M16.807%2021.453L13%2019.403V15a1%201%200%200%200-2%200v4.403l-3.807%202.05a1%201%200%200%200%20.947%201.762l2.86-1.54V23a1%201%200%200%200%202%200v-1.326l2.86%201.54a1%201%200%200%200%201.353-.407a1%201%200%200%200-.407-1.355ZM3.279%2011.017c.973-1.268%202.813-2.35%206.054-2.35h5.334c3.25%200%205.092%201.089%206.062%202.362l.486-1.348a3.5%203.5%200%200%200%20.078-2.102C19.585%201.464%2018.92.02%2012%20.02S4.415%201.464%202.707%207.579a3.5%203.5%200%200%200%20.082%202.116z%22%2F%3E%3Cpath%20d%3D%22M14.667%2010.667H9.333c-3.946%200-5%201.886-5%203A2.336%202.336%200%200%200%206.667%2016h10.666a2.336%202.336%200%200%200%202.334-2.333c0-1.114-1.054-3-5-3%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%22currentColor%22%3E%3Cpath%20d%3D%22M16.807%2021.453L13%2019.403V15a1%201%200%200%200-2%200v4.403l-3.807%202.05a1%201%200%200%200%20.947%201.762l2.86-1.54V23a1%201%200%200%200%202%200v-1.326l2.86%201.54a1%201%200%200%200%201.353-.407a1%201%200%200%200-.407-1.355ZM3.279%2011.017c.973-1.268%202.813-2.35%206.054-2.35h5.334c3.25%200%205.092%201.089%206.062%202.362l.486-1.348a3.5%203.5%200%200%200%20.078-2.102C19.585%201.464%2018.92.02%2012%20.02S4.415%201.464%202.707%207.579a3.5%203.5%200%200%200%20.082%202.116z%22%2F%3E%3Cpath%20d%3D%22M14.667%2010.667H9.333c-3.946%200-5%201.886-5%203A2.336%202.336%200%200%200%206.667%2016h10.666a2.336%202.336%200%200%200%202.334-2.333c0-1.114-1.054-3-5-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/chair3-filled.svg?color=%231a73e8&size=48