The Phosphor trophy icon depicts a classic trophy shape, commonly used to represent achievements, awards, or winning in user interfaces.
Common uses
- Displaying a user's highest score.
- Indicating a completed level or challenge.
- Representing a 'best' or 'top' item in a list.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Trophy } from '@phosphor-icons/react';
<Trophy size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Trophy size={24} />thin
<Trophy size={24} weight="thin" />light
<Trophy size={24} weight="light" />bold
<Trophy size={24} weight="bold" />fill
<Trophy size={24} weight="fill" />duotone
<Trophy size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- games
- Keywords
- ribbonsmedalswinningvictoryawardsprizegamesobjectstrophyawardachievement
FAQ
- What does the trophy icon represent?
- It symbolizes achievement, winning, or a prize, often used for rewards or high scores.
- How do I use the trophy icon in React?
- Import it using `import { Trophy } from '@phosphor-icons/react'` and render it as a component: `<Trophy />`.
- What is the license for this icon?
- The Phosphor trophy icon is available under the MIT license, allowing for free commercial and non-commercial use.
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 →