John KuehJohn Kueh

control icon

Phosphor · control · MIT

Download SVG

The Phosphor control icon depicts a caret symbol, commonly used to represent keyboard modifier keys like 'Ctrl' or 'Control' in UI elements and shortcuts.

Common uses

  • Indicating keyboard shortcuts (e.g., Ctrl+S)
  • Representing modifier keys in tutorials
  • UI elements related to system controls

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { Control } from '@phosphor-icons/react';

<Control size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<Control size={24} />
thin
<Control size={24} weight="thin" />
light
<Control size={24} weight="light" />
bold
<Control size={24} weight="bold" />
fill
<Control size={24} weight="fill" />
duotone
<Control size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
system
Keywords
ctrlkeykeyboardshortcutcaretsystemcontrolkeyboard keymodifier keyshortcut key

FAQ

What is the control icon used for?
It's primarily used to visually represent the 'Control' or 'Ctrl' key on a keyboard, often within shortcut notations or system-related UI.
How do I use the control icon in React?
You can import and use it directly with the provided React component: import { Control } from '@phosphor-icons/react'; <Control />
What is the license for the Phosphor control icon?
The Phosphor icon library, including the control 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 →