Aniki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aniki 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/321787.svg" alt="Aniki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321787.svg" alt="Aniki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321787.svg" alt="Aniki icon" :width="24" :height="24" />
CSS background
.icon-aniki {
background-image: url('https://proicons.com/icon/321787.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="a" cx="24" cy="15.6215" rx="2.398" ry="2.9049"/><path class="a" d="M24,43.5H16.829L20.81,26.0739"/><path class="a" d="M20.779,26.0675a11.0227,11.0227,0,1,1,6.4112.0094"/><path class="a" d="M24,43.5h7.171L27.1915,26.0811,27.19,26.074"/><ellipse class="a" cx="23.9657" cy="15.6082" rx="6.1256" ry="6.926"/><path class="a" d="M24.9723,12.9661,26.4948,9.3"/><path class="a" d="M26.0906,14.1986l3.0359-2.3213"/></svg>
Copied!