Glasses Pixel Art Icon
A glasses icon for vision-care products, reading-mode toggles, optician stores and accessibility settings.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Glasses icon
Two circular lenses connected by a bridge, the universal symbol for eyeglasses. Optician e-commerce sites use it to represent prescription frames, sunglasses collections, and lens add-ons. It also appears in UI reading modes ('reader view'), accessibility settings, and vision-benefit plan pages. For sunglasses specifically, the sunglasses icon with its darker lens styling reads more precisely; glasses works best when the meaning is corrective eyewear or general vision.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/glasses.svg" width="24" height="24" alt="Glasses" />
<!-- React -->
import { Glasses } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="glasses.svg" width="48" height="48" style="image-rendering: pixelated" />