The Tabler eyeglass icon depicts a pair of eyeglasses, commonly used in UI to represent features related to vision, eye care, or accessibility settings.
Common uses
- Link to eye care product page
- Toggle for visual accessibility options
- Icon for an optometry service
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconEyeglass } from '@tabler/icons-react';
<IconEyeglass size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconEyeglass size={24} stroke={2} />filled
<IconEyeglassFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Health
- Keywords
- sightdefectseevisionframeslensesvisuallyimpairedmyopiafar-sightedhealtheyeglassglassesspectaclesoptometry
FAQ
- What is the eyeglass icon used for?
- It's typically used to signify anything related to vision, eyesight, or eye health. This could include optometry services, accessibility features for visually impaired users, or products like glasses and contact lenses.
- How do I use the eyeglass icon in React?
- You can import and use it directly in your React components like this: `import { IconEyeglass } from '@tabler/icons-react'`. Then, render it as `<IconEyeglass />`.
- What is the license for the eyeglass icon?
- The Tabler icon library, including the eyeglass icon, is distributed under the MIT license, allowing for free commercial and non-commercial use.
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 →