Specimen Zero Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Specimen Zero 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/347727.svg" alt="Specimen Zero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347727.svg" alt="Specimen Zero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347727.svg" alt="Specimen Zero icon" :width="24" :height="24" />
CSS background
.icon-specimen-zero {
background-image: url('https://proicons.com/icon/347727.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.4631,18.9631c0,16.5798-6.4754,24.5369-14.4631,24.5369s-14.4631-7.9571-14.4631-24.5369c0-7.9877,6.4754-14.4631,14.4631-14.4631s14.4631,6.4754,14.4631,14.4631Z"/><path class="c" d="M33.4579,30.9602c0-4.1641-1.9787-7.5398-9.4579-7.5398s-9.4579,3.3757-9.4579,7.5398,1.9787,7.5398,9.4579,7.5398,9.4579-3.3757,9.4579-7.5398Z"/><polyline class="c" points="24 23.4204 22.5383 31.4282 20.0056 23.8394 18.2224 30.9602 15.7413 26.4785"/><polyline class="c" points="24 23.4204 25.4617 31.4282 27.9944 23.8394 29.7776 30.9602 32.2587 26.4785"/><polyline class="c" points="33.0193 33.9305 31.4936 31.7922 30.7613 36.91 27.9057 31.8962 26.8902 38.2976 24 32.4682 21.1098 38.2976 20.0943 31.8962 17.2387 36.91 16.5064 31.7922 14.9807 33.9305"/></svg>
Copied!