Balls 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 { IconBalls } from "@devigner-ui/icons";
<IconBalls className="size-6" />
<script setup>
import { IconBalls } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBalls class="size-6" />
</template>
<script>
import { IconBalls } from "@devigner-ui/icons-svelte";
</script>
<IconBalls class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.02 8.08c-2.02.2-4.16.8-5.65 2.29s-2.1 3.63-2.3 5.65m7.95-7.94a19 19 0 0 1 3.23-.02 2.9 2.9 0 0 1 2.69 2.7 19 19 0 0 1-.02 3.22m-5.9-5.9 5.9 5.9m0 0c-.2 2.02-.8 4.16-2.29 5.65s-3.63 2.1-5.65 2.3m0 0a19 19 0 0 1-3.23 0 2.9 2.9 0 0 1-2.69-2.68 19 19 0 0 1 .02-3.23m5.9 5.9-5.9-5.9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M15 8.25a6.5 6.5 0 0 0-5.72-6.2 6.5 6.5 0 1 0-1.12 12.94M9.22 2s-.14 2.36 1.35 5.2q.7 1.29 1.43 2.11M3 5.93S4.93 6.98 6.43 9.8 7.78 15 7.78 15" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m12.5 17.5 5-5m-2 0 2 2m-5 1 2 2M14 14l2 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>