Elife Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Elife 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/325035.svg" alt="Elife Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325035.svg" alt="Elife Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325035.svg" alt="Elife Connect icon" :width="24" :height="24" />
CSS background
.icon-elife-connect {
background-image: url('https://proicons.com/icon/325035.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M37.856,38.4735v1.52M15.506,38.4735v1.52M38.64,32.4855c0,.5523-.4468,1-.998,1h0c-.5512.0006-.9984-.4467-.999-.999v-.001c0-.5523.4468-1,.998-1h.001c.5512,0,.998.4477.998,1h0ZM33.09,32.4855c0,.5523-.4468,1-.998,1h0c-.5512,0-.998-.4477-.998-1s.4468-1,.998-1c.5512-.0006.9984.4467.999.999v.001h-.001ZM27.542,32.4855c0,.5523-.4468,1-.998,1h-.001c-.5512,0-.998-.4477-.998-1s.4468-1,.998-1c.5512-.0006.9984.4467.999.999v.001ZM25.425,13.0935h15.348c1.5044-.0017,2.7253,1.2166,2.727,2.721,0,.0037,0,.0073,0,.011v19.834c.005,1.5044-1.2106,2.728-2.715,2.733-.004,0-.008,0-.012,0H12.59c-1.5044.0017-2.7253-1.2166-2.727-2.721,0-.004,0-.008,0-.012v-6.684M21.17,23.7135c0,.5523-.4468,1-.998,1h-.001c-.5512,0-.998-.4477-.998-1s.4468-1,.998-1c.5512-.0006.9984.4467.999.999v.001ZM14.52,23.9545c.3637-3.0984,2.8004-5.5425,5.892-5.91M9.703,23.9565c.3923-5.7566,4.9646-10.34,10.71-10.736M4.5,23.9565c.4053-8.6334,7.2977-15.5414,15.914-15.95"/></svg>
Copied!