Anilabx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anilabx 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/336349.svg" alt="Anilabx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336349.svg" alt="Anilabx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336349.svg" alt="Anilabx icon" :width="24" :height="24" />
CSS background
.icon-anilabx {
background-image: url('https://proicons.com/icon/336349.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="M23.0784,7.6767c-.002.5234-.4269.9467-.9503.9467-.5234,0-.9483-.4233-.9503-.9467,0-.5248.4255-.9503.9503-.9503.5248,0,.9503.4255.9503.9503ZM28.0342,13.278c-.002.7393-.6019,1.3376-1.3412,1.3376-.7393,0-1.3392-.5983-1.3412-1.3376,0-.7407.6005-1.3412,1.3412-1.3412h0c.7407,0,1.3412.6005,1.3412,1.3412h0ZM23.7562,19.6323c-.002.9136-.7431,1.6531-1.6567,1.6531-.915.002-1.6583-.7381-1.6603-1.6531,0-.0012,0-.0024,0-.0036.002-.915.7453-1.6551,1.6603-1.6531h0c.915,0,1.6567.7417,1.6567,1.6567ZM31.4983,26.5532c.002,1.0912-.8826,1.9775-1.9759,1.9795-.0012,0-.0024,0-.0036,0-1.0932,0-1.9795-.8846-1.9795-1.9759h0c0-1.0912.8862-1.9759,1.9795-1.9759h0c1.0918,0,1.9775.8824,1.9795,1.9723ZM13.9521,26.2878c1.0229-1.5533,2.7589-2.4873,4.6187-2.4851,2.1229,0,4.6725,2.1659,6.3364,4.3139,1.6675,2.148,3.8728,3.0696,5.4471,3.0696,2.0727,0,3.8764-1.1403,4.8231-2.8257M29.0347,5.5v11.6114l11.6078,21.2504c.7638,1.3985-.7961,4.1382-2.3918,4.1382H9.7494c-1.5958,0-3.1557-2.7397-2.3918-4.1382l11.6078-21.2504V5.5M17.9899,5.5h12.0202"/></svg>
Copied!