Building A Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Building A 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/310012.svg" alt="Building A icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310012.svg" alt="Building A icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310012.svg" alt="Building A icon" :width="24" :height="24" />
CSS background
.icon-building-a {
background-image: url('https://proicons.com/icon/310012.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="M21.2 20.035H18.99V5.98499C18.99 5.05142 18.6191 4.1561 17.959 3.49597C17.2989 2.83584 16.4035 2.46497 15.47 2.46497H8.53003C7.59555 2.46496 6.69919 2.83552 6.03748 3.49536C5.37576 4.1552 5.00265 5.0505 5 5.98499V20.035H2.75C2.55109 20.035 2.36026 20.114 2.2196 20.2546C2.07895 20.3953 2 20.5861 2 20.785C2 20.9839 2.07895 21.1747 2.2196 21.3153C2.36026 21.456 2.55109 21.535 2.75 21.535H21.25C21.4489 21.535 21.6396 21.456 21.7803 21.3153C21.9209 21.1747 22 20.9839 22 20.785C22 20.5861 21.9209 20.3953 21.7803 20.2546C21.6396 20.114 21.4489 20.035 21.25 20.035H21.2ZM13.51 20.035H10.39V15.695C10.3887 15.5272 10.4533 15.3656 10.5699 15.245C10.6294 15.1867 10.6997 15.1409 10.777 15.11C10.8542 15.0791 10.9368 15.0638 11.02 15.065H12.87C12.9532 15.0638 13.0358 15.0791 13.113 15.11C13.1903 15.1409 13.2605 15.1867 13.3199 15.245C13.4403 15.3639 13.5087 15.5258 13.51 15.695V20.035ZM14.72 11.365H9.17004C8.97113 11.365 8.7803 11.2859 8.63965 11.1453C8.499 11.0046 8.42004 10.8139 8.42004 10.615C8.42004 10.4161 8.499 10.2253 8.63965 10.0847C8.7803 9.944 8.97113 9.86499 9.17004 9.86499H14.72C14.9189 9.86499 15.1097 9.944 15.2504 10.0847C15.391 10.2253 15.47 10.4161 15.47 10.615C15.47 10.8139 15.391 11.0046 15.2504 11.1453C15.1097 11.2859 14.9189 11.365 14.72 11.365ZM14.72 7.66498H9.17004C8.97113 7.66498 8.7803 7.58596 8.63965 7.44531C8.499 7.30466 8.42004 7.11389 8.42004 6.91498C8.42004 6.71607 8.499 6.5253 8.63965 6.38464C8.7803 6.24399 8.97113 6.16498 9.17004 6.16498H14.72C14.9189 6.16498 15.1097 6.24399 15.2504 6.38464C15.391 6.5253 15.47 6.71607 15.47 6.91498C15.47 7.11389 15.391 7.30466 15.2504 7.44531C15.1097 7.58596 14.9189 7.66498 14.72 7.66498Z" fill="black"/> </svg>
Copied!