Running2 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 { IconRunning2 } from "@devigner-ui/icons";
<IconRunning2 className="size-6" />
<script setup>
import { IconRunning2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRunning2 class="size-6" />
</template>
<script>
import { IconRunning2 } from "@devigner-ui/icons-svelte";
</script>
<IconRunning2 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 opacity="1" d="M13.65 22a.75.75 0 0 0 1.5 0zm-1.09-5.75.46-.6zm1.19 1.01.59-.46zm.56 1.12.72-.18zm-.8-6.82a.75.75 0 0 0-1.01-1.11zm-2.66 1.6.7.27zm.07 1.56-.68.32zm2.73 5.22V22h1.5v-2.06zm-1.54-3.1a6 6 0 0 1 1.05.89l1.18-.93c-.31-.4-.72-.7-1.32-1.15zm3.04 3.1c0-.75 0-1.26-.12-1.74l-1.45.37a6 6 0 0 1 .07 1.37zm-1.99-2.21q.3.37.42.84l1.45-.37a4 4 0 0 0-.7-1.4zm-.66-7.28c-.42.38-.95.83-1.36 1.22l-.57.59c-.15.17-.33.4-.42.64l1.4.53c0 .02.02-.04.15-.2l.47-.47 1.33-1.2zm.52 5.2q-.72-.54-1.06-.83a1.4 1.4 0 0 1-.36-.42l-1.36.64q.27.51.72.9.45.38 1.15.9zm-2.87-2.75c-.26.7-.22 1.47.1 2.14l1.35-.64c-.15-.3-.16-.66-.04-.97z" fill="currentColor"></path><path d="m5.44 8.82-.37-.65zm-1.81.16a.75.75 0 1 0 .74 1.3zm9.78-1.62-.29.7zm-2.96-.72-.06-.74zM21 12.75a.75.75 0 0 0 0-1.5zm-5.23-3.21-.67.33zM5.07 8.17l-1.44.81.74 1.3 1.44-.8zm8.62-1.5c-1.34-.56-2.08-.86-3.3-.77l.11 1.5c.82-.07 1.26.09 2.62.65zm-7.88 2.8c2.5-1.42 3.55-2 4.7-2.08l-.12-1.5c-1.56.12-2.95.93-5.32 2.28zm13.94 3.28H21v-1.5h-1.25zM15.1 9.87a5.2 5.2 0 0 0 4.65 2.88v-1.5a3.7 3.7 0 0 1-3.31-2.05zm1.34-.67a5.3 5.3 0 0 0-2.75-2.54l-.57 1.4a3.8 3.8 0 0 1 1.98 1.81z" fill="currentColor"></path></svg>