Blood Test Tracker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blood Test Tracker 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/322757.svg" alt="Blood Test Tracker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322757.svg" alt="Blood Test Tracker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322757.svg" alt="Blood Test Tracker icon" :width="24" :height="24" />
CSS background
.icon-blood-test-tracker {
background-image: url('https://proicons.com/icon/322757.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="M41.6185,13.5293c1.6719,3.5854.9228,7.8336-1.8745,10.631l-15.744,15.744-15.744-15.744h0c-2.7973-2.7973-3.5464-7.0456-1.8745-10.631,1.6719-3.5854,5.4077-5.7423,9.3487-5.3975,3.941.3448,7.2455,3.1176,8.2694,6.9388,1.0239-3.8212,4.3284-6.5941,8.2694-6.9388,2.0002-.175,3.9475.2944,5.5993,1.268l-13.869,13.869-7.4264-7.4264c-.9187-.9187-2.4083-.9187-3.327,0-.9187.9187-.9187,2.4083,0,3.327l10.753,10.753,17.196-17.196c.1524.2587.2934.5263.4221.8024l.0015.0005Z"/></svg>
Copied!