Aldiko Next Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aldiko Next 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/321580.svg" alt="Aldiko Next icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321580.svg" alt="Aldiko Next icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321580.svg" alt="Aldiko Next icon" :width="24" :height="24" />
CSS background
.icon-aldiko-next {
background-image: url('https://proicons.com/icon/321580.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="c" d="m15.4834,8.5385s4.8636-.0915,6.3909,4.7534c.7032,2.2307.1267,6.7661-4.4089,8.2514-2.5568.8373-9.2422.4305-9.2422-6.6268,0-2.4146.15-4.7666,5.3187-7.3279,5.0413-2.4982,7.7995-2.1066,10.466-2.0628,4.5279.0743,15.5422,1.5294,15.5422,10.7771,0,6.0068.0173,16.5477.1618,22.5527.0197.8189.0913,2.2651,2.4777,2.1438,0,0-10.9031,5.8185-15.8779-5.6283,0,0-1.807,6.9631-8.4821,6.9631-7.2397,0-10.9612-1.7351-12.1897-7.7853-.8548-4.2097,1.5096-8.8218,7.255-10.3355l7.2403-1.4561s6.5232-1.4771,6.3909-9.9906c0,0,.1708-8.0187-7.3616-6.7963,0,0-2.8783.2483-3.6808,2.5687l-.0003-.0005Z"/><path class="c" d="m22.0447,40.9216c-5.144-3.5592-4.5988-15.0507-.4807-18.7254"/></g><line class="c" x1="26.3117" y1="35.371" x2="26.3117" y2="15.4486"/></svg>
Copied!