Blood Drop Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Blood Drop 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/305036.svg" alt="Blood Drop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305036.svg" alt="Blood Drop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305036.svg" alt="Blood Drop icon" :width="24" :height="24" />
CSS background
.icon-blood-drop {
background-image: url('https://proicons.com/icon/305036.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="M501 0c14 92 53 175 100 254 31 51 63 101 94 152 39 65 77 131 96 205 39 147-25 292-157 358-184 91-404-25-433-229-10-69 5-134 32-197 33-77 79-146 123-217 44-70 87-141 116-220 13-34 21-70 29-106zm76 913c63 1 130-60 138-124 7-55-28-91-82-83-62 8-120 70-125 133-3 43 26 74 69 74zM399 502c1-30-18-46-40-37-25 10-42 42-37 68 4 22 24 31 44 21 21-12 31-32 33-52z"/></svg>
Copied!