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/310172.svg" alt="Hospital Shield icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310172.svg" alt="Hospital Shield icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310172.svg" alt="Hospital Shield icon" :width="24" :height="24" />
CSS background
.icon-hospital-shield {
background-image: url('https://proicons.com/icon/310172.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="M20.9447 5.06881C20.6153 4.60613 20.1507 4.2568 19.6147 4.06881L14.6947 2.42881C12.9569 1.85861 11.0825 1.85861 9.34472 2.42881L4.43468 4.06881C3.90111 4.24566 3.43698 4.58638 3.10839 5.04246C2.7798 5.49854 2.60355 6.04669 2.60473 6.6088V11.8888C2.60775 13.3239 2.9766 14.7345 3.6765 15.9873C4.37641 17.2402 5.38426 18.2939 6.60473 19.0488L10.6047 21.5988C11.0322 21.8604 11.5235 21.9989 12.0246 21.9989C12.5258 21.9989 13.0173 21.8604 13.4447 21.5988L17.4447 19.0488C18.6531 18.2844 19.6503 17.2288 20.3447 15.9788C21.0356 14.7265 21.3969 13.3191 21.3946 11.8888V6.6088C21.4067 6.06139 21.2496 5.52359 20.9447 5.06881ZM16.8147 12.2688C16.8147 12.5871 16.6883 12.8923 16.4632 13.1173C16.2382 13.3424 15.933 13.4688 15.6147 13.4688H14.1247V14.9688C14.1247 15.2871 13.9982 15.5923 13.7732 15.8173C13.5481 16.0424 13.2429 16.1688 12.9247 16.1688H11.1247C10.8068 16.1664 10.5021 16.0409 10.2746 15.8188C10.1629 15.7074 10.0744 15.5749 10.0143 15.429C9.95419 15.283 9.92374 15.1266 9.92467 14.9688V13.4388H8.42467C8.10717 13.4343 7.80329 13.3092 7.5747 13.0888C7.35076 12.8625 7.22503 12.5572 7.22472 12.2388V10.4388C7.22549 10.1235 7.35135 9.82138 7.5747 9.59881C7.79933 9.3712 8.1049 9.24177 8.42467 9.23881H9.92467V7.7488C9.92467 7.43054 10.0511 7.12532 10.2761 6.90028C10.5012 6.67523 10.8065 6.54881 11.1247 6.54881H12.9247C13.0811 6.54693 13.2363 6.577 13.3807 6.63719C13.5252 6.69737 13.6558 6.7864 13.7646 6.89881C13.8778 7.00971 13.9679 7.14192 14.0297 7.28781C14.0914 7.43369 14.1238 7.59037 14.1247 7.7488V9.23881H15.6147C15.7733 9.23861 15.9304 9.27038 16.0764 9.33224C16.2225 9.39409 16.3545 9.48476 16.4647 9.59881C16.5771 9.70765 16.6661 9.83829 16.7263 9.98272C16.7865 10.1272 16.8166 10.2823 16.8147 10.4388V12.2688Z" fill="black"/> <path d="M15.3147 10.7688V11.9688H13.3747C13.1758 11.9688 12.985 12.0478 12.8443 12.1885C12.7037 12.3291 12.6247 12.5199 12.6247 12.7188V14.6688H11.4247V12.7188C11.4221 12.5207 11.3422 12.3314 11.2021 12.1913C11.062 12.0512 10.8728 11.9714 10.6747 11.9688H8.72472V10.7688H10.6747C10.8736 10.7688 11.0644 10.6898 11.2051 10.5491C11.3457 10.4085 11.4247 10.2177 11.4247 10.0188V8.0788H12.6247V10.0188C12.6234 10.1177 12.6418 10.2158 12.6791 10.3074C12.7163 10.399 12.7715 10.4822 12.8414 10.5521C12.9113 10.622 12.9944 10.6772 13.086 10.7144C13.1776 10.7517 13.2759 10.7701 13.3747 10.7688H15.3147Z" fill="black"/> </svg>
Copied!