Elife On Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Elife On 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/325036.svg" alt="Elife On icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325036.svg" alt="Elife On icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325036.svg" alt="Elife On icon" :width="24" :height="24" />
CSS background
.icon-elife-on {
background-image: url('https://proicons.com/icon/325036.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;}.c{fill:#000;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="b" points="13.6575 20.7997 13.6575 27.5818 17.0485 27.5818"/><polyline class="b" points="35.0069 27.5818 35.0069 20.7997 39.5 27.5818 39.5 20.7997"/><circle class="c" cx="18.6473" cy="21.0116" r=".75"/><line class="b" x1="18.6473" y1="23.0887" x2="18.6473" y2="27.5818"/><path class="b" d="M11.6687,26.7262c-.292.5111-.8424.8556-1.4732.8556h0c-.9364,0-1.6955-.7591-1.6955-1.6955v-1.1021c0-.9364.7591-1.6955,1.6955-1.6955h0c.9364,0,1.6955.7591,1.6955,1.6955v.551s-3.391,0-3.391,0"/><path class="b" d="M26.806,26.7262c-.292.5111-.8424.8556-1.4732.8556h0c-.9364,0-1.6955-.7591-1.6955-1.6955v-1.1021c0-.9364.7591-1.6955,1.6955-1.6955h0c.9364,0,1.6955.7591,1.6955,1.6955v.551s-3.391,0-3.391,0"/><path class="b" d="M21.2515,27.5818v-5.5952c0-.6555.5314-1.1869,1.1869-1.1869h0c.5841,0,.9488.1729,1.1989.4966"/><line class="b" x1="20.2462" y1="23.0887" x2="22.6199" y2="23.0887"/><rect class="b" x="28.7218" y="20.7997" width="4.4931" height="6.7821" rx="2.2466" ry="2.2466"/></svg>
Copied!