Connect You Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Connect You 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/323973.svg" alt="Connect You icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323973.svg" alt="Connect You icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323973.svg" alt="Connect You icon" :width="24" :height="24" />
CSS background
.icon-connect-you {
background-image: url('https://proicons.com/icon/323973.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m24.9697,39.04v-3.7188c2.9742-2.9742,5.4671-3.9181,9.2651-3.9181h0c3.798,0,6.2909.9439,9.2651,3.9181v3.7188h-18.5303Z"/><circle class="e" cx="34.2349" cy="22.8928" r="4.9752"/><path id="d" class="e" d="m24.9697,39.04H4.5v-6.2886c5.0295-5.0295,9.2451-6.6257,15.6678-6.6257h0c5.7656,0,9.7526,1.2863,14.1465,5.188"/><circle class="e" cx="20.1678" cy="15.8085" r="6.8485"/></svg>
Copied!