Medkit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Medkit 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/329018.svg" alt="Medkit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329018.svg" alt="Medkit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329018.svg" alt="Medkit icon" :width="24" :height="24" />
CSS background
.icon-medkit {
background-image: url('https://proicons.com/icon/329018.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M16,18h16c4,0,8,4,8,7v12c0,1-1,2-2,2"/><path class="cls-1" d="M16,18c-4,0-8,4-8,7v12c0,1,1,2,2,2"/><path class="cls-1" d="M10,39h28"/><path class="cls-1" d="M8,35h6"/><path class="cls-1" d="M16,35h24"/><path class="cls-1" d="M16,18v-6c0-2.5,2.5-3,4-3"/><path class="cls-1" d="M32,18v-6c0-2.5-2.5-3-4-3"/><path class="cls-1" d="M22.25,28.75h-3.75v-3.5h3.75v-3.75h3.5v3.75h3.75v3.5h-3.75v3.75h-3.5v-3.75Z"/><path class="cls-1" d="M20,9h8"/><path class="cls-1" d="M29.5,18v-5c0-1-.5-1.5-1.5-1.5"/><path class="cls-1" d="M18.5,16v-3c0-1,.5-1.5,1.5-1.5"/><path class="cls-1" d="M20,11.5h8"/></svg>
Copied!