Town Hall 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 { IconTownHall } from "@devigner-ui/icons";
<IconTownHall className="size-6" />
<script setup>
import { IconTownHall } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTownHall class="size-6" />
</template>
<script>
import { IconTownHall } from "@devigner-ui/icons-svelte";
</script>
<IconTownHall 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 22V8.5c0-1.4 0-2.1-.34-2.61a2 2 0 0 0-.55-.55C19.61 5 18.91 5 17.5 5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M3 22V8.5c0-1.4 0-2.1.34-2.61a2 2 0 0 1 .55-.55C4.39 5 5.09 5 6.5 5" 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 12h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M5.5 11H7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M5.5 14H7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M17 11h1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M17 14h1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M5.5 8H7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M17 8h1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M10 15h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle cx="12" cy="7" r="2" stroke="currentColor" stroke-width="1.5"></circle></svg>