The Phosphor key return icon depicts a key with an arrow indicating a return action, commonly used to signify submitting a form or confirming an action.
Common uses
- Submit button for search or login forms
- Confirm action in a dialog box
- Triggering a default action in a list or table
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { KeyReturn } from '@phosphor-icons/react';
<KeyReturn size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<KeyReturn size={24} />thin
<KeyReturn size={24} weight="thin" />light
<KeyReturn size={24} weight="light" />bold
<KeyReturn size={24} weight="bold" />fill
<KeyReturn size={24} weight="fill" />duotone
<KeyReturn size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- keyboardentersystemkeyreturnenter keysubmit iconconfirm keykeyboard return
FAQ
- What is the key return icon used for?
- It visually represents submitting data or confirming an action, similar to pressing the Enter key on a keyboard.
- How do I use the key return icon in React?
- You can import it directly from the library like this: import { KeyReturn } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →