Sofa 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 { IconSofa } from "@devigner-ui/icons";
<IconSofa className="size-6" />
<script setup>
import { IconSofa } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSofa class="size-6" />
</template>
<script>
import { IconSofa } from "@devigner-ui/icons-svelte";
</script>
<IconSofa 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.56 18h12.88c1.97 0 3.56-1.6 3.56-3.56V12a2 2 0 0 0-4 0v1.2a.8.8 0 0 1-.8.8H6.8a.8.8 0 0 1-.8-.8V12a2 2 0 0 0-4 0v2.44C2 16.41 3.6 18 5.56 18" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M20 10c0-.93 0-1.4-.08-1.78a4 4 0 0 0-3.14-3.14C16.39 5 15.93 5 15 5H9c-.93 0-1.4 0-1.78.08a4 4 0 0 0-3.14 3.14C4 8.61 4 9.07 4 10" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M20 19v-1M4 19v-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>