The Phosphor eyeglasses icon visually represents eyewear and is commonly used in UIs to indicate features related to vision, eye care, or accessibility settings.
Common uses
- Link to an eye care or vision settings page.
- Button for enabling/disabling a 'reader mode' or 'night mode'.
- Label for a section about visual aids or prescription information.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Eyeglasses } from '@phosphor-icons/react';
<Eyeglasses size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Eyeglasses size={24} />thin
<Eyeglasses size={24} weight="thin" />light
<Eyeglasses size={24} weight="light" />bold
<Eyeglasses size={24} weight="bold" />fill
<Eyeglasses size={24} weight="fill" />duotone
<Eyeglasses size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- health & wellness
- Keywords
- visionspectacleshealth & wellnessobjectseyeglasseseye careglasses
FAQ
- What does the eyeglasses icon represent?
- It represents eyewear, such as glasses or spectacles, and is used for UI elements related to vision or eye care.
- How do I use the eyeglasses icon in React?
- You can import and use it in your React components like this: import { Eyeglasses } from '@phosphor-icons/react'; <Eyeglasses />.
- What is the license for the Phosphor eyeglasses icon?
- The Phosphor icon library, including the eyeglasses icon, is available under the MIT license.