Don De Sang Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Don De Sang 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/324671.svg" alt="Don De Sang icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324671.svg" alt="Don De Sang icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324671.svg" alt="Don De Sang icon" :width="24" :height="24" />
CSS background
.icon-don-de-sang {
background-image: url('https://proicons.com/icon/324671.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M22.119,43.3834c-8.909-1.1399-14.2499-9.1841-12.2033-17.6348,1.9817-8.1827,14.403-21.2413,14.408-21.2486.6367,1.7933,3.0455,5.5085,5.8234,8.9818,6.9777,8.7244,7.981,10.5848,8.3405,15.469.6151,8.3535-7.5581,15.5604-16.369,14.4324l.0003.0002ZM30.2165,37.4074c-4.0843,2.2769-11.8285,2.253-14.3162-3.7551"/></svg>
Copied!