Eye Off Pixel Art Icon
A crossed-out eye icon for hiding content, masking passwords, toggling layer invisibility and 'Unwatch' actions.
Tags
eyeviewshowvisiblepreviewseeoff
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Eye Off icon
An eye with a diagonal line through it, the established symbol for hidden or invisible content. Use it on a 'Hide password' toggle, a 'Hide layer' control in a design tool, a content-spoiler mask, or an 'Unwatch' action in a notification system. Pairing it with the plain eye icon on a single toggle creates an immediately understood show/hide control. For general 'blocked' or 'disabled' states, a more explicit prohibition icon is a clearer choice.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/eye-off.svg" width="24" height="24" alt="Eye Off" />
<!-- React -->
import { EyeOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="eye-off.svg" width="48" height="48" style="image-rendering: pixelated" />