building government icon
building-government-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- building-government-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
building-bank-16-filledbuilding-bank-link-16-filledbuilding-bank-toolbox-20-filledbuilding-checkmark-16-filledbuilding-cloud-24-filledbuilding-desktop-16-filledbuilding-factory-16-filledbuilding-government-search-16-filledbuilding-home-16-filledbuilding-lighthouse-16-filledbuilding-mosque-12-filledbuilding-multiple-16-filledbuilding-people-16-filledbuilding-retail-20-filledbuilding-retail-money-20-filledbuilding-retail-more-20-filledbuilding-retail-shield-20-filledbuilding-retail-toolbox-20-filledbuilding-shop-16-filledbuilding-skyscraper-16-filledbuilding-swap-16-filledbuilding-townhouse-20-filledbuilding-yurt-16-filled
Use the building government icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 14a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0zm-5-1a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0v-3a1 1 0 0 1 1-1m-3 1a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0zm-5 6a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1m17 1a1 1 0 1 0-2 0v3a1 1 0 0 0 2 0zM16 2h4.667c.368 0 .667.298.667.667v2.666a.667.667 0 0 1-.667.667H17v1.055A9 9 0 0 1 25 16h2a3 3 0 0 1 3 3v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-9a3 3 0 0 1 3-3h2a9 9 0 0 1 8-8.945V3a1 1 0 0 1 1-1m0 7a7 7 0 0 0-7 7v1a1 1 0 0 1-1 1H5a1 1 0 0 0-1 1v8h8.5v-3a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v3H28v-8a1 1 0 0 0-1-1h-3a1 1 0 0 1-1-1v-1a7 7 0 0 0-7-7m1.5 16h-3v2h3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingGovernment32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 14a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0zm-5-1a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0v-3a1 1 0 0 1 1-1m-3 1a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0zm-5 6a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1m17 1a1 1 0 1 0-2 0v3a1 1 0 0 0 2 0zM16 2h4.667c.368 0 .667.298.667.667v2.666a.667.667 0 0 1-.667.667H17v1.055A9 9 0 0 1 25 16h2a3 3 0 0 1 3 3v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-9a3 3 0 0 1 3-3h2a9 9 0 0 1 8-8.945V3a1 1 0 0 1 1-1m0 7a7 7 0 0 0-7 7v1a1 1 0 0 1-1 1H5a1 1 0 0 0-1 1v8h8.5v-3a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v3H28v-8a1 1 0 0 0-1-1h-3a1 1 0 0 1-1-1v-1a7 7 0 0 0-7-7m1.5 16h-3v2h3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 14a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0zm-5-1a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0v-3a1 1 0 0 1 1-1m-3 1a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0zm-5 6a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1m17 1a1 1 0 1 0-2 0v3a1 1 0 0 0 2 0zM16 2h4.667c.368 0 .667.298.667.667v2.666a.667.667 0 0 1-.667.667H17v1.055A9 9 0 0 1 25 16h2a3 3 0 0 1 3 3v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-9a3 3 0 0 1 3-3h2a9 9 0 0 1 8-8.945V3a1 1 0 0 1 1-1m0 7a7 7 0 0 0-7 7v1a1 1 0 0 1-1 1H5a1 1 0 0 0-1 1v8h8.5v-3a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v3H28v-8a1 1 0 0 0-1-1h-3a1 1 0 0 1-1-1v-1a7 7 0 0 0-7-7m1.5 16h-3v2h3z"/></svg> </template>
CSS
.icon-building-government-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2014a1%201%200%201%200-2%200v3a1%201%200%201%200%202%200zm-5-1a1%201%200%200%201%201%201v3a1%201%200%201%201-2%200v-3a1%201%200%200%201%201-1m-3%201a1%201%200%201%200-2%200v3a1%201%200%201%200%202%200zm-5%206a1%201%200%200%201%201%201v3a1%201%200%200%201-2%200v-3a1%201%200%200%201%201-1m17%201a1%201%200%201%200-2%200v3a1%201%200%200%200%202%200zM16%202h4.667c.368%200%20.667.298.667.667v2.666a.667.667%200%200%201-.667.667H17v1.055A9%209%200%200%201%2025%2016h2a3%203%200%200%201%203%203v9a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1v-9a3%203%200%200%201%203-3h2a9%209%200%200%201%208-8.945V3a1%201%200%200%201%201-1m0%207a7%207%200%200%200-7%207v1a1%201%200%200%201-1%201H5a1%201%200%200%200-1%201v8h8.5v-3a1%201%200%200%201%201-1h5a1%201%200%200%201%201%201v3H28v-8a1%201%200%200%200-1-1h-3a1%201%200%200%201-1-1v-1a7%207%200%200%200-7-7m1.5%2016h-3v2h3z%22%2F%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2014a1%201%200%201%200-2%200v3a1%201%200%201%200%202%200zm-5-1a1%201%200%200%201%201%201v3a1%201%200%201%201-2%200v-3a1%201%200%200%201%201-1m-3%201a1%201%200%201%200-2%200v3a1%201%200%201%200%202%200zm-5%206a1%201%200%200%201%201%201v3a1%201%200%200%201-2%200v-3a1%201%200%200%201%201-1m17%201a1%201%200%201%200-2%200v3a1%201%200%200%200%202%200zM16%202h4.667c.368%200%20.667.298.667.667v2.666a.667.667%200%200%201-.667.667H17v1.055A9%209%200%200%201%2025%2016h2a3%203%200%200%201%203%203v9a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1v-9a3%203%200%200%201%203-3h2a9%209%200%200%201%208-8.945V3a1%201%200%200%201%201-1m0%207a7%207%200%200%200-7%207v1a1%201%200%200%201-1%201H5a1%201%200%200%200-1%201v8h8.5v-3a1%201%200%200%201%201-1h5a1%201%200%200%201%201%201v3H28v-8a1%201%200%200%200-1-1h-3a1%201%200%200%201-1-1v-1a7%207%200%200%200-7-7m1.5%2016h-3v2h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-government-32-regular.svg?color=%231a73e8&size=48