court house icon
court-house from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- court-house
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the court house icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M5 9.083C5 7.917 6 7.5 6.5 7.5c.994 0 1.5.754 1.5 1.583C8 11.016 6.657 12 5 12s-3-1.567-3-3.5S3.343 5 5 5h14c1.657 0 3 1.567 3 3.5S20.657 12 19 12s-3-.984-3-2.917c0-.83.506-1.583 1.5-1.583c.5 0 1.5.417 1.5 1.583"/><path d="M3 20a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path stroke-linecap="round" d="M13 9h-2M9.5 19v-4m5 4v-4M19 5c0-1.414 0-2.121-.44-2.56C18.122 2 17.415 2 16 2H8c-1.414 0-2.121 0-2.56.44C5 2.878 5 3.585 5 5m0 7v7h14v-7"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCourtHouse(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M5 9.083C5 7.917 6 7.5 6.5 7.5c.994 0 1.5.754 1.5 1.583C8 11.016 6.657 12 5 12s-3-1.567-3-3.5S3.343 5 5 5h14c1.657 0 3 1.567 3 3.5S20.657 12 19 12s-3-.984-3-2.917c0-.83.506-1.583 1.5-1.583c.5 0 1.5.417 1.5 1.583"/><path d="M3 20a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path strokeLinecap="round" d="M13 9h-2M9.5 19v-4m5 4v-4M19 5c0-1.414 0-2.121-.44-2.56C18.122 2 17.415 2 16 2H8c-1.414 0-2.121 0-2.56.44C5 2.878 5 3.585 5 5m0 7v7h14v-7"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M5 9.083C5 7.917 6 7.5 6.5 7.5c.994 0 1.5.754 1.5 1.583C8 11.016 6.657 12 5 12s-3-1.567-3-3.5S3.343 5 5 5h14c1.657 0 3 1.567 3 3.5S20.657 12 19 12s-3-.984-3-2.917c0-.83.506-1.583 1.5-1.583c.5 0 1.5.417 1.5 1.583"/><path d="M3 20a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path stroke-linecap="round" d="M13 9h-2M9.5 19v-4m5 4v-4M19 5c0-1.414 0-2.121-.44-2.56C18.122 2 17.415 2 16 2H8c-1.414 0-2.121 0-2.56.44C5 2.878 5 3.585 5 5m0 7v7h14v-7"/></g></svg> </template>
CSS
.icon-court-house {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%209.083C5%207.917%206%207.5%206.5%207.5c.994%200%201.5.754%201.5%201.583C8%2011.016%206.657%2012%205%2012s-3-1.567-3-3.5S3.343%205%205%205h14c1.657%200%203%201.567%203%203.5S20.657%2012%2019%2012s-3-.984-3-2.917c0-.83.506-1.583%201.5-1.583c.5%200%201.5.417%201.5%201.583%22%2F%3E%3Cpath%20d%3D%22M3%2020a1%201%200%200%201%201-1h16a1%201%200%200%201%201%201v1a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%209h-2M9.5%2019v-4m5%204v-4M19%205c0-1.414%200-2.121-.44-2.56C18.122%202%2017.415%202%2016%202H8c-1.414%200-2.121%200-2.56.44C5%202.878%205%203.585%205%205m0%207v7h14v-7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%209.083C5%207.917%206%207.5%206.5%207.5c.994%200%201.5.754%201.5%201.583C8%2011.016%206.657%2012%205%2012s-3-1.567-3-3.5S3.343%205%205%205h14c1.657%200%203%201.567%203%203.5S20.657%2012%2019%2012s-3-.984-3-2.917c0-.83.506-1.583%201.5-1.583c.5%200%201.5.417%201.5%201.583%22%2F%3E%3Cpath%20d%3D%22M3%2020a1%201%200%200%201%201-1h16a1%201%200%200%201%201%201v1a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%209h-2M9.5%2019v-4m5%204v-4M19%205c0-1.414%200-2.121-.44-2.56C18.122%202%2017.415%202%2016%202H8c-1.414%200-2.121%200-2.56.44C5%202.878%205%203.585%205%205m0%207v7h14v-7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/court-house.svg?color=%231a73e8&size=48