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/310171.svg" alt="Hospital Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310171.svg" alt="Hospital Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310171.svg" alt="Hospital Plus icon" :width="24" :height="24" />
CSS background
.icon-hospital-plus {
background-image: url('https://proicons.com/icon/310171.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="M22 9.95V14.06C22 14.5321 21.8125 14.9848 21.4786 15.3187C21.1448 15.6525 20.6921 15.84 20.22 15.84H15.83V20.23C15.8318 20.4626 15.7867 20.6932 15.6974 20.908C15.608 21.1228 15.4763 21.3173 15.3101 21.48C14.9745 21.8118 14.522 21.9986 14.05 22H9.93994C9.46801 21.9986 9.01565 21.8118 8.68005 21.48C8.35155 21.1463 8.16515 20.6982 8.16003 20.23V15.84H3.78003C3.30794 15.84 2.85518 15.6525 2.52136 15.3187C2.18755 14.9848 2 14.5321 2 14.06V9.95C2 9.47792 2.18755 9.02517 2.52136 8.69135C2.85518 8.35754 3.30794 8.17001 3.78003 8.17001H8.16003V3.78001C8.16415 3.30665 8.35447 2.85398 8.68994 2.52001C8.85332 2.35466 9.04808 2.22351 9.2627 2.13422C9.47731 2.04494 9.70749 1.99932 9.93994 2.00001H14C14.4719 2.00146 14.9244 2.18821 15.26 2.52001C15.4257 2.68524 15.5569 2.88166 15.6461 3.09794C15.7354 3.31421 15.7809 3.54604 15.78 3.78001V8.17001H20.17C20.6418 8.17253 21.0939 8.35911 21.4301 8.69001C21.6043 8.85138 21.7445 9.04599 21.8424 9.26238C21.9403 9.47878 21.9939 9.71258 22 9.95Z" fill="black"/> </svg>
Copied!