Home2 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 { IconHome2 } from "@devigner-ui/icons";
<IconHome2 className="size-6" />
<script setup>
import { IconHome2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHome2 class="size-6" />
</template>
<script>
import { IconHome2 } from "@devigner-ui/icons-svelte";
</script>
<IconHome2 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="M2 12.2c0-2.28 0-3.43.52-4.38S3.99 6.3 5.88 5.11l2-1.24C9.88 2.62 10.9 2 12 2s2.11.62 4.12 1.87l2 1.24c1.9 1.18 2.84 1.76 3.36 2.71s.52 2.1.52 4.38v1.53c0 3.9 0 5.85-1.17 7.06S17.77 22 14 22h-4c-3.77 0-5.66 0-6.83-1.21S2 17.63 2 13.73z" stroke="currentColor" stroke-width="1.5"></path><path d="M12 15v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>