Medical Sign Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Medical Sign 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/306075.svg" alt="Medical Sign icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306075.svg" alt="Medical Sign icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306075.svg" alt="Medical Sign icon" :width="24" :height="24" />
CSS background
.icon-medical-sign {
background-image: url('https://proicons.com/icon/306075.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M934 32H66C30 32 0 61 0 98v805c0 36 30 66 66 66h868c37 0 66-30 66-66V98c0-37-29-66-66-66zM827 577c0 13-9 22-22 22H621c-12 0-22 10-22 22v184c0 13-10 22-22 22H423c-12 0-22-9-22-22V621c0-12-10-22-22-22H195c-12 0-22-9-22-22V423c0-12 10-22 22-22h184c12 0 22-10 22-22V195c0-12 10-22 22-22h154c12 0 22 10 22 22v184c0 12 10 22 22 22h184c13 0 22 10 22 22v154z"/></svg>
Copied!