The Phosphor folder star icon depicts a folder with a star, commonly used to indicate a favorite or starred directory or set of files.
Common uses
- Marking a frequently accessed folder
- Indicating a 'favorites' section in file management
- Highlighting a starred item in an office or editor context
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FolderStar } from '@phosphor-icons/react';
<FolderStar size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FolderStar size={24} />thin
<FolderStar size={24} weight="thin" />light
<FolderStar size={24} weight="light" />bold
<FolderStar size={24} weight="bold" />fill
<FolderStar size={24} weight="fill" />duotone
<FolderStar size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- directorydirectoriesfilesfoldersfavoritestarredofficeeditorsystemfolderstarstarred folderfavorite directorydirectory starfiles star
FAQ
- What does the folder star icon represent?
- It represents a folder that has been marked as a favorite or starred, often used for quick access or important directories.
- How do I use this icon in React?
- You can import and use it like this: import { FolderStar } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the folder 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 →