Nect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nect 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/344595.svg" alt="Nect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344595.svg" alt="Nect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344595.svg" alt="Nect icon" :width="24" :height="24" />
CSS background
.icon-nect {
background-image: url('https://proicons.com/icon/344595.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="M41.01,28.7576l2.2684-3.929a1.6573,1.6573,0,0,0,0-1.6572L34.3566,7.719a1.6571,1.6571,0,0,0-1.4351-.8285H16.9921A1.657,1.657,0,0,0,15.557,9.3762L24,24l4.3373-7.5124a1.657,1.657,0,0,1,1.4352-.8286H36.07a1.6572,1.6572,0,0,1,1.4352,2.4857L32.335,27.1A1.6572,1.6572,0,0,0,33.77,29.5862h5.8043A1.6572,1.6572,0,0,0,41.01,28.7576Z"/><path class="a" d="M6.99,19.2424,4.722,23.1714a1.6573,1.6573,0,0,0,0,1.6572L13.6434,40.281a1.6571,1.6571,0,0,0,1.4351.8285H31.0079a1.657,1.657,0,0,0,1.4351-2.4857L24,24l-4.3373,7.5124a1.657,1.657,0,0,1-1.4352.8286H11.93a1.6572,1.6572,0,0,1-1.4352-2.4857L15.665,20.9A1.6572,1.6572,0,0,0,14.23,18.4138H8.4255A1.6572,1.6572,0,0,0,6.99,19.2424Z"/></svg>
Copied!