building government search icon
building-government-search-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- building-government-search-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- 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-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 search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2h4.667c.368 0 .666.298.666.667v2.666a.667.667 0 0 1-.666.667H17v1.055A9 9 0 0 1 25 16h2a3 3 0 0 1 3 3v9a1 1 0 0 1-1 1H19v-4a1 1 0 0 0-1-1h-3.65q.149-.729.15-1.5a7.47 7.47 0 0 0-1.76-4.827A1 1 0 0 0 13 17v-3a1 1 0 1 0-2 0v2.155A7.46 7.46 0 0 0 7.055 15A9.004 9.004 0 0 1 15 7.055V3a1 1 0 0 1 1-1m5 12a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0zm-4 3v-3a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0m8 4a1 1 0 1 0-2 0v3a1 1 0 0 0 2 0zM7 28.5c1.296 0 2.496-.41 3.476-1.11l3.317 3.317a1 1 0 0 0 1.414-1.414l-3.316-3.316A6 6 0 1 0 7 28.5m0-2a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingGovernmentSearch32Filled(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="M16 2h4.667c.368 0 .666.298.666.667v2.666a.667.667 0 0 1-.666.667H17v1.055A9 9 0 0 1 25 16h2a3 3 0 0 1 3 3v9a1 1 0 0 1-1 1H19v-4a1 1 0 0 0-1-1h-3.65q.149-.729.15-1.5a7.47 7.47 0 0 0-1.76-4.827A1 1 0 0 0 13 17v-3a1 1 0 1 0-2 0v2.155A7.46 7.46 0 0 0 7.055 15A9.004 9.004 0 0 1 15 7.055V3a1 1 0 0 1 1-1m5 12a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0zm-4 3v-3a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0m8 4a1 1 0 1 0-2 0v3a1 1 0 0 0 2 0zM7 28.5c1.296 0 2.496-.41 3.476-1.11l3.317 3.317a1 1 0 0 0 1.414-1.414l-3.316-3.316A6 6 0 1 0 7 28.5m0-2a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2h4.667c.368 0 .666.298.666.667v2.666a.667.667 0 0 1-.666.667H17v1.055A9 9 0 0 1 25 16h2a3 3 0 0 1 3 3v9a1 1 0 0 1-1 1H19v-4a1 1 0 0 0-1-1h-3.65q.149-.729.15-1.5a7.47 7.47 0 0 0-1.76-4.827A1 1 0 0 0 13 17v-3a1 1 0 1 0-2 0v2.155A7.46 7.46 0 0 0 7.055 15A9.004 9.004 0 0 1 15 7.055V3a1 1 0 0 1 1-1m5 12a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0zm-4 3v-3a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0m8 4a1 1 0 1 0-2 0v3a1 1 0 0 0 2 0zM7 28.5c1.296 0 2.496-.41 3.476-1.11l3.317 3.317a1 1 0 0 0 1.414-1.414l-3.316-3.316A6 6 0 1 0 7 28.5m0-2a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/></svg> </template>
CSS
.icon-building-government-search-32-filled {
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%22M16%202h4.667c.368%200%20.666.298.666.667v2.666a.667.667%200%200%201-.666.667H17v1.055A9%209%200%200%201%2025%2016h2a3%203%200%200%201%203%203v9a1%201%200%200%201-1%201H19v-4a1%201%200%200%200-1-1h-3.65q.149-.729.15-1.5a7.47%207.47%200%200%200-1.76-4.827A1%201%200%200%200%2013%2017v-3a1%201%200%201%200-2%200v2.155A7.46%207.46%200%200%200%207.055%2015A9.004%209.004%200%200%201%2015%207.055V3a1%201%200%200%201%201-1m5%2012a1%201%200%201%200-2%200v3a1%201%200%201%200%202%200zm-4%203v-3a1%201%200%201%200-2%200v3a1%201%200%201%200%202%200m8%204a1%201%200%201%200-2%200v3a1%201%200%200%200%202%200zM7%2028.5c1.296%200%202.496-.41%203.476-1.11l3.317%203.317a1%201%200%200%200%201.414-1.414l-3.316-3.316A6%206%200%201%200%207%2028.5m0-2a4%204%200%201%201%200-8a4%204%200%200%201%200%208%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%22M16%202h4.667c.368%200%20.666.298.666.667v2.666a.667.667%200%200%201-.666.667H17v1.055A9%209%200%200%201%2025%2016h2a3%203%200%200%201%203%203v9a1%201%200%200%201-1%201H19v-4a1%201%200%200%200-1-1h-3.65q.149-.729.15-1.5a7.47%207.47%200%200%200-1.76-4.827A1%201%200%200%200%2013%2017v-3a1%201%200%201%200-2%200v2.155A7.46%207.46%200%200%200%207.055%2015A9.004%209.004%200%200%201%2015%207.055V3a1%201%200%200%201%201-1m5%2012a1%201%200%201%200-2%200v3a1%201%200%201%200%202%200zm-4%203v-3a1%201%200%201%200-2%200v3a1%201%200%201%200%202%200m8%204a1%201%200%201%200-2%200v3a1%201%200%200%200%202%200zM7%2028.5c1.296%200%202.496-.41%203.476-1.11l3.317%203.317a1%201%200%200%200%201.414-1.414l-3.316-3.316A6%206%200%201%200%207%2028.5m0-2a4%204%200%201%201%200-8a4%204%200%200%201%200%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-government-search-32-filled.svg?color=%231a73e8&size=48