The Phosphor golf icon depicts a golf club and ball, commonly used to represent golf-related features or sports categories in user interfaces.
Common uses
- Link to a golf game or tournament section.
- Button for golf-related user actions.
- Category tag for sports content.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Golf } from '@phosphor-icons/react';
<Golf size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Golf size={24} />thin
<Golf size={24} weight="thin" />light
<Golf size={24} weight="light" />bold
<Golf size={24} weight="bold" />fill
<Golf size={24} weight="fill" />duotone
<Golf size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- games
- Keywords
- *new*sportspgateeballgameshealth & wellnessobjectsgolfgolf clubsports equipment
FAQ
- What is the golf icon used for?
- It visually represents golf, sports, or related activities within an application.
- How do I use the golf icon in React?
- Import it using `import { Golf } from '@phosphor-icons/react'` and render it as a component: `<Golf />`.
- What is the license for the Phosphor golf icon?
- The Phosphor icon library, including the golf icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →