Healthup Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Healthup 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/341507.svg" alt="Healthup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341507.svg" alt="Healthup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341507.svg" alt="Healthup icon" :width="24" :height="24" />
CSS background
.icon-healthup {
background-image: url('https://proicons.com/icon/341507.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M9.0849,19.8264v19.0054c0,2.3635,2.9812,4.8398,5.3403,4.6689,2.7477-.199,5.3704-3.5247,5.3704-6.2777V4.4909"/><path class="f" d="M16.6987,8.5648l3.0968-4.0739,2.9751,2.822M28.2606,15.328v25.3056M28.2606,15.328l6.0509-1.0908c3.4417-.6204,4.3302,3.6172,4.5638,6.1619.2557,2.7856-.6897,7.0227-3.6844,7.5412l-6.9303,1.1997"/></svg>
Copied!