The HugeIcons star half icon visually represents a partially filled star, commonly used to indicate a rating or a state that is neither fully present nor completely absent.
Common uses
- Half-star rating display
- Indeterminate state in progress bars
- Partially favorited item
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { StarHalfIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={StarHalfIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- star ratinghalf starindeterminatefavorite half
FAQ
- What is the star half icon typically used for?
- It's often used for displaying ratings (e.g., 3.5 out of 5 stars) or indicating an intermediate or indeterminate state in UI elements.
- How do I use the StarHalfIcon in React?
- Import both HugeiconsIcon and StarHalfIcon, then render <HugeiconsIcon icon={StarHalfIcon} />.
- What is the license for this icon?
- The HugeIcons star half icon is released under the MIT license, allowing for free commercial and non-commercial use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →