Kulife Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kulife 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/328108.svg" alt="Kulife icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328108.svg" alt="Kulife icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328108.svg" alt="Kulife icon" :width="24" :height="24" />
CSS background
.icon-kulife {
background-image: url('https://proicons.com/icon/328108.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m20.056,36.451l-9.959-12.451m-3.112,3.735l13.071-16.185m-13.071,0v24.9M24.828,11.55v16.498c0,4.669,3.736,8.404,8.094,8.404s8.093-3.735,8.093-8.404V11.549m-2.808,24.193c.896-.968,1.488-5.322.192-4.2-.96.83-.588,6.918,2.69,3.408m-6.747,2.826c.694-2.716.453-5.432-.103-8.148-1.075-1.717-.614,5.982,1.829,10.653,1.287,2.461,2.095,4.017,1.698.056l-.394-3.927m-7.263-3.387l-.427,1.54m.444,4.926l.71-2.168c.684,1.834,1.581,3.49,2.723,1.184m-9.278-5.138c.337,3.2,1.629,6.262,2.863,9.332,1.11-.594,1.793-1.115,2.232-2.2"/></svg>
Copied!