Stretching Round 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 { IconStretchingRound } from "@devigner-ui/icons";
<IconStretchingRound className="size-6" />
<script setup>
import { IconStretchingRound } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStretchingRound class="size-6" />
</template>
<script>
import { IconStretchingRound } from "@devigner-ui/icons-svelte";
</script>
<IconStretchingRound 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="m7.95 13.44-.03-.03c-1.04-1-.23-2.62.67-3.27.91-.64 4.76-1.64 4.76 3.3A8.44 8.44 0 0 1 5 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M19 22v-3.95a2.9 2.9 0 0 0-3.37-2.84" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>