The Phosphor option icon depicts a keyboard key, often used to represent modifier keys like Option or Alt in user interfaces.
Common uses
- Representing the Option key in keyboard shortcuts
- Indicating modifier key combinations
- Illustrating system preferences related to keyboard input
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Option } from '@phosphor-icons/react';
<Option size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Option size={24} />thin
<Option size={24} weight="thin" />light
<Option size={24} weight="light" />bold
<Option size={24} weight="bold" />fill
<Option size={24} weight="fill" />duotone
<Option size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- keyboardshortcutmodifiersystemeditoroptionalt keymodifier keykeyboard keymac os
FAQ
- What does the option icon represent?
- It represents a keyboard key, commonly the Option key on macOS or Alt key on other systems, used for special functions or shortcuts.
- How do I use the option icon in React?
- You can import and use it in your React application with: import { Option } from '@phosphor-icons/react'.
- What is the license for the Phosphor option icon?
- The Phosphor icon library, including the option 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 →