Walking 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 { IconWalkingRound } from "@devigner-ui/icons";
<IconWalkingRound className="size-6" />
<script setup>
import { IconWalkingRound } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWalkingRound class="size-6" />
</template>
<script>
import { IconWalkingRound } from "@devigner-ui/icons-svelte";
</script>
<IconWalkingRound 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="12.5" cy="4.50049" r="2.5" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="m7 22 .5-.4a7 7 0 0 0 2.5-4.1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m11.16 13.42.74.07zm.81 2.84.6-.46zm3.84 6.2a.75.75 0 1 0 1.18-.92zm-4.84-12.44-.04-.75zm2.12.11-.11.74zm4.1 3.17-.12-.74zm1.93.44a.75.75 0 1 0-.24-1.48zm-3.5-1.4.7-.23zM6.25 14.5a.75.75 0 0 0 1.5 0zm4.5-4.57-.34 3.41 1.5.15.34-3.41zm.63 6.79 4.43 5.74 1.18-.92-4.42-5.74zm.12-7.47-.57.02.08 1.5.49-.02zm0 1.5c.45 0 .98.05 1.48.12l.21-1.48c-.54-.08-1.14-.14-1.69-.14zm5.82 3.3 1.8-.31-.24-1.48-1.8.3zm-4.34-3.18c.88.13 1.62.8 1.92 1.72l1.43-.48a4 4 0 0 0-3.14-2.72zm-2.05-1.6c-2.77.15-4.68 2.59-4.68 5.23h1.5c0-1.98 1.42-3.63 3.26-3.73zm3.97 3.32a2.2 2.2 0 0 0 2.42 1.45l-.25-1.48a.7.7 0 0 1-.74-.45zm-4.49.75c-.07.73-.14 1.29.02 1.82l1.44-.4c-.06-.2-.05-.43.03-1.27zm2.16 2.46a4 4 0 0 1-.7-1.05l-1.44.41c.15.54.5.98.95 1.56z" fill="currentColor"></path></svg>