The Phosphor crown simple icon depicts a basic crown, commonly used to signify royalty, leadership, or a premium status in user interfaces.
Common uses
- Indicate a VIP or premium user status.
- Represent a 'king' or 'queen' in a game context.
- Symbolize a top-ranked item or achievement.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CrownSimple } from '@phosphor-icons/react';
<CrownSimple size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CrownSimple size={24} />thin
<CrownSimple size={24} weight="thin" />light
<CrownSimple size={24} weight="light" />bold
<CrownSimple size={24} weight="bold" />fill
<CrownSimple size={24} weight="fill" />duotone
<CrownSimple size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- games
- Keywords
- *updated*kingqueenroyaltymonarchrulerleaderchessgamesobjectscrownsimpleking iconroyalty iconmonarch iconleader icon
FAQ
- What is the crown simple icon used for?
- It's typically used to represent royalty, leadership, or a premium status. It can also be used in games to denote a king or queen.
- How do I use the crown simple icon in React?
- You can import and use it like this: import { CrownSimple } from '@phosphor-icons/react'. Then render it as <CrownSimple />.
- What is the license for this icon?
- The Phosphor icon library, including the crown-simple 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 →