Eye Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Eye Svg 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/308861.svg" alt="Eye Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308861.svg" alt="Eye Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308861.svg" alt="Eye Svg icon" :width="24" :height="24" />
CSS background
.icon-eye---svg {
background-image: url('https://proicons.com/icon/308861.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M1.06851 11.6362C2.80329 7.1941 6.8839 4 12 4C17.1161 4 21.1967 7.1941 22.9315 11.6362C23.0228 11.8701 23.0228 12.1299 22.9315 12.3638C21.1967 16.8059 17.1161 20 12 20C6.8839 20 2.80329 16.8059 1.06851 12.3638C0.977163 12.1299 0.977163 11.8701 1.06851 11.6362ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z" fill="#292929"/> </svg>
Copied!