Walking 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 { IconWalking } from "@devigner-ui/icons";
<IconWalking className="size-6" />
<script setup>
import { IconWalking } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWalking class="size-6" />
</template>
<script>
import { IconWalking } from "@devigner-ui/icons-svelte";
</script>
<IconWalking 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="11.5" cy="4.50049" r="2.5" stroke="currentColor" stroke-width="1.5"></circle><path d="m10.34 11.59.75.07zm1.49 6.31-.64.4zm1.94 4.5a.75.75 0 1 0 1.27-.8zM6.3 13.13l.74.17zm-1.03 1.2a.75.75 0 1 0 1.46.33zm12-1.09-.24-.7zm.97.47a.75.75 0 0 0-.48-1.42zm-5.66-3.7-.05.74zm1.84 1.67-.73.18zm-.08-.3-.71.23zm-6.99-.94.47.59zm7.18 1.64.7-.25zm2.35 1.29-.18-.73zM9.75 9.93 9.6 11.5l1.49.15.16-1.58zm1.44 8.37 2.58 4.1 1.27-.8-2.58-4.1zm-.69-9.05h-.3v1.5h.3zm-4.93 3.72-.3 1.37 1.46.32.3-1.36zm4.93-2.22h1.77v-1.5H10.5zm7 3.2.74-.24-.48-1.42-.73.24zm-5.23-3.2h.26l.1-1.5h-.36zm2.88.75-.1-.36-1.42.47.06.25zm-2.62-.75c.5.04.94.38 1.1.86l1.42-.47a2.8 2.8 0 0 0-2.41-1.88zm-2.32-1.5q-1.12-.02-1.9.06c-.52.07-1 .2-1.43.55l.94 1.17c.13-.1.3-.18.68-.23.4-.05.92-.05 1.7-.05zM7.04 13.3c.17-.77.28-1.28.42-1.66.12-.36.24-.51.36-.61l-.94-1.17c-.42.34-.66.78-.84 1.28-.17.48-.3 1.1-.47 1.83zm6.65-1.44.13.46 1.42-.49-.1-.33zm3.34.67c-.22.08-.28.1-.33.1l.35 1.47.46-.14zm-3.21-.2a2.75 2.75 0 0 0 3.23 1.77l-.35-1.46c-.62.14-1.25-.2-1.46-.81zM9.6 11.5c-.17 1.64-.28 2.64-.05 3.6l1.46-.35c-.16-.66-.1-1.36.08-3.1zm2.86 6c-.93-1.49-1.3-2.08-1.45-2.75l-1.46.35c.22.96.76 1.8 1.64 3.2z" fill="currentColor"></path><path opacity="1" d="M9 17.5 6 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>