The Phosphor command icon depicts a looped square, often used to represent the Command key on Apple keyboards or a general command/shortcut action in UI.
Common uses
- Labeling the Command key in keyboard shortcut instructions.
- Indicating a system-level command or action.
- Representing modifier keys in shortcut diagrams.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Command } from '@phosphor-icons/react';
<Command size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Command size={24} />thin
<Command size={24} weight="thin" />light
<Command size={24} weight="light" />bold
<Command size={24} weight="bold" />fill
<Command size={24} weight="fill" />duotone
<Command size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- editor
- Keywords
- applekeyboardshortcutmodifierlooped squarebowen knotsaint john's armseditorsystemcommandapple keymodifier keyshortcut key
FAQ
- What does the command icon represent?
- It represents the Command key on Apple keyboards or a general command/shortcut action in user interfaces.
- How do I use the command icon in React?
- You can import it using `import { Command } from '@phosphor-icons/react'` and then use it as a React component.
- What is the license for the Phosphor command icon?
- The Phosphor icon library, including the command 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 →