Treadmill 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 { IconTreadmillRound } from "@devigner-ui/icons";
<IconTreadmillRound className="size-6" />
<script setup>
import { IconTreadmillRound } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTreadmillRound class="size-6" />
</template>
<script>
import { IconTreadmillRound } from "@devigner-ui/icons-svelte";
</script>
<IconTreadmillRound class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="15" cy="4.00049" r="2" stroke="currentColor" stroke-width="1.5"></circle><path d="M11 16v-1.2a3 3 0 0 0-1.17-2.27q-.2-.14-.25-.21a2 2 0 0 1-.13-2.75c.05-.06.1-.12.23-.24l.33-.33a1.9 1.9 0 0 0-2.35-2.96L4.5 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M3 15.5h.38c1.36 0 2.66-.54 3.62-1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M12.5 10a4.8 4.8 0 0 0 3 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M19.49 22H3.09a1.09 1.09 0 0 1-.2-2.16l16.17-2.82a2.51 2.51 0 1 1 .43 4.98" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"></path><path opacity="1" d="m19.12 10.02-.74-.1zm3.03-2.28a.75.75 0 1 0-.3-1.47zm-3.4 9.87 1.11-7.48-1.48-.22-1.12 7.48zm1.11-7.48a2.9 2.9 0 0 1 2.29-2.4l-.3-1.46a4.4 4.4 0 0 0-3.47 3.64z" fill="currentColor"></path></svg>