Text Cursor Input Pixel Art Icon
An I-beam cursor inside an input field outline, for form-field labels, 'Add text' actions and active-input state indicators.
Tags
cursorinput
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 Text Cursor Input icon
An I-beam cursor sitting inside a rectangular input field outline. Where the plain text-cursor icon is abstract, this one is explicitly about a form control: the surrounding box tells users 'this is a field you type into.' Reach for it when labeling a 'Search' or 'Enter text' field trigger, when indicating an empty form field that needs filling, or in a UI settings panel to represent text-input components. The bare text-cursor suits free-form text tools without the field context.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/text-cursor-input.svg" width="24" height="24" alt="Text Cursor Input" />
<!-- React -->
import { TextCursorInput } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="text-cursor-input.svg" width="48" height="48" style="image-rendering: pixelated" />