The Phosphor terminal window icon depicts a command-line interface, commonly used in UIs to represent actions related to code execution, system commands, or developer tools.
Common uses
- Button to open a terminal or command prompt
- Link to developer console logs
- Indicator for a running script or process
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { TerminalWindow } from '@phosphor-icons/react';
<TerminalWindow size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<TerminalWindow size={24} />thin
<TerminalWindow size={24} weight="thin" />light
<TerminalWindow size={24} weight="light" />bold
<TerminalWindow size={24} weight="bold" />fill
<TerminalWindow size={24} weight="fill" />duotone
<TerminalWindow size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- technology & development
- Keywords
- command lineclibashshellcaretconsoletechnology & developmentsystemterminalwindow
FAQ
- What does this icon represent?
- This icon represents a terminal window, which is a text-based interface for interacting with a computer's operating system or running command-line applications.
- How do I use this icon in React?
- You can import and use it in your React project with: import { TerminalWindow } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the terminal window icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →