Eye Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Eye 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/312907.svg" alt="Eye icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312907.svg" alt="Eye icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312907.svg" alt="Eye icon" :width="24" :height="24" />
CSS background
.icon-eye {
background-image: url('https://proicons.com/icon/312907.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="M16 20H8v-2h8v2Zm-8-2H4v-2h4v2Zm12 0h-4v-2h4v2ZM4 16H2v-2h2v2Zm10-6h-2v2h2v-2h2v4h-2v2h-4v-2H8v-4h2V8h4v2Zm8 6h-2v-2h2v2ZM2 14H0v-4h2v4Zm22 0h-2v-4h2v4ZM4 10H2V8h2v2Zm18 0h-2V8h2v2ZM8 8H4V6h4v2Zm12 0h-4V6h4v2Zm-4-2H8V4h8v2Z"/> </svg>
Copied!