The Phosphor frame corners icon visually represents the corners of a window or frame, commonly used to indicate actions related to resizing, expanding, or entering a fullscreen mode.
Common uses
- Expand to fullscreen button
- Window resize handle
- Maximize window action
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FrameCorners } from '@phosphor-icons/react';
<FrameCorners size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FrameCorners size={24} />thin
<FrameCorners size={24} weight="thin" />light
<FrameCorners size={24} weight="light" />bold
<FrameCorners size={24} weight="bold" />fill
<FrameCorners size={24} weight="fill" />duotone
<FrameCorners size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- expandfullscreenmaximizedresizewindowedcapturesystemframecornersexpand iconfullscreen iconresize iconwindow icon
FAQ
- What does the frame corners icon represent?
- It depicts the corners of a window or frame, symbolizing actions like expanding, resizing, or going fullscreen.
- How do I use the frame corners icon in React?
- You can import and use it with `import { FrameCorners } from '@phosphor-icons/react'`. Then, render it as a React component: `<FrameCorners />`.
- What is the license for the Phosphor frame corners icon?
- The Phosphor icon library, including the frame corners 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 →