Safe 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 { IconSafeHome } from "@devigner-ui/icons";
<IconSafeHome className="size-6" />
<script setup>
import { IconSafeHome } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSafeHome class="size-6" />
</template>
<script>
import { IconSafeHome } from "@devigner-ui/icons-svelte";
</script>
<IconSafeHome class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.67 15.37v2.19a5.8 5.8 0 0 1-4.2 5.41 1 1 0 0 1-.51 0A5.7 5.7 0 0 1 16.01 21a5.5 5.5 0 0 1-1.25-3.44v-2.19c0-.42.31-.88.69-1.04l2.78-1.14a2.7 2.7 0 0 1 1.96 0l1 .41 1.79.73c.38.16.69.62.69 1.04" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m21.62 11.01-.43 2.59-1-.41a2.7 2.7 0 0 0-1.96 0l-2.78 1.14c-.38.16-.69.62-.69 1.04v2.19A5.5 5.5 0 0 0 16.01 21H6.85a3 3 0 0 1-2.89-2.44L2.7 11.01a3.2 3.2 0 0 1 1.05-2.77l6.58-5.26a3.05 3.05 0 0 1 3.66.01l6.58 5.25a3.3 3.3 0 0 1 1.05 2.77" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>