Bar 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 { IconBarChair } from "@devigner-ui/icons";
<IconBarChair className="size-6" />
<script setup>
import { IconBarChair } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBarChair class="size-6" />
</template>
<script>
import { IconBarChair } from "@devigner-ui/icons-svelte";
</script>
<IconBarChair class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.03 6.94a4.2 4.2 0 0 1 3.51-4.62l.4-.06a19 19 0 0 1 6.12 0l.4.06a4.2 4.2 0 0 1 3.5 4.62v.14c-.07.53-.53.92-1.07.92H6.11c-.54 0-1-.4-1.06-.92z" stroke="currentColor" stroke-width="1.5"></path><path d="M9 8 6 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m15 8 3 14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M16.5 17h-9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>