The HugeIcons file view icon visually represents the action of inspecting or displaying the content of a file, commonly used for buttons or links that open a file for viewing.
Common uses
- Open file for reading
- Preview document content
- View file details
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileViewIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileViewIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- view filedocument viewerfile previewread file
FAQ
- What does the file view icon represent?
- It signifies the action of viewing or inspecting a file's content. It's typically used for UI elements that allow users to open and read files.
- How do I use the FileViewIcon in React?
- Import both HugeiconsIcon and FileViewIcon, then render the icon using <HugeiconsIcon icon={FileViewIcon} />.
- What is the license for this icon?
- The FileViewIcon is part of the HugeIcons library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →