The Tabler award icon depicts a ribbon or medal, commonly used to represent achievements, recognition, or rewards within a user interface.
Common uses
- Displaying user achievements or badges.
- Indicating a 'best answer' or top-rated item.
- Representing a prize or reward in a game or contest.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAward } from '@tabler/icons-react';
<IconAward size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconAward size={24} stroke={2} />filled
<IconAwardFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Badges
- Keywords
- prizerewardcompetitioncontestwinawardbadgesmedalribbontrophystar
FAQ
- What does the award icon represent?
- It symbolizes recognition, achievement, or a prize, often used for rewards or top rankings.
- How do I use the award icon in React?
- Import it using `import { IconAward } from '@tabler/icons-react'` and use it as a component: `<IconAward />`.
- What is the license for the Tabler award icon?
- The Tabler icon library, including the award icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →