First Aid Icon
Free SVG icon from the Arcticons 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/340458.svg" alt="First Aid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340458.svg" alt="First Aid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340458.svg" alt="First Aid icon" :width="24" :height="24" />
CSS background
.icon-first-aid {
background-image: url('https://proicons.com/icon/340458.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:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M22.9261,30.3005l15.1748-15.1748c1.9469-1.9469,1.9469-5.1035,0-7.0504l-2.1151-2.1151c-1.9469-1.9469-5.1035-1.9469-7.0504,0L9.8991,24.9963c-1.9469,1.9469-1.9469,5.1035,0,7.0504l2.1151,2.1151c.2928,.2928,.6129,.5416,.9522,.7463"/><g><line class="c" x1="24" y1="10.8955" x2="33.1656" y2="20.061"/><line class="c" x1="14.8344" y1="20.061" x2="24" y2="29.2266"/></g><circle class="b" cx="24" cy="20.061" r=".75"/><circle class="b" cx="26.6034" cy="22.6645" r=".75"/><circle class="b" cx="21.3966" cy="17.4576" r=".75"/><circle class="b" cx="26.635" cy="17.426" r=".75"/><circle class="b" cx="29.2385" cy="20.0295" r=".75"/><circle class="b" cx="24.0316" cy="14.8226" r=".75"/><circle class="b" cx="21.365" cy="22.6961" r=".75"/><circle class="b" cx="23.9684" cy="25.2995" r=".75"/><circle class="b" cx="18.7615" cy="20.0926" r=".75"/><circle class="c" cx="19.7586" cy="36.5204" r="6.9796"/><line class="c" x1="19.7586" y1="40.5088" x2="19.7586" y2="32.5321"/><line class="c" x1="15.7703" y1="36.5204" x2="23.747" y2="36.5204"/></svg>
Copied!