Building Tree Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Building Tree 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/310578.svg" alt="Building Tree icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310578.svg" alt="Building Tree icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310578.svg" alt="Building Tree icon" :width="24" :height="24" />
CSS background
.icon-building-tree {
background-image: url('https://proicons.com/icon/310578.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="M9.20601 3.41006H14.4685C15.1879 3.41006 15.8779 3.69586 16.3866 4.20457C16.8953 4.71328 17.1811 5.40325 17.1811 6.12267V20.5899H6.4934V6.12267C6.4934 5.40325 6.77919 4.71328 7.28791 4.20457C7.79662 3.69586 8.48658 3.41006 9.20601 3.41006Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.16593 20.5899H21.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M11.6926 14.2605H12.0181C12.3778 14.2605 12.7228 14.4034 12.9771 14.6578C13.2315 14.9121 13.3744 15.2571 13.3744 15.6168V20.5899H10.3363V15.6168C10.3363 15.2571 10.4792 14.9121 10.7335 14.6578C10.9879 14.4034 11.3329 14.2605 11.6926 14.2605Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.88416 7.02689H13.7903" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.88416 10.6437H13.7903" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.1811 9.28738H17.8683C18.5877 9.28738 19.2777 9.57318 19.7864 10.0819C20.2951 10.5906 20.5809 11.2806 20.5809 12V20.5899" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.10631 20.5899V13.8084" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.46261 11.0958C5.46261 10.3467 4.85537 9.7395 4.10631 9.7395C3.35724 9.7395 2.75 10.3467 2.75 11.0958V12.4521C2.75 13.2012 3.35724 13.8084 4.10631 13.8084C4.85537 13.8084 5.46261 13.2012 5.46261 12.4521V11.0958Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!