The Phosphor star half icon depicts a star with one half filled, commonly used to represent a partial rating or a mid-level score.
Common uses
- Displaying user ratings (e.g., 3.5 stars)
- Indicating a medium priority level
- Showing a partially completed progress indicator
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { StarHalf } from '@phosphor-icons/react';
<StarHalf size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<StarHalf size={24} />thin
<StarHalf size={24} weight="thin" />light
<StarHalf size={24} weight="light" />bold
<StarHalf size={24} weight="bold" />fill
<StarHalf size={24} weight="fill" />duotone
<StarHalf size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- rateratingscommunicationsstarhalfstar rating halfhalf starstar partialscore half
FAQ
- What is the star half icon used for?
- It's typically used to show partial ratings, scores, or progress where a full or empty state isn't precise enough.
- How do I use the star half icon in React?
- Import it from the library and use it as a component: import { StarHalf } from '@phosphor-icons/react'; <StarHalf />
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →