Hospital Plus Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Hospital Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310765.svg" alt="Hospital Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310765.svg" alt="Hospital Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310765.svg" alt="Hospital Plus icon" :width="24" :height="24" />
CSS background
.icon-hospital-plus {
background-image: url('https://proicons.com/icon/310765.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.25 9.94444V14.0556C21.25 14.3281 21.1417 14.5896 20.949 14.7823C20.7562 14.975 20.4948 15.0833 20.2222 15.0833H15.0833V20.2222C15.0833 20.4948 14.975 20.7562 14.7823 20.949C14.5896 21.1417 14.3281 21.25 14.0556 21.25H9.94444C9.67186 21.25 9.41044 21.1417 9.2177 20.949C9.02495 20.7562 8.91667 20.4948 8.91667 20.2222V15.0833H3.77778C3.50519 15.0833 3.24377 14.975 3.05103 14.7823C2.85828 14.5896 2.75 14.3281 2.75 14.0556V9.94444C2.75 9.67186 2.85828 9.41044 3.05103 9.2177C3.24377 9.02495 3.50519 8.91667 3.77778 8.91667H8.91667V3.77778C8.91667 3.50519 9.02495 3.24377 9.2177 3.05103C9.41044 2.85828 9.67186 2.75 9.94444 2.75H14.0556C14.3281 2.75 14.5896 2.85828 14.7823 3.05103C14.975 3.24377 15.0833 3.50519 15.0833 3.77778V8.91667H20.2222C20.4948 8.91667 20.7562 9.02495 20.949 9.2177C21.1417 9.41044 21.25 9.67186 21.25 9.94444Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!