Netx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Netx 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/344680.svg" alt="Netx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344680.svg" alt="Netx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344680.svg" alt="Netx icon" :width="24" :height="24" />
CSS background
.icon-netx {
background-image: url('https://proicons.com/icon/344680.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.9773,10.2977l-19.43,15.2588L6.7619,10.4048A19.4,19.4,0,0,1,13.4692,5.5L25.0886,20.758"/><path class="a" d="M9.0227,37.7023l19.43-15.2588,12.785,15.1517A19.4,19.4,0,0,1,34.5308,42.5L22.9114,27.242"/></svg>
Copied!