The Lucide folder check icon visually represents a completed or verified folder, commonly used to indicate that a directory's contents or tasks within it are finished.
Common uses
- Marking a project folder as complete
- Indicating a successfully processed directory
- Showing a task list folder that is fully checked off
Use it in React
Install
npm i lucide-reactImport & render
import { FolderCheck } from 'lucide-react';
<FolderCheck size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- donedirectorytodotickcompletetaskfoldercheckcompleted folderverified directorytask completedone folder
FAQ
- What does the folder check icon signify?
- It signifies a folder that has been completed, verified, or has all its associated tasks checked off.
- How do I use the folder check icon in React?
- You can import and use it like this: import { FolderCheck } from 'lucide-react'. Then, render it as <FolderCheck />.
- What is the license for this icon?
- The Lucide icon library, including the folder-check icon, is available 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 →