Smart Home Angle 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 { IconSmartHomeAngle } from "@devigner-ui/icons";
<IconSmartHomeAngle className="size-6" />
<script setup>
import { IconSmartHomeAngle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSmartHomeAngle class="size-6" />
</template>
<script>
import { IconSmartHomeAngle } from "@devigner-ui/icons-svelte";
</script>
<IconSmartHomeAngle 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.01 10a4 4 0 0 1 .33-2.12c.54-1.13 1.69-1.82 3.99-3.19l1.38-.82C9.81 2.62 10.85 2 12 2s2.2.62 4.29 1.87l1.38.82c2.3 1.37 3.45 2.06 4 3.19.53 1.12.35 2.44-.03 5.08l-.28 1.94c-.49 3.38-.73 5.08-1.9 6.09-1.08.92-2.6 1-5.46 1" 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>