The Tabler binoculars icon depicts a pair of binoculars, commonly used in UI to represent features related to searching, exploring, or viewing detailed information.
Common uses
- Search or advanced filtering
- Zoom or detailed view
- Exploration or discovery features
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBinoculars } from '@tabler/icons-react';
<IconBinoculars size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBinoculars size={24} stroke={2} />filled
<IconBinocularsFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- birdsexplorerfield glassesmagnifying eye glassesobserveviewwatchbinocularsdesignmagnifying glasssearchexplore
FAQ
- What is the Tabler binoculars icon used for?
- This icon is typically used to signify actions like searching, exploring content, or viewing something in detail. It can represent features that allow users to 'look closer' at information.
- How do I use the binoculars icon in React?
- You can import and use the icon in your React application with the following statement: `import { IconBinoculars } from '@tabler/icons-react'`. Then, render it as a component: `<IconBinoculars />`.
- What is the license for the Tabler binoculars icon?
- The Tabler icons, including the binoculars icon, are distributed under the MIT license, which allows for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →