Smart 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 { IconSmartHome } from "@devigner-ui/icons";
<IconSmartHome className="size-6" />
<script setup>
import { IconSmartHome } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSmartHome class="size-6" />
</template>
<script>
import { IconSmartHome } from "@devigner-ui/icons-svelte";
</script>
<IconSmartHome 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="M14 22c3.77 0 5.66 0 6.83-1.21S22 17.63 22 13.73V12.2c0-2.28 0-3.43-.52-4.38s-1.47-1.53-3.36-2.71l-2-1.24C14.12 2.62 13.1 2 12 2s-2.11.62-4.12 1.87l-2 1.24c-1.9 1.18-2.84 1.76-3.36 2.71A5 5 0 0 0 2.03 10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M11 22a9 9 0 0 0-9-9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M8 22a6 6 0 0 0-6-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M5 22a3 3 0 0 0-3-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>