Terminal Pixel Art Icon
A terminal icon for command-line interfaces, shell panels, console access, and developer environment entry points.
Tags
consolecommandshell
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 Terminal icon
A window frame with a command prompt (often a blinking cursor or caret), universally recognized as the gateway to a command-line interface. IDEs, operating systems, and developer tools use it to open a shell, navigate to a terminal panel, or label a 'Run command' feature. Most technical users immediately associate it with CLI access. For a browser DevTools console, the code icon with angle brackets is sometimes preferred; terminal is most accurate for a full shell environment.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/terminal.svg" width="24" height="24" alt="Terminal" />
<!-- React -->
import { Terminal } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="terminal.svg" width="48" height="48" style="image-rendering: pixelated" />