chair2 icon

chair2-duotone from Reicon by REICON · Duotone · Home · MIT Free for personal and commercial use.

Name
chair2-duotone
Set
Reicon
Style
Duotone
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"><g fill="currentColor"><path d="M5.25 15.5c0-.966.784-1.75 1.75-1.75h10c.966 0 1.75.784 1.75 1.75A2.75 2.75 0 0 1 16 18.25H8a2.75 2.75 0 0 1-2.75-2.75m1.378-8.734c.242-2.012.362-3.017.944-3.704a3 3 0 0 1 .638-.566C8.96 2 9.974 2 12 2s3.039 0 3.79.496a3 3 0 0 1 .638.566c.582.687.703 1.692.944 3.704l.091.757c.25 2.088.376 3.132-.221 3.804c-.597.673-1.648.673-3.75.673h-2.983c-2.103 0-3.154 0-3.75-.673c-.597-.672-.472-1.716-.222-3.804z"/><path d="M2 10.75a.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.7 2.7 0 0 1-.185-.993c0-.646.35-1.21.87-1.513l-.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-.346m10.75 3h-1.5V12h1.5zm5.815 2.743a2.7 2.7 0 0 0 .185-.993c0-.646-.35-1.21-.87-1.513l.28-.837a5 5 0 0 1 .205-.543c.086-.185.13-.258.198-.371c.285-.469.657-.876 1.258-1.14c.566-.25 1.274-.346 2.179-.346a.75.75 0 0 1 0 1.5c-.827 0-1.29.092-1.574.218c-.249.11-.41.265-.581.547c-.03.05-.043.071-.056.096a2 2 0 0 0-.063.127c-.05.11-.075.18-.15.404l-.864 2.595a.8.8 0 0 1-.147.256M11.25 18.25h1.5v1.166a3.63 3.63 0 0 1 2.461 2.347a.75.75 0 0 1-1.422.474a2.13 2.13 0 0 0-1.039-1.216V22a.75.75 0 0 1-1.5 0v-.98a2.13 2.13 0 0 0-1.039 1.217a.75.75 0 0 1-1.423-.474a3.63 3.63 0 0 1 2.462-2.347z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconChair2Duotone(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="M5.25 15.5c0-.966.784-1.75 1.75-1.75h10c.966 0 1.75.784 1.75 1.75A2.75 2.75 0 0 1 16 18.25H8a2.75 2.75 0 0 1-2.75-2.75m1.378-8.734c.242-2.012.362-3.017.944-3.704a3 3 0 0 1 .638-.566C8.96 2 9.974 2 12 2s3.039 0 3.79.496a3 3 0 0 1 .638.566c.582.687.703 1.692.944 3.704l.091.757c.25 2.088.376 3.132-.221 3.804c-.597.673-1.648.673-3.75.673h-2.983c-2.103 0-3.154 0-3.75-.673c-.597-.672-.472-1.716-.222-3.804z"/><path d="M2 10.75a.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.7 2.7 0 0 1-.185-.993c0-.646.35-1.21.87-1.513l-.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-.346m10.75 3h-1.5V12h1.5zm5.815 2.743a2.7 2.7 0 0 0 .185-.993c0-.646-.35-1.21-.87-1.513l.28-.837a5 5 0 0 1 .205-.543c.086-.185.13-.258.198-.371c.285-.469.657-.876 1.258-1.14c.566-.25 1.274-.346 2.179-.346a.75.75 0 0 1 0 1.5c-.827 0-1.29.092-1.574.218c-.249.11-.41.265-.581.547c-.03.05-.043.071-.056.096a2 2 0 0 0-.063.127c-.05.11-.075.18-.15.404l-.864 2.595a.8.8 0 0 1-.147.256M11.25 18.25h1.5v1.166a3.63 3.63 0 0 1 2.461 2.347a.75.75 0 0 1-1.422.474a2.13 2.13 0 0 0-1.039-1.216V22a.75.75 0 0 1-1.5 0v-.98a2.13 2.13 0 0 0-1.039 1.217a.75.75 0 0 1-1.423-.474a3.63 3.63 0 0 1 2.462-2.347z" opacity=".5"/></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="M5.25 15.5c0-.966.784-1.75 1.75-1.75h10c.966 0 1.75.784 1.75 1.75A2.75 2.75 0 0 1 16 18.25H8a2.75 2.75 0 0 1-2.75-2.75m1.378-8.734c.242-2.012.362-3.017.944-3.704a3 3 0 0 1 .638-.566C8.96 2 9.974 2 12 2s3.039 0 3.79.496a3 3 0 0 1 .638.566c.582.687.703 1.692.944 3.704l.091.757c.25 2.088.376 3.132-.221 3.804c-.597.673-1.648.673-3.75.673h-2.983c-2.103 0-3.154 0-3.75-.673c-.597-.672-.472-1.716-.222-3.804z"/><path d="M2 10.75a.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.7 2.7 0 0 1-.185-.993c0-.646.35-1.21.87-1.513l-.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-.346m10.75 3h-1.5V12h1.5zm5.815 2.743a2.7 2.7 0 0 0 .185-.993c0-.646-.35-1.21-.87-1.513l.28-.837a5 5 0 0 1 .205-.543c.086-.185.13-.258.198-.371c.285-.469.657-.876 1.258-1.14c.566-.25 1.274-.346 2.179-.346a.75.75 0 0 1 0 1.5c-.827 0-1.29.092-1.574.218c-.249.11-.41.265-.581.547c-.03.05-.043.071-.056.096a2 2 0 0 0-.063.127c-.05.11-.075.18-.15.404l-.864 2.595a.8.8 0 0 1-.147.256M11.25 18.25h1.5v1.166a3.63 3.63 0 0 1 2.461 2.347a.75.75 0 0 1-1.422.474a2.13 2.13 0 0 0-1.039-1.216V22a.75.75 0 0 1-1.5 0v-.98a2.13 2.13 0 0 0-1.039 1.217a.75.75 0 0 1-1.423-.474a3.63 3.63 0 0 1 2.462-2.347z" opacity=".5"/></g></svg>
</template>

CSS

.icon-chair2-duotone {
  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%22M5.25%2015.5c0-.966.784-1.75%201.75-1.75h10c.966%200%201.75.784%201.75%201.75A2.75%202.75%200%200%201%2016%2018.25H8a2.75%202.75%200%200%201-2.75-2.75m1.378-8.734c.242-2.012.362-3.017.944-3.704a3%203%200%200%201%20.638-.566C8.96%202%209.974%202%2012%202s3.039%200%203.79.496a3%203%200%200%201%20.638.566c.582.687.703%201.692.944%203.704l.091.757c.25%202.088.376%203.132-.221%203.804c-.597.673-1.648.673-3.75.673h-2.983c-2.103%200-3.154%200-3.75-.673c-.597-.672-.472-1.716-.222-3.804z%22%2F%3E%3Cpath%20d%3D%22M2%2010.75a.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.7%202.7%200%200%201-.185-.993c0-.646.35-1.21.87-1.513l-.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-.346m10.75%203h-1.5V12h1.5zm5.815%202.743a2.7%202.7%200%200%200%20.185-.993c0-.646-.35-1.21-.87-1.513l.28-.837a5%205%200%200%201%20.205-.543c.086-.185.13-.258.198-.371c.285-.469.657-.876%201.258-1.14c.566-.25%201.274-.346%202.179-.346a.75.75%200%200%201%200%201.5c-.827%200-1.29.092-1.574.218c-.249.11-.41.265-.581.547c-.03.05-.043.071-.056.096a2%202%200%200%200-.063.127c-.05.11-.075.18-.15.404l-.864%202.595a.8.8%200%200%201-.147.256M11.25%2018.25h1.5v1.166a3.63%203.63%200%200%201%202.461%202.347a.75.75%200%200%201-1.422.474a2.13%202.13%200%200%200-1.039-1.216V22a.75.75%200%200%201-1.5%200v-.98a2.13%202.13%200%200%200-1.039%201.217a.75.75%200%200%201-1.423-.474a3.63%203.63%200%200%201%202.462-2.347z%22%20opacity%3D%22.5%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%22M5.25%2015.5c0-.966.784-1.75%201.75-1.75h10c.966%200%201.75.784%201.75%201.75A2.75%202.75%200%200%201%2016%2018.25H8a2.75%202.75%200%200%201-2.75-2.75m1.378-8.734c.242-2.012.362-3.017.944-3.704a3%203%200%200%201%20.638-.566C8.96%202%209.974%202%2012%202s3.039%200%203.79.496a3%203%200%200%201%20.638.566c.582.687.703%201.692.944%203.704l.091.757c.25%202.088.376%203.132-.221%203.804c-.597.673-1.648.673-3.75.673h-2.983c-2.103%200-3.154%200-3.75-.673c-.597-.672-.472-1.716-.222-3.804z%22%2F%3E%3Cpath%20d%3D%22M2%2010.75a.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.7%202.7%200%200%201-.185-.993c0-.646.35-1.21.87-1.513l-.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-.346m10.75%203h-1.5V12h1.5zm5.815%202.743a2.7%202.7%200%200%200%20.185-.993c0-.646-.35-1.21-.87-1.513l.28-.837a5%205%200%200%201%20.205-.543c.086-.185.13-.258.198-.371c.285-.469.657-.876%201.258-1.14c.566-.25%201.274-.346%202.179-.346a.75.75%200%200%201%200%201.5c-.827%200-1.29.092-1.574.218c-.249.11-.41.265-.581.547c-.03.05-.043.071-.056.096a2%202%200%200%200-.063.127c-.05.11-.075.18-.15.404l-.864%202.595a.8.8%200%200%201-.147.256M11.25%2018.25h1.5v1.166a3.63%203.63%200%200%201%202.461%202.347a.75.75%200%200%201-1.422.474a2.13%202.13%200%200%200-1.039-1.216V22a.75.75%200%200%201-1.5%200v-.98a2.13%202.13%200%200%200-1.039%201.217a.75.75%200%200%201-1.423-.474a3.63%203.63%200%200%201%202.462-2.347z%22%20opacity%3D%22.5%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/chair2-duotone.svg?color=%231a73e8&size=48