Healthy Living Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Healthy Living 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/341509.svg" alt="Healthy Living icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341509.svg" alt="Healthy Living icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341509.svg" alt="Healthy Living icon" :width="24" :height="24" />
CSS background
.icon-healthy-living {
background-image: url('https://proicons.com/icon/341509.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M25.501,2.5525c11.2642.7883,19.9992,10.1562,19.999,21.448-.0002,11.2903-8.7333,20.6572-19.996,21.447"/><path class="cls-1" d="M22.496,45.4471c-11.2627-.7898-19.9958-10.1567-19.996-21.447.0002-11.2903,8.7333-20.6572,19.996-21.447"/><path class="cls-1" d="M9.8295,22.4971c.7687-7.2478,6.8826-12.7472,14.171-12.747,7.2895,0,13.4037,5.501,14.171,12.75"/><path class="cls-1" d="M38.171,25.5031c-.7687,7.2478-6.8826,12.7472-14.171,12.747-7.2884.0002-13.4023-5.4992-14.171-12.747"/><path class="cls-1" d="M27.5,30.0621c-2.7438,1.5841-6.2095,1.1279-8.4497-1.1124-2.2403-2.2403-2.6966-5.706-1.1124-8.4497s4.8136-4.0815,7.8739-3.2615,5.1883,3.5932,5.1883,6.7615h-8.5"/></svg>
Copied!