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/310013.svg" alt="Building B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310013.svg" alt="Building B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310013.svg" alt="Building B icon" :width="24" :height="24" />
CSS background
.icon-building-b {
background-image: url('https://proicons.com/icon/310013.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.2701 19.995H21.0601V11.995C21.0601 11.0614 20.6892 10.1661 20.0291 9.50597C19.369 8.84584 18.4736 8.47499 17.5401 8.47499H16.4401V5.98497C16.4401 5.52187 16.3487 5.06335 16.1712 4.63563C15.9937 4.20792 15.7335 3.81941 15.4056 3.49242C15.0776 3.16542 14.6884 2.90636 14.2602 2.73006C13.8319 2.55375 13.3732 2.46366 12.9101 2.46498H5.98014C5.51704 2.46366 5.05814 2.55375 4.62992 2.73006C4.2017 2.90636 3.81258 3.16542 3.48465 3.49242C3.15673 3.81941 2.89655 4.20792 2.71903 4.63563C2.54151 5.06335 2.45011 5.52187 2.45011 5.98497V20.105C2.31596 20.1607 2.20141 20.2552 2.12125 20.3763C2.04109 20.4974 1.99887 20.6397 2.00003 20.785C1.99869 20.8839 2.01726 20.982 2.05448 21.0736C2.09169 21.1652 2.14679 21.2484 2.21671 21.3183C2.28662 21.3882 2.36986 21.4434 2.46146 21.4806C2.55306 21.5178 2.65117 21.5363 2.75003 21.535H21.25C21.4489 21.535 21.6398 21.456 21.7804 21.3153C21.9211 21.1747 22 20.9839 22 20.785C22 20.5861 21.9211 20.3953 21.7804 20.2547C21.6398 20.114 21.4489 20.035 21.25 20.035L21.2701 19.995ZM5.9401 10.575C5.9401 10.3761 6.01905 10.1853 6.1597 10.0447C6.30035 9.90401 6.49118 9.825 6.6901 9.825H12.2401C12.4391 9.825 12.6298 9.90401 12.7704 10.0447C12.9111 10.1853 12.9901 10.3761 12.9901 10.575C12.9901 10.7739 12.9111 10.9646 12.7704 11.1053C12.6298 11.246 12.4391 11.325 12.2401 11.325H6.6901C6.49199 11.3224 6.30273 11.2426 6.16263 11.1025C6.02254 10.9624 5.94269 10.7731 5.9401 10.575ZM6.6901 6.12498H12.2401C12.4391 6.12498 12.6298 6.204 12.7704 6.34465C12.9111 6.4853 12.9901 6.67607 12.9901 6.87498C12.9901 7.0739 12.9111 7.26467 12.7704 7.40532C12.6298 7.54597 12.4391 7.62498 12.2401 7.62498H6.6901C6.49118 7.62498 6.30035 7.54597 6.1597 7.40532C6.01905 7.26467 5.9401 7.0739 5.9401 6.87498C5.9401 6.67607 6.01905 6.4853 6.1597 6.34465C6.30035 6.204 6.49118 6.12498 6.6901 6.12498ZM7.91007 19.995V15.655C7.91249 15.486 7.9807 15.3246 8.10013 15.205C8.15954 15.1467 8.2298 15.1009 8.30704 15.07C8.38428 15.0391 8.46691 15.0238 8.55008 15.025H10.4001C10.4832 15.0238 10.5659 15.0391 10.6431 15.07C10.7203 15.1009 10.7907 15.1467 10.8501 15.205C10.9705 15.324 11.0387 15.4858 11.0401 15.655V19.995H7.91007ZM19.5801 19.995H16.4601V9.93498H17.5601C18.0905 9.93498 18.5992 10.1457 18.9743 10.5208C19.3494 10.8958 19.5601 11.4045 19.5601 11.935L19.5801 19.995Z" fill="black"/> </svg>
Copied!