The Lucide file terminal icon depicts a file with a terminal prompt, commonly used to represent script files, executable programs, or terminal-related actions.
Common uses
- Button to open a terminal window
- Label for script files in a file explorer
- Indicator for executable commands
Use it in React
Install
npm i lucide-reactImport & render
import { FileTerminal } from 'lucide-react';
<FileTerminal size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- terminalbashscriptexecutablefileterminal filescript filecommand line
FAQ
- What does the file terminal icon represent?
- It represents files related to the command line, such as scripts, executables, or terminal sessions.
- How do I use the file terminal icon in React?
- You can import it from 'lucide-react' and use it as a component: import { FileTerminal } from 'lucide-react'.
- What is the license for this icon?
- The Lucide icon library, including the file terminal icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →