Home Angle2 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 { IconHomeAngle2 } from "@devigner-ui/icons";
<IconHomeAngle2 className="size-6" />
<script setup>
import { IconHomeAngle2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHomeAngle2 class="size-6" />
</template>
<script>
import { IconHomeAngle2 } from "@devigner-ui/icons-svelte";
</script>
<IconHomeAngle2 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.87s1.69-1.8 3.99-3.18l1.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.18s.35 2.45-.03 5.09l-.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="M12 15v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>