building icon
building-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- building-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI 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 IconsbuildingHumbleiconsbuildingIconoirbuildingJam IconsbuildingLine AwesomebuildingLucidebuildingPhosphorbuildingPixelarticonsbuildingPrime Iconsbuilding-fillRemix IconbuildingTabler IconsbuildingTDesign Icons
Related icons in Myna UI Icons
Use the building icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.733 1.25H9.267c-.812 0-1.469 0-2 .045c-.55.047-1.033.145-1.48.381a3.8 3.8 0 0 0-1.633 1.692c-.223.454-.316.944-.36 1.507c-.044.549-.044 1.227-.044 2.072v10.106c0 .845 0 1.523.043 2.072c.045.563.138 1.053.36 1.507a3.8 3.8 0 0 0 1.635 1.692c.446.236.93.334 1.478.38c.415.036.904.044 1.484.046V15.5a2.75 2.75 0 0 1 2.75-2.75h1a2.75 2.75 0 0 1 2.75 2.75v7.25a19 19 0 0 0 1.484-.045c.549-.047 1.032-.145 1.478-.381a3.8 3.8 0 0 0 1.634-1.692c.223-.454.316-.944.36-1.508c.044-.548.044-1.226.044-2.07V6.947c0-.845 0-1.523-.043-2.072c-.044-.563-.138-1.053-.36-1.507a3.8 3.8 0 0 0-1.635-1.692c-.446-.236-.93-.334-1.478-.38c-.532-.046-1.189-.046-2-.046M7.25 6A.75.75 0 0 1 8 5.25h2a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 6M8 9.25h2a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5M13.25 6a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75M14 9.25h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5"/><path d="M13.75 22.75V15.5c0-.69-.56-1.25-1.25-1.25h-1c-.69 0-1.25.56-1.25 1.25v7.25z"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiBuildingSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.733 1.25H9.267c-.812 0-1.469 0-2 .045c-.55.047-1.033.145-1.48.381a3.8 3.8 0 0 0-1.633 1.692c-.223.454-.316.944-.36 1.507c-.044.549-.044 1.227-.044 2.072v10.106c0 .845 0 1.523.043 2.072c.045.563.138 1.053.36 1.507a3.8 3.8 0 0 0 1.635 1.692c.446.236.93.334 1.478.38c.415.036.904.044 1.484.046V15.5a2.75 2.75 0 0 1 2.75-2.75h1a2.75 2.75 0 0 1 2.75 2.75v7.25a19 19 0 0 0 1.484-.045c.549-.047 1.032-.145 1.478-.381a3.8 3.8 0 0 0 1.634-1.692c.223-.454.316-.944.36-1.508c.044-.548.044-1.226.044-2.07V6.947c0-.845 0-1.523-.043-2.072c-.044-.563-.138-1.053-.36-1.507a3.8 3.8 0 0 0-1.635-1.692c-.446-.236-.93-.334-1.478-.38c-.532-.046-1.189-.046-2-.046M7.25 6A.75.75 0 0 1 8 5.25h2a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 6M8 9.25h2a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5M13.25 6a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75M14 9.25h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5"/><path d="M13.75 22.75V15.5c0-.69-.56-1.25-1.25-1.25h-1c-.69 0-1.25.56-1.25 1.25v7.25z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.733 1.25H9.267c-.812 0-1.469 0-2 .045c-.55.047-1.033.145-1.48.381a3.8 3.8 0 0 0-1.633 1.692c-.223.454-.316.944-.36 1.507c-.044.549-.044 1.227-.044 2.072v10.106c0 .845 0 1.523.043 2.072c.045.563.138 1.053.36 1.507a3.8 3.8 0 0 0 1.635 1.692c.446.236.93.334 1.478.38c.415.036.904.044 1.484.046V15.5a2.75 2.75 0 0 1 2.75-2.75h1a2.75 2.75 0 0 1 2.75 2.75v7.25a19 19 0 0 0 1.484-.045c.549-.047 1.032-.145 1.478-.381a3.8 3.8 0 0 0 1.634-1.692c.223-.454.316-.944.36-1.508c.044-.548.044-1.226.044-2.07V6.947c0-.845 0-1.523-.043-2.072c-.044-.563-.138-1.053-.36-1.507a3.8 3.8 0 0 0-1.635-1.692c-.446-.236-.93-.334-1.478-.38c-.532-.046-1.189-.046-2-.046M7.25 6A.75.75 0 0 1 8 5.25h2a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 6M8 9.25h2a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5M13.25 6a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75M14 9.25h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5"/><path d="M13.75 22.75V15.5c0-.69-.56-1.25-1.25-1.25h-1c-.69 0-1.25.56-1.25 1.25v7.25z"/></g></svg> </template>
CSS
.icon-building-solid {
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%22currentColor%22%3E%3Cpath%20d%3D%22M14.733%201.25H9.267c-.812%200-1.469%200-2%20.045c-.55.047-1.033.145-1.48.381a3.8%203.8%200%200%200-1.633%201.692c-.223.454-.316.944-.36%201.507c-.044.549-.044%201.227-.044%202.072v10.106c0%20.845%200%201.523.043%202.072c.045.563.138%201.053.36%201.507a3.8%203.8%200%200%200%201.635%201.692c.446.236.93.334%201.478.38c.415.036.904.044%201.484.046V15.5a2.75%202.75%200%200%201%202.75-2.75h1a2.75%202.75%200%200%201%202.75%202.75v7.25a19%2019%200%200%200%201.484-.045c.549-.047%201.032-.145%201.478-.381a3.8%203.8%200%200%200%201.634-1.692c.223-.454.316-.944.36-1.508c.044-.548.044-1.226.044-2.07V6.947c0-.845%200-1.523-.043-2.072c-.044-.563-.138-1.053-.36-1.507a3.8%203.8%200%200%200-1.635-1.692c-.446-.236-.93-.334-1.478-.38c-.532-.046-1.189-.046-2-.046M7.25%206A.75.75%200%200%201%208%205.25h2a.75.75%200%200%201%200%201.5H8A.75.75%200%200%201%207.25%206M8%209.25h2a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201%200-1.5M13.25%206a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75M14%209.25h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201%200-1.5%22%2F%3E%3Cpath%20d%3D%22M13.75%2022.75V15.5c0-.69-.56-1.25-1.25-1.25h-1c-.69%200-1.25.56-1.25%201.25v7.25z%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%22currentColor%22%3E%3Cpath%20d%3D%22M14.733%201.25H9.267c-.812%200-1.469%200-2%20.045c-.55.047-1.033.145-1.48.381a3.8%203.8%200%200%200-1.633%201.692c-.223.454-.316.944-.36%201.507c-.044.549-.044%201.227-.044%202.072v10.106c0%20.845%200%201.523.043%202.072c.045.563.138%201.053.36%201.507a3.8%203.8%200%200%200%201.635%201.692c.446.236.93.334%201.478.38c.415.036.904.044%201.484.046V15.5a2.75%202.75%200%200%201%202.75-2.75h1a2.75%202.75%200%200%201%202.75%202.75v7.25a19%2019%200%200%200%201.484-.045c.549-.047%201.032-.145%201.478-.381a3.8%203.8%200%200%200%201.634-1.692c.223-.454.316-.944.36-1.508c.044-.548.044-1.226.044-2.07V6.947c0-.845%200-1.523-.043-2.072c-.044-.563-.138-1.053-.36-1.507a3.8%203.8%200%200%200-1.635-1.692c-.446-.236-.93-.334-1.478-.38c-.532-.046-1.189-.046-2-.046M7.25%206A.75.75%200%200%201%208%205.25h2a.75.75%200%200%201%200%201.5H8A.75.75%200%200%201%207.25%206M8%209.25h2a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201%200-1.5M13.25%206a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75M14%209.25h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201%200-1.5%22%2F%3E%3Cpath%20d%3D%22M13.75%2022.75V15.5c0-.69-.56-1.25-1.25-1.25h-1c-.69%200-1.25.56-1.25%201.25v7.25z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/building-solid.svg?color=%231a73e8&size=48