Golf 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 { IconGolf } from "@devigner-ui/icons";
<IconGolf className="size-6" />
<script setup>
import { IconGolf } from "@devigner-ui/icons-vue";
</script>
<template>
<IconGolf class="size-6" />
</template>
<script>
import { IconGolf } from "@devigner-ui/icons-svelte";
</script>
<IconGolf class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse opacity="1" cx="12" cy="18.5005" rx="10" ry="3.5" stroke="currentColor" stroke-width="1.5"></ellipse><path d="M12 18V2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m12 3.5 5.42 2.71C18.98 7 19.76 7.38 19.76 8s-.78 1-2.34 1.79L12 12.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>