Stretching 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 { IconStretching } from "@devigner-ui/icons";
<IconStretching className="size-6" />
<script setup>
import { IconStretching } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStretching class="size-6" />
</template>
<script>
import { IconStretching } from "@devigner-ui/icons-svelte";
</script>
<IconStretching class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="14.5" cy="4.50049" r="2.5" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="m5 22 3.85-1.37a2 2 0 0 0 1.07-.91l2.71-4.85a2 2 0 0 0 .26-.97v-2.62a1.5 1.5 0 0 0-2.1-1.38l-2.45 1.05a1.5 1.5 0 0 0-.45 2.45l.61.6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19 22v-5.23a2 2 0 0 0-2.32-1.98l-1.01.17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>