Lefun Health Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lefun Health 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/342810.svg" alt="Lefun Health icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342810.svg" alt="Lefun Health icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342810.svg" alt="Lefun Health icon" :width="24" :height="24" />
CSS background
.icon-lefun-health {
background-image: url('https://proicons.com/icon/342810.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M7.8457,25.6728c-4.4609-4.4609-4.4609-11.6934,0-16.1543s11.6934-4.4609,16.1543,0"/><polyline class="b" points="7.8457 25.6728 24 41.8272 40.1543 25.6728"/><polyline class="b" points="40.1543 25.6728 24 41.8272 7.8457 25.6728"/><path class="b" d="M13.2305,20.288c-1.487-1.487-1.487-3.8978,0-5.3848s3.8978-1.487,5.3848,0"/><line class="b" x1="24" y1="9.5185" x2="13.2305" y2="20.288"/><path class="b" d="M40.1543,25.6728c4.4609-4.4609,4.4609-11.6934,0-16.1543s-11.6934-4.4609-16.1543,0"/><path class="b" d="M13.2304,31.0576L29.3847,14.9033c1.487-1.487,3.8978-1.487,5.3848,0s1.487,3.8978,0,5.3848l-10.7695,10.7695"/></svg>
Copied!