Health icon in outline, twotone, bold and bulk. Free in all four styles, for health, clinics, pharmacy, gym, activity tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconHealth } from "@devigner-ui/icons";
<IconHealth className="size-6" />
<script setup>
import { IconHealth } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHealth class="size-6" />
</template>
<script>
import { IconHealth } from "@devigner-ui/icons-svelte";
</script>
<IconHealth class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="m8.96 19.38-.47.58zM12 5.58l-.55.5a.75.75 0 0 0 1.1 0zm3.04 13.8.47.58zM12 21v-.75zm-2.57-2.2a29 29 0 0 1-4.46-4.41c-1.34-1.7-2.22-3.46-2.22-5.07h-1.5c0 2.12 1.13 4.2 2.54 6a31 31 0 0 0 4.7 4.64zM2.75 9.32c0-2.9 1.27-4.7 2.84-5.32 1.56-.6 3.75-.17 5.86 2.09l1.1-1.03c-2.39-2.55-5.2-3.36-7.51-2.45S1.25 5.99 1.25 9.3zm12.76 10.64a31 31 0 0 0 4.7-4.65c1.41-1.79 2.54-3.87 2.54-6h-1.5c0 1.62-.88 3.37-2.22 5.08a29 29 0 0 1-4.46 4.4zm7.24-10.64c0-3.33-1.48-5.81-3.79-6.71-2.3-.9-5.12-.1-7.5 2.45l1.09 1.03c2.11-2.26 4.3-2.7 5.86-2.09s2.84 2.41 2.84 5.32zM8.49 19.96C9.76 21 10.64 21.75 12 21.75v-1.5c-.72 0-1.17-.32-2.57-1.45zm6.08-1.16c-1.4 1.13-1.85 1.45-2.57 1.45v1.5c1.36 0 2.24-.76 3.51-1.79z" fill="currentColor"></path><path d="M18.5 9h-2m0 0h-2m2 0V7m0 2v2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>