Sticky Note Pixel Art Icon
A sticky note icon for quick memos, reminder cards, annotation pins, and 'Add note' actions in editors and apps.
Tags
stickynotesound
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Sticky Note icon
A small square with a folded corner, the shape of a physical Post-it note. Use it on an 'Add note' button in a project management tool, a reminder widget in a dashboard, an annotation layer toggle in a document viewer, or a 'My notes' sidebar. It conveys informal, short-form content rather than a formal document. For longer or sectioned notes, the notebook icon is more appropriate; sticky-note-text is the cleaner choice when visible text content needs to be indicated.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/sticky-note.svg" width="24" height="24" alt="Sticky Note" />
<!-- React -->
import { StickyNote } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="sticky-note.svg" width="48" height="48" style="image-rendering: pixelated" />