The Tabler stars icon depicts a cluster of stars, commonly used to represent concepts like favorites, ratings, or marking important items.
Common uses
- Favorite item button
- Star rating system
- Marking a task as important
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconStars } from '@tabler/icons-react';
<IconStars size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconStars size={24} stroke={2} />filled
<IconStarsFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- favoritelikemarkgradebookmarkspaceuniverseextraterrestrialgalaxystarssystemrating
FAQ
- What is the stars icon used for?
- It's typically used for user actions like marking favorites, indicating ratings, or highlighting important items in a UI.
- How do I use the stars icon in React?
- Import it using `import { IconStars } from '@tabler/icons-react'` and then use it as a component: `<IconStars />`.
- What is the license for the Tabler stars icon?
- The Tabler icon library, including the stars icon, is available 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 →