The Phosphor treasure chest icon depicts a classic wooden chest, often used to represent rewards, loot, or valuable items in gaming interfaces.
Common uses
- Displaying in-game rewards or loot drops.
- Indicating a player's inventory or collection.
- Representing a 'mystery box' or gacha mechanic.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { TreasureChest } from '@phosphor-icons/react';
<TreasureChest size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<TreasureChest size={24} />thin
<TreasureChest size={24} weight="thin" />light
<TreasureChest size={24} weight="light" />bold
<TreasureChest size={24} weight="bold" />fill
<TreasureChest size={24} weight="fill" />duotone
<TreasureChest size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- games
- Keywords
- *new*lootlootboxinventoryrewardsgamingpirategamesobjectstreasurechestloot boxreward chestpirate treasuregaming chest
FAQ
- What is the treasure chest icon used for?
- It's commonly used in games to signify loot, rewards, inventory items, or anything valuable a player might acquire.
- How do I use the treasure chest icon in React?
- You can import it directly from the library like this: `import { TreasureChest } from '@phosphor-icons/react'`. Then use it as a component: `<TreasureChest />`.
- What is the license for this icon?
- The Phosphor icon library, including the treasure chest icon, is available under the MIT license.
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 →