Nykaaman Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nykaaman 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/330481.svg" alt="Nykaaman icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330481.svg" alt="Nykaaman icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330481.svg" alt="Nykaaman icon" :width="24" :height="24" />
CSS background
.icon-nykaaman {
background-image: url('https://proicons.com/icon/330481.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="a" 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><path id="b" class="c" d="m14.5845,32.754c3.67-9.069,7.968-18.138,11.962-27.207-.169,8.919-1.116,17.837-2.09,26.755,3.268-9.267,7.666-19.151,12.931-27.802m-14.766,39l2.133-6.32,2.133,6.32m-.71-2.133h-2.845m9.247,2.133v-6.32l4.187,6.32v-6.32m-26.154,6.24v-6.24l3.16,6.32,3.16-6.32v6.32"/></svg>
Copied!