The Tabler file star icon depicts a document with a star, commonly used to indicate a favorite, bookmarked, or highly-rated file or piece of content.
Common uses
- Marking a file as a favorite
- Indicating a preferred document
- Showing a high rating for content
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFileStar } from '@tabler/icons-react';
<IconFileStar size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFileStar size={24} stroke={2} />filled
<IconFileStarFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- favouritebookmarklikefilestardocumentdatafavoriteratingcontentfavorite filebookmark documentrated filestar document
FAQ
- What does the file star icon represent?
- It represents a file or document that is marked as a favorite, bookmarked, or has received a high rating.
- How do I use the file star icon in React?
- You can import and use it like this: import { IconFileStar } from '@tabler/icons-react'; <IconFileStar />.
- What is the license for this icon?
- The Tabler icons, including file-star, 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 →