Bowling 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 { IconBowling } from "@devigner-ui/icons";
<IconBowling className="size-6" />
<script setup>
import { IconBowling } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBowling class="size-6" />
</template>
<script>
import { IconBowling } from "@devigner-ui/icons-svelte";
</script>
<IconBowling class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12.0005" r="10" stroke="currentColor" stroke-width="1.5"></circle><circle opacity="1" cx="12" cy="7.00049" r="1.5" transform="rotate(-90 12 7.00049)" stroke="currentColor" stroke-width="1.5"></circle><circle opacity="1" cx="12" cy="12.0005" r="1.5" transform="rotate(-90 12 12.0005)" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M8 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3" stroke="currentColor" stroke-width="1.5"></path></svg>