Real Estate 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 { IconRealEstate } from "@devigner-ui/icons";
<IconRealEstate className="size-6" />
<script setup>
import { IconRealEstate } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRealEstate class="size-6" />
</template>
<script>
import { IconRealEstate } from "@devigner-ui/icons-svelte";
</script>
<IconRealEstate class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.67 22h20" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m15.68 21.99-12 .02-.01-14.94a2 2 0 0 1 .89-1.66l4-2.67a2 2 0 0 1 2.22 0l4 2.67c.56.37.89.99.89 1.66z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M20.65 22.01V18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M20.67 12a2 2 0 0 0-2 2v2c0 1.1.9 2 2 2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.67 14h12" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.67 22v-3.75" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.67 10.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>