Eye Icon
Free SVG icon from the Memory Icons 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/311466.svg" alt="Eye icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311466.svg" alt="Eye icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311466.svg" alt="Eye icon" :width="24" :height="24" />
CSS background
.icon-eye {
background-image: url('https://proicons.com/icon/311466.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" viewBox="0 0 22 22"><path d="M13 14H9V13H8V9H9V8H13V9H14V13H13M15 17H7V16H5V15H3V14H2V13H1V9H2V8H3V7H5V6H7V5H15V6H17V7H19V8H20V9H21V13H20V14H19V15H17V16H15M12 12V10H10V12M15 15V14H17V13H18V12H19V10H18V9H17V8H15V7H7V8H5V9H4V10H3V12H4V13H5V14H7V15Z"/></svg>
Copied!