House 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 { IconHouse } from "@devigner-ui/icons";
<IconHouse className="size-6" />
<script setup>
import { IconHouse } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHouse class="size-6" />
</template>
<script>
import { IconHouse } from "@devigner-ui/icons-svelte";
</script>
<IconHouse class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.67 22h20" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m3.62 22 .05-12.03c0-.61.29-1.19.77-1.57l7-5.45a2 2 0 0 1 2.46 0l7 5.44c.49.38.77.96.77 1.58V22" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round"></path><path opacity="1" d="M13.67 17h-2c-.83 0-1.5.67-1.5 1.5V22h5v-3.5c0-.83-.67-1.5-1.5-1.5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round"></path><path opacity="1" d="M10.17 13.75h-2a1 1 0 0 1-1-1v-1.5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v1.5a1 1 0 0 1-1 1" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round"></path><path opacity="1" d="M17.17 13.75h-2a1 1 0 0 1-1-1v-1.5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v1.5a1 1 0 0 1-1 1" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round"></path><path d="m19.67 7-.03-3h-4.4" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>