The Phosphor corners in icon visually represents the action of collapsing or minimizing an element, often used to return a window or view to a smaller, contained state.
Common uses
- Minimize window button
- Collapse sidebar
- Return to previous view
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CornersIn } from '@phosphor-icons/react';
<CornersIn size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CornersIn size={24} />thin
<CornersIn size={24} weight="thin" />light
<CornersIn size={24} weight="light" />bold
<CornersIn size={24} weight="bold" />fill
<CornersIn size={24} weight="fill" />duotone
<CornersIn size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- *updated*collapsewindowedminimizedsystemcornersinminimizecontract
FAQ
- What does the corners in icon represent?
- It signifies an action to reduce or collapse an element, like minimizing a window or returning to a compact view.
- How do I use the corners in icon in React?
- Import it using `import { CornersIn } from '@phosphor-icons/react'` and then use it as a component: `<CornersIn />`.
- What is the license for this icon?
- The Phosphor icon library, including the corners in 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 →