Home 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 { IconHome } from "@devigner-ui/icons";
<IconHome className="size-6" />
<script setup>
import { IconHome } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHome class="size-6" />
</template>
<script>
import { IconHome } from "@devigner-ui/icons-svelte";
</script>
<IconHome class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 22H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m2 11 8.13-6.5a3 3 0 0 1 3.74 0L22 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M15.5 5.5v-2c0-.28.22-.5.5-.5h2.5c.28 0 .5.22.5.5v5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M4 22V9.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M20 22V9.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M15 22v-5c0-1.41 0-2.12-.44-2.56S13.41 14 12 14s-2.12 0-2.56.44S9 15.59 9 17v5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M14 9.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0" stroke="currentColor" stroke-width="1.5"></path></svg>