Iod Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iod Connect 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/342074.svg" alt="Iod Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342074.svg" alt="Iod Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342074.svg" alt="Iod Connect icon" :width="24" :height="24" />
CSS background
.icon-iod-connect {
background-image: url('https://proicons.com/icon/342074.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M41.4041,11.2716c-.503-1.2262-1.1938-2.4282-2.1162-3.5821-2.8238-3.5325-10.1487-3.2056-14.9947,1.7172-5.3411-4.9231-12.6421-5.8766-17.4945,1.7724-3.8233,6.0267-1.016,12.8305.7126,18.275.7998,2.519,2.4197,5.835,4.1292,8.5315.6351-8.8329,5.7772-12.4344,14.6717-14.4019,8.4264-1.864,17.5535-4.677,16.7511-12.9826"/><path class="f" d="M42.3991,15.0396c.7721,5.7419-.6357,10.2617-2.5095,14.9569-1.8199,4.5602-4.2543,10.0035-8.2343,12.2133-.5113.2839-1.0745.3247-1.5569-.5781-.5828-1.0907-1.6989-8.1562-6.3805-8.1315-3.0049.0158-5.0473,4.1448-5.5606,7.3837-.1561.985-.4752,1.6143-1.7472,1.7777h0c-.7429.0955-1.7749-.7321-2.8847-2.0681"/></svg>
Copied!