Enterprise 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 { IconEnterprise } from "@devigner-ui/icons";
<IconEnterprise className="size-6" />
<script setup>
import { IconEnterprise } from "@devigner-ui/icons-vue";
</script>
<template>
<IconEnterprise class="size-6" />
</template>
<script>
import { IconEnterprise } from "@devigner-ui/icons-svelte";
</script>
<IconEnterprise class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 22H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M17 22V6c0-1.89 0-2.83-.59-3.41C15.83 2 14.9 2 13 2h-2c-1.89 0-2.83 0-3.41.59C7 3.17 7 4.1 7 6v16" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M21 22V11.5c0-1.4 0-2.1-.34-2.61a2 2 0 0 0-.55-.55C19.61 8 18.91 8 17.5 8" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M3 22V11.5c0-1.4 0-2.1.34-2.61a2 2 0 0 1 .55-.55C4.39 8 5.09 8 6.5 8" stroke="currentColor" stroke-width="1.5"></path><path d="M12 22v-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M10 5h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M10 8h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M10 11h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M10 14h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>