Medics Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Medics 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/343564.svg" alt="Medics icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343564.svg" alt="Medics icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343564.svg" alt="Medics icon" :width="24" :height="24" />
CSS background
.icon-medics {
background-image: url('https://proicons.com/icon/343564.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><circle class="b" cx="20.779" cy="15.241" r=".8624"/><circle class="b" cx="26.719" cy="15.241" r=".8624"/><path class="b" d="M19.916,15.241h-4.5923l3.8029,16.851,9.7688.0205,3.78-16.872h-5.0939"/><path class="b" d="M24.0114,32.1027l-.0114,7.3973"/></svg>
Copied!