The HugeIcons medal third place icon depicts a bronze medal, commonly used to represent third-place achievements, rankings, or honorable mentions in user interfaces.
Common uses
- Displaying contest or competition results
- Indicating a user's achievement level
- Representing a bronze tier or status
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MedalThirdPlaceIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MedalThirdPlaceIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- bronze medalthird placeachievementranking
FAQ
- What is the medal third place icon used for?
- This icon represents third place or a bronze achievement. It's useful for displaying rankings, contest results, or acknowledging a user's accomplishment.
- How do I use the medal third place icon in React?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { MedalThirdPlaceIcon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={MedalThirdPlaceIcon} />.
- What is the license for this icon?
- The HugeIcons medal third place icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →