Netgear Nighthawk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Netgear Nighthawk 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/344656.svg" alt="Netgear Nighthawk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344656.svg" alt="Netgear Nighthawk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344656.svg" alt="Netgear Nighthawk icon" :width="24" :height="24" />
CSS background
.icon-netgear-nighthawk {
background-image: url('https://proicons.com/icon/344656.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m4.5,17.3066c8.8358-8.0259,26.7198-11.5799,39,1.0918l-19.3233,19.5379"/><path class="b" d="m9.9061,24.3963c8.7422-7.5249,19.9911-5.8245,26.5128.9392"/><path class="b" d="m16.9958,31.5283c4.4822-4.0204,9.2792-2.9957,12.9295.4911"/></svg>
Copied!