building government search icon
building-government-search-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- building-government-search-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-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="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 0v2.155a7.5 7.5 0 0 1 1.74 1.518A1 1 0 0 0 13 17zm3-5a7 7 0 0 0-6.964 6.28A7.5 7.5 0 0 0 7.055 15A9.004 9.004 0 0 1 15 7.055V3a1 1 0 0 1 1-1h4.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 1H16.792a2.5 2.5 0 0 0-.525-.768L15.035 27H17.5v-2h-3.427a7.5 7.5 0 0 0 .41-2H18.5a1 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-7m9 12a1 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 FluentBuildingGovernmentSearch32Regular(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 0v2.155a7.5 7.5 0 0 1 1.74 1.518A1 1 0 0 0 13 17zm3-5a7 7 0 0 0-6.964 6.28A7.5 7.5 0 0 0 7.055 15A9.004 9.004 0 0 1 15 7.055V3a1 1 0 0 1 1-1h4.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 1H16.792a2.5 2.5 0 0 0-.525-.768L15.035 27H17.5v-2h-3.427a7.5 7.5 0 0 0 .41-2H18.5a1 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-7m9 12a1 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="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 0v2.155a7.5 7.5 0 0 1 1.74 1.518A1 1 0 0 0 13 17zm3-5a7 7 0 0 0-6.964 6.28A7.5 7.5 0 0 0 7.055 15A9.004 9.004 0 0 1 15 7.055V3a1 1 0 0 1 1-1h4.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 1H16.792a2.5 2.5 0 0 0-.525-.768L15.035 27H17.5v-2h-3.427a7.5 7.5 0 0 0 .41-2H18.5a1 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-7m9 12a1 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-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%200v2.155a7.5%207.5%200%200%201%201.74%201.518A1%201%200%200%200%2013%2017zm3-5a7%207%200%200%200-6.964%206.28A7.5%207.5%200%200%200%207.055%2015A9.004%209.004%200%200%201%2015%207.055V3a1%201%200%200%201%201-1h4.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%201H16.792a2.5%202.5%200%200%200-.525-.768L15.035%2027H17.5v-2h-3.427a7.5%207.5%200%200%200%20.41-2H18.5a1%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-7m9%2012a1%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%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%200v2.155a7.5%207.5%200%200%201%201.74%201.518A1%201%200%200%200%2013%2017zm3-5a7%207%200%200%200-6.964%206.28A7.5%207.5%200%200%200%207.055%2015A9.004%209.004%200%200%201%2015%207.055V3a1%201%200%200%201%201-1h4.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%201H16.792a2.5%202.5%200%200%200-.525-.768L15.035%2027H17.5v-2h-3.427a7.5%207.5%200%200%200%20.41-2H18.5a1%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-7m9%2012a1%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-regular.svg?color=%231a73e8&size=48