chair2 icon
chair2-filled from Reicon by REICON · Filled · Home · MIT Free for personal and commercial use.
- Name
- chair2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Home
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More home icons from Reicon
Use the chair2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.572 3.062c-.582.687-.702 1.692-.944 3.704l-.09.757c-.251 2.088-.376 3.132.22 3.804c.597.673 1.648.673 3.75.673h.742v1.75H7c-.321 0-.622.086-.88.237l-.28-.837a5 5 0 0 0-.205-.543a3 3 0 0 0-.198-.371c-.285-.469-.656-.876-1.258-1.14c-.566-.25-1.274-.346-2.179-.346a.75.75 0 0 0 0 1.5c.827 0 1.29.092 1.574.218c.249.11.41.265.581.547c.03.05.043.071.056.096c.013.024.031.058.063.127c.05.11.075.18.15.404l.864 2.595a.8.8 0 0 0 .147.256A2.75 2.75 0 0 0 8 18.25h3.25v1.166a3.63 3.63 0 0 0-2.462 2.347a.75.75 0 0 0 1.423.474a2.13 2.13 0 0 1 1.039-1.216V22a.75.75 0 0 0 1.5 0v-.98a2.13 2.13 0 0 1 1.039 1.217a.75.75 0 0 0 1.422-.474a3.63 3.63 0 0 0-2.461-2.347V18.25H16a2.75 2.75 0 0 0 2.565-1.757a.8.8 0 0 0 .146-.256l.866-2.595c.074-.224.098-.295.15-.404a2 2 0 0 1 .118-.223c.172-.282.332-.437.581-.547c.285-.126.747-.218 1.574-.218a.75.75 0 0 0 0-1.5c-.905 0-1.613.095-2.18.345c-.6.265-.972.672-1.257 1.14a3 3 0 0 0-.198.372a5 5 0 0 0-.206.543l-.279.837a1.74 1.74 0 0 0-.88-.237h-4.25V12h.741c2.103 0 3.154 0 3.75-.673c.598-.672.472-1.716.222-3.804l-.091-.757c-.241-2.012-.362-3.017-.944-3.704a3 3 0 0 0-.638-.566C15.04 2 14.026 2 12 2s-3.039 0-3.79.496a3 3 0 0 0-.638.566"/></svg>
React
import type { SVGProps } from "react";
export function ReiconChair2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.572 3.062c-.582.687-.702 1.692-.944 3.704l-.09.757c-.251 2.088-.376 3.132.22 3.804c.597.673 1.648.673 3.75.673h.742v1.75H7c-.321 0-.622.086-.88.237l-.28-.837a5 5 0 0 0-.205-.543a3 3 0 0 0-.198-.371c-.285-.469-.656-.876-1.258-1.14c-.566-.25-1.274-.346-2.179-.346a.75.75 0 0 0 0 1.5c.827 0 1.29.092 1.574.218c.249.11.41.265.581.547c.03.05.043.071.056.096c.013.024.031.058.063.127c.05.11.075.18.15.404l.864 2.595a.8.8 0 0 0 .147.256A2.75 2.75 0 0 0 8 18.25h3.25v1.166a3.63 3.63 0 0 0-2.462 2.347a.75.75 0 0 0 1.423.474a2.13 2.13 0 0 1 1.039-1.216V22a.75.75 0 0 0 1.5 0v-.98a2.13 2.13 0 0 1 1.039 1.217a.75.75 0 0 0 1.422-.474a3.63 3.63 0 0 0-2.461-2.347V18.25H16a2.75 2.75 0 0 0 2.565-1.757a.8.8 0 0 0 .146-.256l.866-2.595c.074-.224.098-.295.15-.404a2 2 0 0 1 .118-.223c.172-.282.332-.437.581-.547c.285-.126.747-.218 1.574-.218a.75.75 0 0 0 0-1.5c-.905 0-1.613.095-2.18.345c-.6.265-.972.672-1.257 1.14a3 3 0 0 0-.198.372a5 5 0 0 0-.206.543l-.279.837a1.74 1.74 0 0 0-.88-.237h-4.25V12h.741c2.103 0 3.154 0 3.75-.673c.598-.672.472-1.716.222-3.804l-.091-.757c-.241-2.012-.362-3.017-.944-3.704a3 3 0 0 0-.638-.566C15.04 2 14.026 2 12 2s-3.039 0-3.79.496a3 3 0 0 0-.638.566"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.572 3.062c-.582.687-.702 1.692-.944 3.704l-.09.757c-.251 2.088-.376 3.132.22 3.804c.597.673 1.648.673 3.75.673h.742v1.75H7c-.321 0-.622.086-.88.237l-.28-.837a5 5 0 0 0-.205-.543a3 3 0 0 0-.198-.371c-.285-.469-.656-.876-1.258-1.14c-.566-.25-1.274-.346-2.179-.346a.75.75 0 0 0 0 1.5c.827 0 1.29.092 1.574.218c.249.11.41.265.581.547c.03.05.043.071.056.096c.013.024.031.058.063.127c.05.11.075.18.15.404l.864 2.595a.8.8 0 0 0 .147.256A2.75 2.75 0 0 0 8 18.25h3.25v1.166a3.63 3.63 0 0 0-2.462 2.347a.75.75 0 0 0 1.423.474a2.13 2.13 0 0 1 1.039-1.216V22a.75.75 0 0 0 1.5 0v-.98a2.13 2.13 0 0 1 1.039 1.217a.75.75 0 0 0 1.422-.474a3.63 3.63 0 0 0-2.461-2.347V18.25H16a2.75 2.75 0 0 0 2.565-1.757a.8.8 0 0 0 .146-.256l.866-2.595c.074-.224.098-.295.15-.404a2 2 0 0 1 .118-.223c.172-.282.332-.437.581-.547c.285-.126.747-.218 1.574-.218a.75.75 0 0 0 0-1.5c-.905 0-1.613.095-2.18.345c-.6.265-.972.672-1.257 1.14a3 3 0 0 0-.198.372a5 5 0 0 0-.206.543l-.279.837a1.74 1.74 0 0 0-.88-.237h-4.25V12h.741c2.103 0 3.154 0 3.75-.673c.598-.672.472-1.716.222-3.804l-.091-.757c-.241-2.012-.362-3.017-.944-3.704a3 3 0 0 0-.638-.566C15.04 2 14.026 2 12 2s-3.039 0-3.79.496a3 3 0 0 0-.638.566"/></svg> </template>
CSS
.icon-chair2-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.572%203.062c-.582.687-.702%201.692-.944%203.704l-.09.757c-.251%202.088-.376%203.132.22%203.804c.597.673%201.648.673%203.75.673h.742v1.75H7c-.321%200-.622.086-.88.237l-.28-.837a5%205%200%200%200-.205-.543a3%203%200%200%200-.198-.371c-.285-.469-.656-.876-1.258-1.14c-.566-.25-1.274-.346-2.179-.346a.75.75%200%200%200%200%201.5c.827%200%201.29.092%201.574.218c.249.11.41.265.581.547c.03.05.043.071.056.096c.013.024.031.058.063.127c.05.11.075.18.15.404l.864%202.595a.8.8%200%200%200%20.147.256A2.75%202.75%200%200%200%208%2018.25h3.25v1.166a3.63%203.63%200%200%200-2.462%202.347a.75.75%200%200%200%201.423.474a2.13%202.13%200%200%201%201.039-1.216V22a.75.75%200%200%200%201.5%200v-.98a2.13%202.13%200%200%201%201.039%201.217a.75.75%200%200%200%201.422-.474a3.63%203.63%200%200%200-2.461-2.347V18.25H16a2.75%202.75%200%200%200%202.565-1.757a.8.8%200%200%200%20.146-.256l.866-2.595c.074-.224.098-.295.15-.404a2%202%200%200%201%20.118-.223c.172-.282.332-.437.581-.547c.285-.126.747-.218%201.574-.218a.75.75%200%200%200%200-1.5c-.905%200-1.613.095-2.18.345c-.6.265-.972.672-1.257%201.14a3%203%200%200%200-.198.372a5%205%200%200%200-.206.543l-.279.837a1.74%201.74%200%200%200-.88-.237h-4.25V12h.741c2.103%200%203.154%200%203.75-.673c.598-.672.472-1.716.222-3.804l-.091-.757c-.241-2.012-.362-3.017-.944-3.704a3%203%200%200%200-.638-.566C15.04%202%2014.026%202%2012%202s-3.039%200-3.79.496a3%203%200%200%200-.638.566%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.572%203.062c-.582.687-.702%201.692-.944%203.704l-.09.757c-.251%202.088-.376%203.132.22%203.804c.597.673%201.648.673%203.75.673h.742v1.75H7c-.321%200-.622.086-.88.237l-.28-.837a5%205%200%200%200-.205-.543a3%203%200%200%200-.198-.371c-.285-.469-.656-.876-1.258-1.14c-.566-.25-1.274-.346-2.179-.346a.75.75%200%200%200%200%201.5c.827%200%201.29.092%201.574.218c.249.11.41.265.581.547c.03.05.043.071.056.096c.013.024.031.058.063.127c.05.11.075.18.15.404l.864%202.595a.8.8%200%200%200%20.147.256A2.75%202.75%200%200%200%208%2018.25h3.25v1.166a3.63%203.63%200%200%200-2.462%202.347a.75.75%200%200%200%201.423.474a2.13%202.13%200%200%201%201.039-1.216V22a.75.75%200%200%200%201.5%200v-.98a2.13%202.13%200%200%201%201.039%201.217a.75.75%200%200%200%201.422-.474a3.63%203.63%200%200%200-2.461-2.347V18.25H16a2.75%202.75%200%200%200%202.565-1.757a.8.8%200%200%200%20.146-.256l.866-2.595c.074-.224.098-.295.15-.404a2%202%200%200%201%20.118-.223c.172-.282.332-.437.581-.547c.285-.126.747-.218%201.574-.218a.75.75%200%200%200%200-1.5c-.905%200-1.613.095-2.18.345c-.6.265-.972.672-1.257%201.14a3%203%200%200%200-.198.372a5%205%200%200%200-.206.543l-.279.837a1.74%201.74%200%200%200-.88-.237h-4.25V12h.741c2.103%200%203.154%200%203.75-.673c.598-.672.472-1.716.222-3.804l-.091-.757c-.241-2.012-.362-3.017-.944-3.704a3%203%200%200%200-.638-.566C15.04%202%2014.026%202%2012%202s-3.039%200-3.79.496a3%203%200%200%200-.638.566%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/chair2-filled.svg?color=%231a73e8&size=48