The Phosphor list star icon, named list-star, visually represents a list with a prominent star, commonly used to indicate favoriting, bookmarking, or highlighting an item within a list or collection.
Common uses
- Marking items as favorite
- Adding products to a wishlist
- Saving articles for later
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ListStar } from '@phosphor-icons/react';
<ListStar size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ListStar size={24} />thin
<ListStar size={24} weight="thin" />light
<ListStar size={24} weight="light" />bold
<ListStar size={24} weight="bold" />fill
<ListStar size={24} weight="fill" />duotone
<ListStar size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- editor
- Keywords
- *new*favoriteswishlistlikededitorsystemliststarfavorite listwishlist iconstarred itemsave for later
FAQ
- What is the list star icon used for?
- It's typically used to signify actions like favoriting, adding to a wishlist, or marking an item as important within a list.
- How do I use the list star icon in React?
- You can import and use it in your React application with: import { ListStar } from '@phosphor-icons/react'.
- What is the license for the Phosphor list star icon?
- The Phosphor icon library, including the list star icon, is available under the MIT license.
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 →