Eye Fill Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Eye Fill 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/312117.svg" alt="Eye Fill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312117.svg" alt="Eye Fill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312117.svg" alt="Eye Fill icon" :width="24" :height="24" />
CSS background
.icon-eye-fill {
background-image: url('https://proicons.com/icon/312117.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" id="memory-eye-fill" viewBox="0 0 22 22"><path d="M12 14H10V13H9V12H8V10H9V9H10V8H12V9H13V10H14V12H13V13H12M15 17H7V16H5V15H3V14H2V13H1V9H2V8H3V7H5V6H7V5H15V6H17V7H19V8H20V9H21V13H20V14H19V15H17V16H15M13 15V14H14V13H15V9H14V8H13V7H9V8H8V9H7V13H8V14H9V15Z" /></svg>
Copied!