Anilab Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anilab 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/336348.svg" alt="Anilab icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336348.svg" alt="Anilab icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336348.svg" alt="Anilab icon" :width="24" :height="24" />
CSS background
.icon-anilab {
background-image: url('https://proicons.com/icon/336348.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m14.5936,41.0797c-8.8096-4.9358-10.6958-6.6922-10.7856-16.788-.0897-10.0981,1.4954-12.2548,10.1215-17.5043,8.6261-5.2495,11.116-4.8463,19.9752,0,8.8592,4.8463,10.4091,6.2623,10.2838,16.573-.1227,10.0977-.6352,12.4697-9.2614,17.7192-8.6261,5.2495-11.0444,5.2046-20.3336,0Z"/><path id="d" class="f" d="m22.9302,12.6802l9.0475,5.177c1.3761.8317,1.4551,1.6633,1.6223,2.4949l.2496,2.9316c.3019,2.3702-2.2513,3.2872-3.8686,2.3702l-8.1115-4.8028c-.8004-.499-1.6656-1.2787-1.9967-2.4638l-.4992-2.5885c-.3487-2.5358,1.9733-3.7929,3.5566-3.1187Z"/><path id="e" class="f" d="m17.7177,22.1762l9.0475,5.177c1.3761.8317,1.4551,1.6633,1.6223,2.4949l.2496,2.9316c.3019,2.3702-2.2513,3.2872-3.8686,2.3702l-8.1115-4.8028c-.8004-.499-1.6656-1.2787-1.9967-2.4638l-.4992-2.5885c-.3487-2.5358,1.9733-3.7929,3.5566-3.1187Z"/></svg>
Copied!