Neolife Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Neolife 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/344631.svg" alt="Neolife icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344631.svg" alt="Neolife icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344631.svg" alt="Neolife icon" :width="24" :height="24" />
CSS background
.icon-neolife {
background-image: url('https://proicons.com/icon/344631.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><ellipse class="a" cx="24" cy="14.33" rx="1.9881" ry="4.643"/><ellipse class="a" cx="26.9715" cy="20.573" rx="4.3253" ry="1.5117" transform="translate(-4.331 33.6444) rotate(-60)"/><ellipse class="a" cx="27.1146" cy="34.3156" rx="4.3253" ry="1.5117" transform="translate(-16.6204 34.4156) rotate(-51.8169)"/><ellipse class="a" cx="27.3528" cy="27.4714" rx="4.3253" ry="1.6035" transform="translate(-11.1497 31.9896) rotate(-51.8169)"/><ellipse class="a" cx="21.0285" cy="20.573" rx="1.5117" ry="4.3253" transform="translate(-7.4692 13.2705) rotate(-30)"/><ellipse class="a" cx="20.8854" cy="34.3156" rx="1.5117" ry="4.3253" transform="translate(-16.7445 20.2531) rotate(-38.1831)"/><ellipse class="a" cx="20.6472" cy="27.4714" rx="1.6035" ry="4.3253" transform="matrix(0.786, -0.6182, 0.6182, 0.786, -12.5645, 18.6414)"/><line class="a" x1="24" y1="18.973" x2="24" y2="45.5"/></svg>
Copied!