Get Health Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Get Health 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/326474.svg" alt="Get Health icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326474.svg" alt="Get Health icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326474.svg" alt="Get Health icon" :width="24" :height="24" />
CSS background
.icon-get-health {
background-image: url('https://proicons.com/icon/326474.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M31.6095,17.2094h-2.7777c-1.9121,0-2.7812.778-3.5737,2.2386l-12.0868,22.2748"/><path class="f" d="M40.8745,6.2766h-18.6421c-3.5423,0-6.0722,1.1219-7.9979,4.7794L4.568,29.4154h25.5208c1.3876,0,3.022-.7397,3.6685-1.9675l4.1395-7.8621c.7015-1.3324.0768-2.3764-.9743-2.3764h-3.2565M43.432,17.2934l-.7924,1.4484-12.5719,22.9816"/></svg>
Copied!