Chair 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 { IconChair } from "@devigner-ui/icons";
<IconChair className="size-6" />
<script setup>
import { IconChair } from "@devigner-ui/icons-vue";
</script>
<template>
<IconChair class="size-6" />
</template>
<script>
import { IconChair } from "@devigner-ui/icons-svelte";
</script>
<IconChair class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M17 21v-5M7 21v-5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M15.5 12h-7c-1.65 0-2.47 0-2.99.59-.28.32-.41.76-.47 1.41-.07.9-.11 1.35.19 1.68S6.02 16 7 16h10c.98 0 1.48 0 1.77-.32.3-.33.26-.78.19-1.68-.06-.65-.19-1.09-.47-1.41-.52-.59-1.34-.59-2.99-.59" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M7 8c0-1.87 0-2.8.4-3.5a3 3 0 0 1 1.1-1.1C9.2 3 10.13 3 12 3s2.8 0 3.5.4a3 3 0 0 1 1.1 1.1c.4.7.4 1.63.4 3.5v4H7z" stroke="currentColor" stroke-width="1.5"></path></svg>