John KuehJohn Kueh

trophy icon

Heroicons · trophy · MIT

Download SVG

The Heroicons trophy icon depicts a classic trophy cup, commonly used to represent achievements, awards, or winning.

Common uses

  • Displaying user awards or badges
  • Indicating a 'winner' or 'best' option
  • Representing a competition or challenge

Use it in React

Install
npm i @heroicons/react
Import & render
import { TrophyIcon } from '@heroicons/react/24/outline';

<TrophyIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<TrophyIcon className="size-6" />
24/solid
<TrophyIcon className="size-6" />
20/solid
<TrophyIcon className="size-6" />
16/solid
<TrophyIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
trophyawardcupwinnerachievement

FAQ

What is the trophy icon used for?
It's used to signify achievements, awards, or a winning status in a UI.
How do I use the trophy icon in React?
Import it using `import { TrophyIcon } from '@heroicons/react/24/outline'` and then use it as a React component.
What is the license for this icon?
The Heroicons trophy icon is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in Heroicons.

Looking for something else? Search Heroicons 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 →