Body Shape 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 { IconBodyShape } from "@devigner-ui/icons";
<IconBodyShape className="size-6" />
<script setup>
import { IconBodyShape } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBodyShape class="size-6" />
</template>
<script>
import { IconBodyShape } from "@devigner-ui/icons-svelte";
</script>
<IconBodyShape class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 2s-2 4.69-2 8.57a6.7 6.7 0 0 0 1 3.32c.66 1.2 1.52 2.38 2.15 3.86.5 1.18.85 2.55.85 4.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4 2s2 4.69 2 8.57a6.7 6.7 0 0 1-1 3.32c-.66 1.2-1.52 2.38-2.15 3.86A11 11 0 0 0 2 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M6 13h12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M6 11h12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12 22c.5-1.5 3-4.5 9-4.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12 22c-.5-1.5-3-4.5-9-4.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>