Pen Square Pixel Art Icon
A pen inside a square for compose actions, inline edit buttons, and 'Write a note' entry points in content interfaces.
Tags
penwritedrawsquare
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 Pen Square icon
A writing pen enclosed in a square frame, merging the edit metaphor with a container. It often appears as a 'Compose' or 'New post' button in social and messaging apps, or as an 'Edit' button inside a distinct bounded area like a card or modal. For a free-floating edit action with no container, a plain pen icon is lighter; use pen-square when the edit occurs within a defined block.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/pen-square.svg" width="24" height="24" alt="Pen Square" />
<!-- React -->
import { PenSquare } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="pen-square.svg" width="48" height="48" style="image-rendering: pixelated" />