The Lucide sticky note check icon visually represents a completed task or a verified note, commonly used to indicate a confirmed item or a successfully accomplished action within a user interface.
Common uses
- Marking a to-do list item as done.
- Indicating a successfully submitted form.
- Showing a verified user comment or annotation.
Use it in React
Install
npm i lucide-reactImport & render
import { StickyNoteCheck } from 'lucide-react';
<StickyNoteCheck size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- post-itcommentannotationreactionmemoremindertodotaskideabrainstormdocumentpagepapersheetstationaryoffice
FAQ
- What does the sticky note check icon represent?
- It signifies a completed task, a verified item, or a successfully accomplished action, often used for reminders or confirmed notes.
- How do I use this icon in React?
- You can import and use it like this: `import { StickyNoteCheck } from 'lucide-react'`. Then render it as a component: `<StickyNoteCheck />`.
- What is the license for this icon?
- The Lucide icon library, including the sticky note 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 →