The Lucide file question mark icon depicts a document with a question mark, commonly used to signify help, a readme file, or a query related to a specific file.
Common uses
- Button to open a help/FAQ modal
- Link to a file's documentation or readme
- Indicator for a file requiring attention or clarification
Use it in React
Install
npm i lucide-reactImport & render
import { FileQuestionMark } from 'lucide-react';
<FileQuestionMark size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- readmehelpquestionfilemarkhelp filedocument questionquery file
FAQ
- What is the file question mark icon used for?
- It's typically used to represent help, a readme file, or to indicate a question or query associated with a document.
- How do I use this icon in React?
- Import it from 'lucide-react' and use it as a component: import { FileQuestionMark } from 'lucide-react'.
- What is the license for this icon?
- The Lucide icon library is distributed under the ISC 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 →