Eye Off Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Eye Off icon is commonly used in password toggles, visibility controls and preview buttons. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/312906.svg" alt="Eye Off icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312906.svg" alt="Eye Off icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312906.svg" alt="Eye Off icon" :width="24" :height="24" />
CSS background
.icon-eye-off {
background-image: url('https://proicons.com/icon/312906.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M0 10h2v4H0zm24 0h-2v4h2zm-8 0h-2v2h2zm-6 0H8v4h2zM2 8h2v2H2zm0 8h2v-2H2zm20-8h-2v2h2zm0 8h-2v-2h2zM4 6h4v2H4zm0 12h4v-2H4zM20 6h-4v2h4zM10 4h6v2h-6zM8 20h8v-2H8zm4-12h2v2h-2zm-2 6h4v2h-4zM8 8h2v2H8zm2 2h2v4h-2zm2 2h2v2h-2z"/> <path d="M6 6h2v2H6zM4 4h2v2H4zM2 2h2v2H2zm12 12h2v2h-2zm2 2h2v2h-2zm2 2h2v2h-2zm2 2h2v2h-2z"/> </svg>
Eye Off in other icon packs
Copied!