John KuehJohn Kueh

tennis ball icon

Phosphor · tennis-ball · MIT

Download SVG

The Phosphor tennis ball icon depicts a fuzzy yellow ball used in sports, often representing games, sports, or health and wellness-related features in a UI.

Common uses

  • Button to start a tennis game
  • Icon for a sports category filter
  • Illustrating a health or fitness blog post

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { TennisBall } from '@phosphor-icons/react';

<TennisBall size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<TennisBall size={24} />
thin
<TennisBall size={24} weight="thin" />
light
<TennisBall size={24} weight="light" />
bold
<TennisBall size={24} weight="bold" />
fill
<TennisBall size={24} weight="fill" />
duotone
<TennisBall size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
games
Keywords
sportsmlbgameshealth & wellnessobjectstennisballsports ballgame iconyellow ball

FAQ

What is this icon for?
This icon represents a tennis ball and is suitable for UIs related to sports, games, or health and wellness.
How do I use the tennis ball icon in React?
Import it using `import { TennisBall } from '@phosphor-icons/react'` and then use it as a component: `<TennisBall />`.
What is the license for this icon?
The Phosphor icon library, including the tennis 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 →