Fdroid Nethunter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fdroid 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/325754.svg" alt="Fdroid Nethunter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325754.svg" alt="Fdroid Nethunter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325754.svg" alt="Fdroid Nethunter icon" :width="24" :height="24" />
CSS background
.icon-fdroid-nethunter {
background-image: url('https://proicons.com/icon/325754.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M30.6,29.4v8m-13.2,0v-8l5.3,8v-8m2.6,0v8m0-4h5.3"/><circle class="a" cx="17" cy="15.3" r="3.5"/><circle class="a" cx="31" cy="15.3" r="3.5"/><path class="a" d="M11.2,8.8H36.9a2.8616,2.8616,0,0,1,2.8,2.8V19a2.8616,2.8616,0,0,1-2.8,2.8H11.2A2.8616,2.8616,0,0,1,8.4,19V11.6A2.7341,2.7341,0,0,1,11.2,8.8ZM5.5,5.9,9.2,9.6m2,15.2H36.9a2.8616,2.8616,0,0,1,2.8,2.8V39.3a2.8616,2.8616,0,0,1-2.8,2.8H11.2a2.8616,2.8616,0,0,1-2.8-2.8V27.6A2.7341,2.7341,0,0,1,11.2,24.8ZM42.5,5.9,38.8,9.6"/></svg>
Copied!