Square Cursor Pixel Art Icon
A square cursor icon for block-text insertion points, terminal emulators, text-editing mode indicators and retro-style cursor customization.
Tags
squarecursor
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 Square Cursor icon
A solid or outlined square representing a block cursor as used in terminal emulators and text editors with a monospace caret style. It suits terminal UIs, code editors that let users choose cursor shape, accessibility cursor-type selectors, and retro-aesthetic interfaces. Use it to label 'Block cursor' in a cursor-style preference panel. For a more conventional arrow or pointer cursor icon, the standard mouse or cursor icon reads more broadly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/square-cursor.svg" width="24" height="24" alt="Square Cursor" />
<!-- React -->
import { SquareCursor } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="square-cursor.svg" width="48" height="48" style="image-rendering: pixelated" />