Blood Donor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blood Donor 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/337314.svg" alt="Blood Donor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337314.svg" alt="Blood Donor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337314.svg" alt="Blood Donor icon" :width="24" :height="24" />
CSS background
.icon-blood-donor {
background-image: url('https://proicons.com/icon/337314.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:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M20.3465,29.3521c-3.9065-1.7229-5.0189-5.9926-5.0189-7.9773,0-5.1056,7.8097-15.7724,8.6006-16.8396.0349-.047.094-.047.1287,0,.791,1.0697,8.6154,11.7796,8.6154,16.8396,0,1.5439-.9532,6.1628-4.8929,7.9773"/><circle class="b" cx="24" cy="35.9828" r="7.5172"/><line class="b" x1="19.4478" y1="35.9151" x2="28.5522" y2="35.9151"/><path class="b" d="M23.9801,40.4764v-9.1046"/></svg>
Copied!