Blood Test Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Blood Test 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/305037.svg" alt="Blood Test icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305037.svg" alt="Blood Test icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305037.svg" alt="Blood Test icon" :width="24" :height="24" />
CSS background
.icon-blood-test {
background-image: url('https://proicons.com/icon/305037.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="M863 214c22-34 12-80-22-102L682 11c-34-21-80-11-102 23l-27 43c-34-16-74-5-95 27l-39 63c-21 32-13 74 15 97v1L139 730c-19 29-14 66 8 90l-4 8c-34 52-18 122 34 155s121 17 155-35l4-7c32 10 67-2 86-31l295-466h1c33 16 74 5 94-27l40-63c20-32 13-74-16-97l27-43zm-50-32l-27 43c-23 37-13 62 2 72l9 5c7 5 9 14 5 21l-40 62c-4 7-13 9-20 5l-9-6c-16-10-42-8-66 29L372 878c-4 7-14 9-20 5l-5-3c-14-9-37-9-56 21l-9 16c-16 24-48 31-73 16-25-16-32-49-16-73l9-15c19-30 10-51-4-60l-5-3c-7-4-9-13-4-20l295-466c23-37 13-61-2-71l-9-6c-7-4-9-14-4-20l39-63c5-7 14-9 21-4l9 5c15 10 42 9 65-28l27-43c5-7 14-9 21-5l158 101c7 4 9 14 4 20zM615 353l-55-35c-13-8-32-4-41 9L244 762c-9 13-5 32 9 41l2 1-45 71c-9 14-5 33 9 41 14 9 32 5 41-9l45-71 3 1c14 9 32 5 41-9l275-434c9-14 5-32-9-41zm-68 24L288 777c-2 3-5 4-8 4-2 0-4 0-6-1-4-3-6-9-3-13l260-400c3-5 9-6 13-3 5 3 6 9 3 13z"/></svg>
Copied!