The Phosphor file magnifying glass icon visually represents searching for or inspecting documents and files, commonly used for actions like finding specific records or initiating a document search.
Common uses
- Initiate a search for documents
- Inspect a selected file's details
- Locate a specific record in a list
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FileMagnifyingGlass } from '@phosphor-icons/react';
<FileMagnifyingGlass size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FileMagnifyingGlass size={24} />thin
<FileMagnifyingGlass size={24} weight="thin" />light
<FileMagnifyingGlass size={24} weight="light" />bold
<FileMagnifyingGlass size={24} weight="bold" />fill
<FileMagnifyingGlass size={24} weight="fill" />duotone
<FileMagnifyingGlass size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- documentsfilessearchfindlocatebrowsemissingofficeeditorfilemagnifyingglassdocument searchfind fileinspect documentbrowse files
FAQ
- What is the file magnifying glass icon used for?
- This icon signifies searching, finding, or inspecting documents and files. It's useful for actions related to document management and retrieval.
- How do I use the file magnifying glass icon in React?
- You can import and use it in React with: import { FileMagnifyingGlass } from '@phosphor-icons/react'. Then render it as <FileMagnifyingGlass />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →