Running 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 { IconRunning } from "@devigner-ui/icons";
<IconRunning className="size-6" />
<script setup>
import { IconRunning } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRunning class="size-6" />
</template>
<script>
import { IconRunning } from "@devigner-ui/icons-svelte";
</script>
<IconRunning class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="1" cx="18.5" cy="4.50049" r="2.5" stroke="currentColor" stroke-width="1.5"></circle><path d="m9 17-1 1.2c-.74.89-1.1 1.33-1.61 1.56-.5.24-1.08.24-2.23.24H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m5.44 8.82-.37-.65zm-1.81.16a.75.75 0 1 0 .74 1.3zm12.12 1.15-.62.41zm.06.09.63-.42zm-4.84-3.57.08-.74zm-.23-.01-.03.75zm-.59.03-.1-.74zM21 12.75a.75.75 0 0 0 0-1.5zM5.07 8.17l-1.44.81.74 1.3 1.44-.8zm10.06 2.37.06.1 1.25-.84-.07-.09zm-4.08-4.63-.28-.02-.06 1.5.18.01zM5.8 9.47c2.31-1.31 3.38-1.9 4.45-2.05l-.2-1.49c-1.43.2-2.79.98-5 2.24zm13.33 3.28H21v-1.5h-1.86zM10.77 5.9q-.39-.01-.72.04l.2 1.49q.27-.04.46-.03zm4.42 4.75a4.8 4.8 0 0 0 3.95 2.11v-1.5c-1.09 0-2.1-.54-2.7-1.45zm1.18-.93c-1.17-1.77-2.94-3.55-5.32-3.8l-.16 1.49c1.7.18 3.14 1.5 4.24 3.14z" fill="currentColor"></path><path opacity="1" d="m14 8.5-2.22 2.78c-.84 1.04-1.26 1.56-1.32 2.13a2 2 0 0 0 .12.95c.2.53.73.94 1.8 1.75.81.61 1.22.92 1.5 1.32a3 3 0 0 1 .37.75c.15.46.15.97.15 1.99V22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>