File Text Pixel Art Icon
A file icon with text lines for text documents, written reports, README files, and generic document attachments.
Tags
filepaperpage
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 File Text icon
A document icon with horizontal text lines inside, signaling written content. It is the go-to choice for a 'View document' link, a README file entry in a code repository, a text attachment in a messaging app, or any file reference that implies readable prose. It communicates more than the plain file icon by confirming that content is textual. When the document contains charts or specialized content, a more specific variant like file-chart-line or file-big-article is the better pick.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/file-text.svg" width="24" height="24" alt="File Text" />
<!-- React -->
import { FileText } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="file-text.svg" width="48" height="48" style="image-rendering: pixelated" />