Nethunter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nethunter 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/344659.svg" alt="Nethunter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344659.svg" alt="Nethunter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344659.svg" alt="Nethunter icon" :width="24" :height="24" />
CSS background
.icon-nethunter {
background-image: url('https://proicons.com/icon/344659.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="M40.6663,37.5791a40.4205,40.4205,0,0,0-33.3335,0"/><path class="a" d="M28.6842,34.2531c0-4.2662-7.8369-6.1727-7.8369-10.7148,0-2.4673,1.514-2.6355,3.5888-2.6355s5.0467,1.9626,6.3925,2.86c0,0-.1121,2.0187.729,2.6916s5.4392,2.243,8.1308,5.6075l3.14-2.0748s-3.5888-.2244-5.4953-2.6075l.729-.7009L35.3707,22.08l-2.6916.5607a11.4559,11.4559,0,0,0-10.444-6.1121c-7.0233,0-6.6266,8.8029-5.93,10.71.694,1.8995,4.15,5.0327,4.15,6.8983"/><circle class="a" cx="24" cy="24" r="21.5"/><line class="a" x1="34.9501" y1="25.0804" x2="35.7912" y2="25.9215"/><path class="a" d="M33.8006,21.015c-6.8412-9.3645-13.6823-10.514-18.2243-11.58"/><path class="a" d="M25.5505,16.9481A8.7582,8.7582,0,0,0,24,14.5664"/><path class="a" d="M22.2351,16.529A4.8355,4.8355,0,0,0,20.1183,15.38"/><path class="a" d="M19.1916,17.2554a4.62,4.62,0,0,0-2.41.2549"/><path class="a" d="M16.7819,20.033a4.1942,4.1942,0,0,0-1.9907.8137"/><path class="a" d="M16,23.2508a1.8207,1.8207,0,0,0-1.2091,1.353"/></svg>
Copied!