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 { IconHomeAngle } from "@devigner-ui/icons";
<IconHomeAngle className="size-6" />
<script setup>
import { IconHomeAngle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHomeAngle class="size-6" />
</template>
<script>
import { IconHomeAngle } from "@devigner-ui/icons-svelte";
</script>
<IconHomeAngle 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.36 12.96C1.98 10.32 1.8 9 2.34 7.88s1.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.19s.35 2.44-.03 5.08l-.28 1.94c-.49 3.38-.73 5.08-1.9 6.09C18.27 22 16.55 22 13.1 22h-2.22c-3.44 0-5.17 0-6.34-1.01-1.18-1.01-1.42-2.7-1.9-6.1z" stroke="currentColor" stroke-width="1.5"></path><path d="M15 18H9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>