Bicycling 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 { IconBicyclingRound } from "@devigner-ui/icons";
<IconBicyclingRound className="size-6" />
<script setup>
import { IconBicyclingRound } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBicyclingRound class="size-6" />
</template>
<script>
import { IconBicyclingRound } from "@devigner-ui/icons-svelte";
</script>
<IconBicyclingRound class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="14" 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-3.92q-.57 0-1.04-.36L11.4 7.92a2.64 2.64 0 1 0-2.7 4.48l3.09 1.35a1.9 1.9 0 0 1 .98 2.48L12 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>