First Aid Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The First Aid 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/305687.svg" alt="First Aid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305687.svg" alt="First Aid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305687.svg" alt="First Aid icon" :width="24" :height="24" />
CSS background
.icon-first-aid {
background-image: url('https://proicons.com/icon/305687.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="M872 281H128c-36 0-65 29-65 65v494c0 36 29 66 65 66h744c36 0 66-30 66-66V347c0-37-30-66-66-66zM679 643H550v146c-16 3-33 5-50 5-16 0-33-2-50-5V643H321c-3-16-5-33-5-49 0-17 2-34 5-51h129V398c17-3 33-5 50-5s34 2 50 5v145h129c3 17 5 33 5 50s-2 34-5 50zM360 185c0-10 8-18 17-18h246c10 0 18 8 18 18v44h77v-79c0-31-24-56-55-56H337c-30 0-55 25-55 56v79h78v-44z"/></svg>
Copied!