Nunti Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nunti 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/345031.svg" alt="Nunti icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345031.svg" alt="Nunti icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345031.svg" alt="Nunti icon" :width="24" :height="24" />
CSS background
.icon-nunti {
background-image: url('https://proicons.com/icon/345031.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><path class="a" d="M38.8678,26.5874A14.873,14.873,0,0,1,9.13,26.4943"/><path class="a" d="M24,15.4511s1.3287,1.1232-17.0522,12.3634L4.5,26.1707s.0977-2.7007.52-6.2991,9.976-9.396,12.9325-11.3326S21.8738,6.961,24,6.961"/><path class="a" d="M24,15.4511s-1.3287,1.1232,17.0522,12.3634L43.5,26.1707s-.0977-2.7007-.52-6.2991-9.976-9.396-12.9325-11.3326S26.1262,6.961,24,6.961"/><ellipse class="a" cx="24" cy="31.627" rx="4.6457" ry="5.3791"/><path class="a" d="M16.9039,23.8336v4.3606"/><path class="a" d="M31.0961,23.8336v4.3606"/><path class="a" d="M21.6993,14.3385c.0912-.0736-.0322-7.3672-.0322-7.3672"/><path class="a" d="M26.3641,14.3938c.0912-.0736-.0312-7.4225-.0312-7.4225"/><path class="a" d="M21.6993,14.3385S22.8809,14.9306,4.5,26.1707"/><path class="a" d="M26.3641,14.3938s-1.245.5368,17.1359,11.7769"/><path class="a" d="M21.6993,14.3385a3.2271,3.2271,0,0,1,4.6648.0553"/><path class="a" d="M19.3544,31.6534a8.68,8.68,0,0,0,9.2912,0"/></svg>
Copied!