The Phosphor list magnifying glass icon visually represents searching or inspecting a list of items, commonly used for functions like filtering or finding specific entries within a dataset.
Common uses
- Search bar within a data table
- Filter options for a dropdown list
- Find functionality in a document editor
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ListMagnifyingGlass } from '@phosphor-icons/react';
<ListMagnifyingGlass size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ListMagnifyingGlass size={24} />thin
<ListMagnifyingGlass size={24} weight="thin" />light
<ListMagnifyingGlass size={24} weight="light" />bold
<ListMagnifyingGlass size={24} weight="bold" />fill
<ListMagnifyingGlass size={24} weight="fill" />duotone
<ListMagnifyingGlass size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- editor
- Keywords
- searchfindlocatequeryinspecteditorsystemlistmagnifyingglasssearch listfilter listinspect itemsquery list
FAQ
- What is the list magnifying glass icon used for?
- It's typically used to indicate search, filter, or inspect actions, especially when dealing with lists or collections of data.
- How do I use this icon in React?
- You can import and use it with: import { ListMagnifyingGlass } from '@phosphor-icons/react'. Then render it as <ListMagnifyingGlass />.
- What is the license for this icon?
- The Phosphor icon library, including this 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 →