Script Pixel Art Icon
A script icon for automation scripts, shell commands, task runners, and scripting-language file references in developer tools.
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 Script icon
A document or scroll with code-like lines, representing a script file or automated command sequence. Developer tools use it to label script panels in task runners (npm scripts, Makefile targets), shell script files in file explorers, and automation workflows. It sits between a plain file icon and a terminal icon in specificity: more code-focused than a generic file, less interactive than a terminal prompt. Pairing it with a play button clarifies 'run this script' intent.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/script.svg" width="24" height="24" alt="Script" />
<!-- React -->
import { Script } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="script.svg" width="48" height="48" style="image-rendering: pixelated" />