The Tabler star half icon depicts a star with one half filled, commonly used to represent a partial rating or a favorite item that is not fully selected.
Common uses
- Displaying a 2.5-star rating
- Indicating a partially favorited item
- Showing a pending or intermediate selection state
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconStarHalf } from '@tabler/icons-react';
<IconStarHalf size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconStarHalf size={24} stroke={2} />filled
<IconStarHalfFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- favoritelikemarkbookmarkgradestarhalfcontroloperationratingsystemhalf starrating halffavorite halfstar rating
FAQ
- What is the star half icon used for?
- It's used to show a partial rating, like 2.5 stars, or to indicate an item that is partially selected or favorited.
- How do I use the star half icon in React?
- You can import it directly from the '@tabler/icons-react' library: import { IconStarHalf } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icons, including star-half, are distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →