Running 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 { IconRunningRound } from "@devigner-ui/icons";
<IconRunningRound className="size-6" />
<script setup>
import { IconRunningRound } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRunningRound class="size-6" />
</template>
<script>
import { IconRunningRound } from "@devigner-ui/icons-svelte";
</script>
<IconRunningRound class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="18.5" cy="4.50049" r="2.5" stroke="currentColor" stroke-width="1.5"></circle><path d="M14.4 22v-.96a7 7 0 0 0-2.91-5.61 2 2 0 0 1-.07-3.09l1.04-.94a2.96 2.96 0 0 0-3.18-4.9l-.53.23a13 13 0 0 0-3.31 1.89L4 9.63" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m9 17-.26.31A7.5 7.5 0 0 1 3 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M16 12a8 8 0 0 0 4 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>