Courthouse 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 { IconCourthouse } from "@devigner-ui/icons";
<IconCourthouse className="size-6" />
<script setup>
import { IconCourthouse } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCourthouse class="size-6" />
</template>
<script>
import { IconCourthouse } from "@devigner-ui/icons-svelte";
</script>
<IconCourthouse 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="M12.67 2c1.6.64 3.4.64 5 0v3c-1.6.64-3.4.64-5 0z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 5v3" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.67 8h-10q-3 0-3 3v11h16V11q0-3-3-3" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.25 12h14.84" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M8.66 12v10" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round"></path><path opacity="1" d="M12.66 12v10" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round"></path><path opacity="1" d="M16.66 12v10" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round"></path></svg>