The Lucide star off icon visually represents a state where a star is not selected or active, commonly used to indicate an item is unrated, disliked, or a favorite has been removed.
Common uses
- Unliking or removing a favorite item
- Indicating a product is unrated
- Clearing a selection or preference
Use it in React
Install
npm i lucide-reactImport & render
import { StarOff } from 'lucide-react';
<StarOff size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- dislikeunlikeremoveunratestaroffunstarunfavoriteremove rating
FAQ
- What does the star-off icon represent?
- It signifies a deselected or inactive star, often used for negative feedback like 'dislike' or to show an item is not favorited.
- How do I use the star-off icon in React?
- Import it from the 'lucide-react' library like this: import { StarOff } from 'lucide-react'
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive free software license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →