The Lucide view icon depicts an eye and is commonly used to represent actions related to viewing, showing, or revealing content.
Common uses
- Toggle password visibility
- Show/hide elements
- Open modal or detail view
Use it in React
Install
npm i lucide-reactImport & render
import { View } from 'lucide-react';
<View size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- eyelookvieweye iconshow iconreveal icon
FAQ
- What is the view icon used for?
- It's typically used for actions like toggling password visibility, showing or hiding content, or indicating that a detail view will open.
- How do I use the view icon in React?
- You can import and use it like this: import { View } from 'lucide-react'. Then render it as <View />.
- What is the license for the Lucide view icon?
- The Lucide icon library, including the view icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
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 →