The Phosphor diamond icon visually represents a diamond shape, commonly used in UI to signify premium status, value, or as a graphical element in gaming or design contexts.
Common uses
- Indicating a premium or VIP tier.
- Representing a currency or valuable item in a game.
- Used as a decorative element in design or branding.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Diamond } from '@phosphor-icons/react';
<Diamond size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Diamond size={24} />thin
<Diamond size={24} weight="thin" />light
<Diamond size={24} weight="light" />bold
<Diamond size={24} weight="bold" />fill
<Diamond size={24} weight="fill" />duotone
<Diamond size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- rectangleshapespolygonsdiamondssuitscardsgamblingcasinogamingdesigngamesdiamondgemjewelshaperhombus
FAQ
- What is the Phosphor diamond icon used for?
- It's used to represent value, premium status, or as a graphical element in games and designs.
- How do I use the diamond icon in React?
- Import it using `import { Diamond } from '@phosphor-icons/react';` and then use it as a component: `<Diamond />`.
- What is the license for the Phosphor diamond icon?
- The Phosphor icon library, including the diamond icon, is available under the MIT license.
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 →