Aneko Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aneko 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/321774.svg" alt="Aneko icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321774.svg" alt="Aneko icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321774.svg" alt="Aneko icon" :width="24" :height="24" />
CSS background
.icon-aneko {
background-image: url('https://proicons.com/icon/321774.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><line class="c" x1="21.1077" y1="21.1125" x2="21.1077" y2="22.5563"/><line class="c" x1="21.1077" y1="21.1125" x2="21.1077" y2="22.5563"/><polyline class="c" points="5.9437 39.8907 5.9437 35.5595 7.3875 35.5595 7.3875 34.1157 8.8312 34.1157 8.8312 32.672 11.7187 32.672 11.7187 34.1157 13.1624 34.1157 13.1624 37.0032 14.6061 37.0032 14.6061 42.7781 4.5 42.7781 4.5 39.8907 10.2749 39.8907"/><line class="c" x1="21.1125" y1="42.7781" x2="21.1125" y2="34.1157"/><line class="c" x1="36.2813" y1="39.8907" x2="31.9405" y2="39.8907"/><polyline class="c" points="36.2813 38.4469 42.0563 38.4469 42.0563 39.8907 43.5 39.8907 43.5 41.3344 42.0563 41.3344 42.0563 42.7781 36.2813 42.7781"/><path class="c" d="M21.1125,42.7781h6.4968v-5.7749h1.4437v-5.7749h-1.4437v-1.4437h-1.4437v-1.4534h-1.4437v-1.4437h2.8875v-1.4437h1.4437v-1.4437h1.4437v-1.4437h1.4437v-10.1061h-1.4437v-2.8971h-1.4437v-2.8875h-1.4437v-1.4437h-1.4437v1.4437h-1.4437v1.4437h-1.4437v2.8875h-1.4437v1.4534h-1.4437v-1.4534h-1.4437v-2.8875h-1.4534v-1.4437h-1.4437v-1.4437h-1.4437v1.4437h-1.4437v2.8875h-1.4437v2.8971h-1.4437v10.1061h1.4437v1.4437h1.4437v1.4437h1.4437v1.4437h2.8875v1.4437h-1.4437v1.4534h-1.4437v1.4437h-1.4437v5.7749h1.4437v5.7749h6.5064M16.7717,15.3376v4.3312M21.1077,21.1125v1.4437M25.4437,15.3376v4.3312"/><line class="c" x1="16.7717" y1="15.3376" x2="16.7717" y2="19.6688"/><line class="c" x1="25.4437" y1="15.3376" x2="25.4437" y2="19.6688"/><line class="c" x1="28.1018" y1="21.8344" x2="24.7219" y2="21.8344"/><line class="c" x1="14.1136" y1="21.8344" x2="17.4936" y2="21.8344"/><polyline class="c" points="31.9405 39.8907 36.2813 39.8907 36.2813 42.7781 27.6093 42.7781 27.6093 37.0032 29.0531 37.0032 29.0531 34.1157 30.4968 34.1157 30.4968 32.672 33.3843 32.672 33.3843 34.1157 34.828 34.1157 34.828 35.5595 36.2813 35.5595 36.2813 39.8907"/></svg>
Copied!