Hospital Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Hospital Square 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/310767.svg" alt="Hospital Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310767.svg" alt="Hospital Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310767.svg" alt="Hospital Square icon" :width="24" :height="24" />
CSS background
.icon-hospital-square {
background-image: url('https://proicons.com/icon/310767.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"> <rect x="2.75" y="2.75" width="18.5" height="18.5" rx="6" stroke="black" stroke-width="1.5"/> <path d="M16.7626 10.9417V13.0584C16.7626 13.1987 16.7068 13.3333 16.6076 13.4325C16.5084 13.5318 16.3738 13.5875 16.2334 13.5875H13.5875V16.2334C13.5875 16.3738 13.5318 16.5084 13.4325 16.6076C13.3333 16.7068 13.1987 16.7626 13.0584 16.7626H10.9417C10.8013 16.7626 10.6667 16.7068 10.5675 16.6076C10.4682 16.5084 10.4125 16.3738 10.4125 16.2334V13.5875H7.7666C7.62626 13.5875 7.49166 13.5318 7.39242 13.4325C7.29318 13.3333 7.23743 13.1987 7.23743 13.0584V10.9417C7.23743 10.8013 7.29318 10.6667 7.39242 10.5675C7.49166 10.4682 7.62626 10.4125 7.7666 10.4125H10.4125V7.7666C10.4125 7.62626 10.4682 7.49166 10.5675 7.39242C10.6667 7.29318 10.8013 7.23743 10.9417 7.23743H13.0584C13.1987 7.23743 13.3333 7.29318 13.4325 7.39242C13.5318 7.49166 13.5875 7.62626 13.5875 7.7666V10.4125H16.2334C16.3738 10.4125 16.5084 10.4682 16.6076 10.5675C16.7068 10.6667 16.7626 10.8013 16.7626 10.9417Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!