Nekkoto Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nekkoto 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/344602.svg" alt="Nekkoto icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344602.svg" alt="Nekkoto icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344602.svg" alt="Nekkoto icon" :width="24" :height="24" />
CSS background
.icon-nekkoto {
background-image: url('https://proicons.com/icon/344602.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="29.44" cy="18.4" r="1.36"/><path class="a" d="M24,13.44c-3,0-9.18.41-9.18,5.77,0,2.67,1.65,3.26,3.33,3.22,1.91-.05,3.78-.92,5.85-.92s3.94.87,5.85.92c1.68,0,3.33-.55,3.33-3.22C33.18,13.85,27,13.44,24,13.44Z"/><circle class="a" cx="18.56" cy="18.4" r="1.36"/><path class="a" d="M36.58,17.08c0-6.88-2.45-12.58-3.48-12.58S27.8,9,27.8,9s-.95-.63-3.8-.63S20.2,9,20.2,9,15.93,4.5,14.9,4.5s-3.48,5.7-3.48,12.58,6.29,10.68,6.29,10.68-6.94,2.8-7.28,11.89a25.84,25.84,0,0,0,27.14,0c-.34-9.09-7.28-11.89-7.28-11.89S36.58,24,36.58,17.08Z"/><polyline class="a" points="35.17 31.8 37.25 30.33 35.55 27.72 32.89 29.34"/><line class="a" x1="37.98" y1="31.38" x2="34.84" y2="26.69"/><path class="a" d="M35.55,27.72s7.51-5.62,8-5.62c.73,0,2.29,1.72,2,2.37l-8.35,5.86"/><line class="a" x1="39.11" y1="25.1" x2="40.97" y2="27.72"/><line class="a" x1="40.85" y1="23.85" x2="42.71" y2="26.5"/><line class="a" x1="42.47" y1="22.74" x2="44.22" y2="25.44"/></svg>
Copied!