Netwing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Netwing 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/330112.svg" alt="Netwing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330112.svg" alt="Netwing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330112.svg" alt="Netwing icon" :width="24" :height="24" />
CSS background
.icon-netwing {
background-image: url('https://proicons.com/icon/330112.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="f" d="M42.5,25.64128162c-.52653875,6.56892287-.38138502,11.00513038-3.36794799,12.71471835l-10.7252567-19.80922997c-2.98656478,1.70958979-2.84140924,6.14579548-3.33569302,11.42635957-.49523016,5.27961408-1.30638538,7.1552306-3.10894912,8.13999812L10.98833319,9.22846183c-1.80256374.98476933-2.61371806,2.86038494-2.90307687,5.55094856l-2.58525632,23.99212779"/></svg>
Copied!