Hospital Shield Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Hospital Shield icon is commonly used in security dashboards, privacy settings and trust badges. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310766.svg" alt="Hospital Shield icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310766.svg" alt="Hospital Shield icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310766.svg" alt="Hospital Shield icon" :width="24" :height="24" />
CSS background
.icon-hospital-shield {
background-image: url('https://proicons.com/icon/310766.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="M16.0446 10.4498V12.2474C16.0446 12.3666 15.9972 12.4809 15.9129 12.5651C15.8287 12.6494 15.7143 12.6968 15.5952 12.6968H13.3482V14.9437C13.3482 15.0629 13.3008 15.1772 13.2166 15.2615C13.1323 15.3458 13.018 15.3931 12.8988 15.3931H11.1012C10.982 15.3931 10.8677 15.3458 10.7834 15.2615C10.6992 15.1772 10.6518 15.0629 10.6518 14.9437V12.6968H8.40483C8.28564 12.6968 8.17133 12.6494 8.08705 12.5651C8.00278 12.4809 7.95543 12.3666 7.95543 12.2474V10.4498C7.95543 10.3306 8.00278 10.2163 8.08705 10.132C8.17133 10.0477 8.28564 10.0004 8.40483 10.0004H10.6518V7.75341C10.6518 7.63422 10.6992 7.51992 10.7834 7.43564C10.8677 7.35136 10.982 7.30402 11.1012 7.30402H12.8988C13.018 7.30402 13.1323 7.35136 13.2166 7.43564C13.3008 7.51992 13.3482 7.63422 13.3482 7.75341V10.0004H15.5952C15.7143 10.0004 15.8287 10.0477 15.9129 10.132C15.9972 10.2163 16.0446 10.3306 16.0446 10.4498Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M20.6721 11.8898V6.60938C20.6724 6.20418 20.5451 5.80917 20.3081 5.4805C20.0711 5.15183 19.7365 4.90622 19.352 4.77858L14.4377 3.1405C12.8542 2.61983 11.1455 2.61983 9.56199 3.1405L4.64774 4.77858C4.26317 4.90622 3.92861 5.15183 3.69162 5.4805C3.45463 5.80917 3.32727 6.20418 3.32764 6.60938V11.8898C3.32787 13.1931 3.65856 14.4751 4.2888 15.616C4.91904 16.7568 5.82824 17.7192 6.93142 18.4132L10.9785 20.9571C11.2847 21.1485 11.6387 21.25 11.9998 21.25C12.361 21.25 12.715 21.1485 13.0212 20.9571L17.0683 18.4132C18.1715 17.7192 19.0807 16.7568 19.7109 15.616C20.3411 14.4751 20.6718 13.1931 20.6721 11.8898Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!