The Phosphor sparkle icon depicts a stylized star, commonly used to indicate favorites, ratings, or special highlights in a user interface.
Common uses
- Marking an item as a favorite
- Indicating a high rating or score
- Highlighting a special feature or notification
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Sparkle } from '@phosphor-icons/react';
<Sparkle size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Sparkle size={24} />thin
<Sparkle size={24} weight="thin" />light
<Sparkle size={24} weight="light" />bold
<Sparkle size={24} weight="bold" />fill
<Sparkle size={24} weight="fill" />duotone
<Sparkle size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- starrateratingsfavoritesfavoritedcommunicationsnaturesparklefavoriteratinghighlight
FAQ
- What is the sparkle icon used for?
- It's typically used for actions like favoriting, rating, or highlighting items.
- How do I use the Sparkle icon in React?
- Import it using `import { Sparkle } from '@phosphor-icons/react'` and then use it as a component: `<Sparkle />`.
- What is the license for the Phosphor sparkle icon?
- The Phosphor icon library, including the sparkle 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 →