Chair2 icon in outline, twotone, bold and bulk. Free in all four styles, for interiors, smart home, real estate, city. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconChair2 } from "@devigner-ui/icons";
<IconChair2 className="size-6" />
<script setup>
import { IconChair2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconChair2 class="size-6" />
</template>
<script>
import { IconChair2 } from "@devigner-ui/icons-svelte";
</script>
<IconChair2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 15.5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1 2 2 0 0 1-2 2H8a2 2 0 0 1-2-2" stroke="currentColor" stroke-width="1.5"></path><path d="M6.63 6.77c.24-2.02.36-3.02.94-3.7a3 3 0 0 1 .64-.57C8.96 2 9.97 2 12 2s3.04 0 3.79.5a3 3 0 0 1 .64.56c.58.69.7 1.7.94 3.7l.1.76c.24 2.1.37 3.13-.23 3.8-.6.68-1.65.68-3.75.68h-2.98c-2.1 0-3.16 0-3.75-.67-.6-.68-.47-1.72-.22-3.8z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 12v2" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 22v-2m0 0v-2.5m0 2.5.47.12c.95.24 1.72.95 2.03 1.88M12 20l-.47.12c-.95.24-1.72.95-2.03 1.88M6 16l-.87-2.6a4 4 0 0 0-.33-.77c-.46-.75-1.07-1.13-2.8-1.13M18 16l.87-2.6c.07-.21.1-.32.18-.48l.15-.3c.46-.74 1.07-1.12 2.8-1.12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>