The Lucide fullscreen icon depicts a square with outward-pointing arrows, commonly used to indicate an action that expands content to fill the entire screen.
Common uses
- Expand video player to fullscreen
- Open image in a modal view
- Enter/exit presentation mode
Use it in React
Install
npm i lucide-reactImport & render
import { Fullscreen } from 'lucide-react';
<Fullscreen size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- expandzoompreviewfocuscameralensimagefullscreenmaximizeenlargeview
FAQ
- What is the purpose of the fullscreen icon?
- It signifies an action to make an element or view occupy the entire display area, removing distractions.
- How do I use the fullscreen icon in React?
- Import it from 'lucide-react' and use it as a component: `import { Fullscreen } from 'lucide-react'`. Then render it like `<Fullscreen />`.
- What is the license for the Lucide fullscreen icon?
- The Lucide icon library, including the fullscreen icon, is available under the ISC license.
Looking for something else? Search Lucide 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 →