Connectlife Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Connectlife 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/323976.svg" alt="Connectlife icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323976.svg" alt="Connectlife icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323976.svg" alt="Connectlife icon" :width="24" :height="24" />
CSS background
.icon-connectlife {
background-image: url('https://proicons.com/icon/323976.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M16.2,35.7c-6.4617,0-11.7-5.2383-11.7-11.7s5.2383-11.7,11.7-11.7h15.6c6.4617,0,11.7,5.2383,11.7,11.7s-5.2383,11.7-11.7,11.7h-15.6Z"/><path class="b" d="M19.8,30.235c-3.0946,1.7867-7.0315,1.0333-9.2478-1.7697-2.2163-2.803-2.0415-6.8074.4107-9.4066,2.4522-2.5992,6.4397-3.0065,9.3668-.9569"/></svg>
Copied!