The HugeIcons bash icon depicts the Bash shell, commonly used to represent command-line interfaces, terminal access, or scripting functionalities in user interfaces.
Common uses
- Terminal access button
- Scripting tool indicator
- Command-line feature link
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BashIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BashIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- terminalcommand lineshellscript
FAQ
- What does the Bash icon represent?
- The Bash icon represents the Bash shell, which is a command-line interpreter and scripting language. It's often used to signify terminal or command-line operations.
- How do I use the Bash icon in React?
- To use the Bash icon in React, import both HugeiconsIcon and BashIcon, then render it using <HugeiconsIcon icon={BashIcon} />.
- What is the license for the Bash icon?
- The Bash icon is available under the MIT license, allowing for free use in both personal and commercial projects.
Looking for something else? Search HugeIcons 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 →