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/310576.svg" alt="Building A icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310576.svg" alt="Building A icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310576.svg" alt="Building A icon" :width="24" :height="24" />
CSS background
.icon-building-a {
background-image: url('https://proicons.com/icon/310576.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="M8.53125 3.21249H15.4688C16.2047 3.21249 16.9106 3.50486 17.431 4.02527C17.9514 4.54569 18.2438 5.25152 18.2438 5.98749V20.7875H5.75625V5.98749C5.75625 5.25152 6.04862 4.54569 6.56903 4.02527C7.08944 3.50486 7.79527 3.21249 8.53125 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="M11.075 14.3125H12.925C13.293 14.3125 13.6459 14.4587 13.9061 14.7189C14.1663 14.9791 14.3125 15.332 14.3125 15.7V20.7875H9.6875V15.7C9.6875 15.332 9.83368 14.9791 10.0939 14.7189C10.3541 14.4587 10.707 14.3125 11.075 14.3125Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.225 6.91251H14.775" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.225 10.6125H14.775" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!