building icon
building from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- building
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
buildingBootstrap IconsbuildingBoxIcons v2buildingBoxIcons v2 SolidbuildingCarbonbuildingFramework7 IconsbuildingFont Awesome 6 RegularbuildingFont Awesome 6 SolidbuildingFont Awesome RegularbuildingFont Awesome Solidbuilding-outlineFlowbite Iconsbuilding-16-filledFluent UI System Iconsbuilding-16Fluent UI System Color IconsbuildingHuge IconsbuildingHumbleiconsbuildingIconoirbuildingLine AwesomebuildingLucidebuildingMyna UI IconsbuildingPhosphorbuildingPixelarticonsbuildingPrime Iconsbuilding-fillRemix IconbuildingTabler IconsbuildingTDesign Icons
Use the building icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5.5 -2 24 24"><path fill="currentColor" d="M3 0h7a3 3 0 0 1 3 3v17H0V3a3 3 0 0 1 3-3M2 18h9V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1zM4 4h1a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2m0 3h1a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2m0 3h1a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2m0 3h1a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2m4-9h1a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2m0 3h1a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2m0 3h1a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2m0 3h1a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2m-3 3h3a1 1 0 0 1 1 1v1H4v-1a1 1 0 0 1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function JamBuilding(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5.5 -2 24 24"><path fill="currentColor" d="M3 0h7a3 3 0 0 1 3 3v17H0V3a3 3 0 0 1 3-3M2 18h9V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1zM4 4h1a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2m0 3h1a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2m0 3h1a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2m0 3h1a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2m4-9h1a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2m0 3h1a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2m0 3h1a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2m0 3h1a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2m-3 3h3a1 1 0 0 1 1 1v1H4v-1a1 1 0 0 1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5.5 -2 24 24"><path fill="currentColor" d="M3 0h7a3 3 0 0 1 3 3v17H0V3a3 3 0 0 1 3-3M2 18h9V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1zM4 4h1a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2m0 3h1a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2m0 3h1a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2m0 3h1a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2m4-9h1a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2m0 3h1a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2m0 3h1a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2m0 3h1a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2m-3 3h3a1 1 0 0 1 1 1v1H4v-1a1 1 0 0 1 1-1"/></svg> </template>
CSS
.icon-building {
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%22-5.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%200h7a3%203%200%200%201%203%203v17H0V3a3%203%200%200%201%203-3M2%2018h9V3a1%201%200%200%200-1-1H3a1%201%200%200%200-1%201zM4%204h1a1%201%200%201%201%200%202H4a1%201%200%201%201%200-2m0%203h1a1%201%200%201%201%200%202H4a1%201%200%201%201%200-2m0%203h1a1%201%200%200%201%200%202H4a1%201%200%200%201%200-2m0%203h1a1%201%200%200%201%200%202H4a1%201%200%200%201%200-2m4-9h1a1%201%200%201%201%200%202H8a1%201%200%201%201%200-2m0%203h1a1%201%200%201%201%200%202H8a1%201%200%201%201%200-2m0%203h1a1%201%200%200%201%200%202H8a1%201%200%200%201%200-2m0%203h1a1%201%200%200%201%200%202H8a1%201%200%200%201%200-2m-3%203h3a1%201%200%200%201%201%201v1H4v-1a1%201%200%200%201%201-1%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%22-5.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%200h7a3%203%200%200%201%203%203v17H0V3a3%203%200%200%201%203-3M2%2018h9V3a1%201%200%200%200-1-1H3a1%201%200%200%200-1%201zM4%204h1a1%201%200%201%201%200%202H4a1%201%200%201%201%200-2m0%203h1a1%201%200%201%201%200%202H4a1%201%200%201%201%200-2m0%203h1a1%201%200%200%201%200%202H4a1%201%200%200%201%200-2m0%203h1a1%201%200%200%201%200%202H4a1%201%200%200%201%200-2m4-9h1a1%201%200%201%201%200%202H8a1%201%200%201%201%200-2m0%203h1a1%201%200%201%201%200%202H8a1%201%200%201%201%200-2m0%203h1a1%201%200%200%201%200%202H8a1%201%200%200%201%200-2m0%203h1a1%201%200%200%201%200%202H8a1%201%200%200%201%200-2m-3%203h3a1%201%200%200%201%201%201v1H4v-1a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/building.svg?color=%231a73e8&size=48