The Phosphor soccer ball icon depicts a classic soccer ball, commonly used in UIs to represent sports, games, or athletic activities.
Common uses
- Button for 'Start Game'
- Link to 'Sports' section
- Icon in a 'Health & Wellness' dashboard
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SoccerBall } from '@phosphor-icons/react';
<SoccerBall size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SoccerBall size={24} />thin
<SoccerBall size={24} weight="thin" />light
<SoccerBall size={24} weight="light" />bold
<SoccerBall size={24} weight="bold" />fill
<SoccerBall size={24} weight="fill" />duotone
<SoccerBall size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- games
- Keywords
- *updated*sportsfootballmlsgameshealth & wellnessobjectssoccerballsports ballgame icon
FAQ
- What is the soccer ball icon used for?
- It's used to visually represent concepts related to soccer, sports, games, or athletic activities within a user interface.
- How do I use the soccer ball icon in React?
- You can import and use it directly like this: import { SoccerBall } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor soccer ball 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 →