Bicycling 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 { IconBicycling } from "@devigner-ui/icons";
<IconBicycling className="size-6" />
<script setup>
import { IconBicycling } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBicycling class="size-6" />
</template>
<script>
import { IconBicycling } from "@devigner-ui/icons-svelte";
</script>
<IconBicycling class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="15" cy="4.00049" r="2" stroke="currentColor" stroke-width="1.5"></circle><circle opacity="1" cx="6" cy="18.0005" r="3" stroke="currentColor" stroke-width="1.5"></circle><circle opacity="1" cx="18" cy="18.0005" r="3" stroke="currentColor" stroke-width="1.5"></circle><path d="M18.5 10h-2.03c-1.22 0-1.83 0-2.38-.23-.55-.22-.98-.65-1.85-1.51l-.57-.58c-.79-.78-1.18-1.17-1.64-1.13-.47.05-.78.5-1.42 1.41L7.4 9.73c-.64.92-.97 1.39-.84 1.84s.65.68 1.68 1.13l1.48.65c1.36.59 2.04.89 2.37 1.49s.21 1.33-.02 2.8L12 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>