Sofa3 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 { IconSofa3 } from "@devigner-ui/icons";
<IconSofa3 className="size-6" />
<script setup>
import { IconSofa3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSofa3 class="size-6" />
</template>
<script>
import { IconSofa3 } from "@devigner-ui/icons-svelte";
</script>
<IconSofa3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 18h16a2 2 0 1 0 0-4H4a2 2 0 0 0 0 4" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m4.5 14-.07-.3c-1.1-4.35-1.63-6.52-.56-8.02l.21-.28C5.28 4 7.52 4 12 4s6.72 0 7.92 1.4l.21.28c1.07 1.5.53 3.67-.56 8.02l-.07.3" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M20 20v-2M4 20v-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>