Building B Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Building B icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310577.svg" alt="Building B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310577.svg" alt="Building B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310577.svg" alt="Building B icon" :width="24" :height="24" />
CSS background
.icon-building-b {
background-image: url('https://proicons.com/icon/310577.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.97825 3.21249H12.9158C13.6517 3.21249 14.3576 3.50486 14.878 4.02527C15.3984 4.54569 15.6908 5.25152 15.6908 5.98749V20.7875H3.20325V5.98749C3.20325 5.25152 3.49562 4.54569 4.01603 4.02527C4.53644 3.50486 5.24227 3.21249 5.97825 3.21249Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2.75 20.7875H21.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.53125 14.3125H10.3812C10.7492 14.3125 11.1022 14.4587 11.3624 14.7189C11.6226 14.9791 11.7687 15.332 11.7687 15.7V20.7875H7.14375V15.7C7.14375 15.332 7.28993 14.9791 7.55014 14.7189C7.81035 14.4587 8.16326 14.3125 8.53125 14.3125Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.672 6.91251H12.222" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.672 10.6125H12.222" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.6908 9.22501H17.5408C18.2767 9.22501 18.9826 9.51737 19.503 10.0378C20.0234 10.5582 20.3158 11.264 20.3158 12V20.7875" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!