First Aid Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The First Aid Alt 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/305686.svg" alt="First Aid Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305686.svg" alt="First Aid Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305686.svg" alt="First Aid Alt icon" :width="24" :height="24" />
CSS background
.icon-first-aid-alt {
background-image: url('https://proicons.com/icon/305686.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="M912 243H763c-9 0-17-8-17-18V79c0-10-8-18-18-18H272c-10 0-18 8-18 18v146c0 10-7 18-17 18H88c-49 0-88 39-88 87v498c0 48 39 87 88 87h42v5c0 10 16 18 35 18h142c19 0 35-8 35-18v-5h330v5c0 10 16 18 35 18h142c19 0 35-8 35-18v-5h28c49 0 88-39 88-87V330c0-48-39-87-88-87zm-508-79c0-10 7-18 17-18h158c10 0 18 8 18 18v61c0 10-8 18-18 18h-37v-1c0-9-8-17-17-17h-50c-10 0-18 8-18 17v1h-36c-10 0-17-8-17-18v-61zm230 456c0 4-4 8-9 8h-71c-5 0-9 4-9 9v71c0 5-3 8-8 8h-60c-4 0-8-3-8-8v-71c0-5-4-9-9-9h-71c-5 0-8-4-8-8v-60c0-5 3-9 8-9h71c5 0 9-3 9-8v-71c0-5 4-9 8-9h60c5 0 8 4 8 9v71c0 5 4 8 9 8h71c5 0 9 4 9 9v60z"/></svg>
Copied!