Life Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Life 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/328464.svg" alt="Life icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328464.svg" alt="Life icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328464.svg" alt="Life icon" :width="24" :height="24" />
CSS background
.icon-life {
background-image: url('https://proicons.com/icon/328464.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24.0685,3.5c13.0606,0,20.7525,9.0769,20.7525,22.1375,0,23.2594-33.6884,26.2691-33.6884,1.9308,0-14.2893,8.7615-16.0595,12.81-16.0595,7.9517,0,12.492,5.7994,12.492,14.5065,0,11.8549-16.937,16.7744-16.937.958,0-5.06.847-8.0854,4.9487-8.0854,2.9685,0,3.1681,4.03,3.2242,6.246C28.2744,49.001,3.179,47.4362,3.179,24.92,3.179,12.2487,12.7705,3.5,24.0685,3.5Z"/></svg>
Copied!