Eye Icon
Free SVG icon from the IcoFont 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/305619.svg" alt="Eye icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305619.svg" alt="Eye icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305619.svg" alt="Eye icon" :width="24" :height="24" />
CSS background
.icon-eye {
background-image: url('https://proicons.com/icon/305619.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M497 264c138 2 256 42 354 128 35 30 62 65 86 103 1 3 1 8-1 10-78 126-196 201-352 224-154 23-293-12-413-103-45-33-80-75-107-121-2-3-2-8 0-10 77-126 196-199 351-225 10-1 20-3 30-3 18-2 36-2 52-3zm88 370c94-18 171-60 229-128 4-6 2-9-1-13-35-42-79-74-131-97-30-14-63-24-100-31 57 33 88 77 88 135-1 59-31 102-85 134zm-170 0c-54-32-84-75-85-134 0-58 31-102 84-135-20 5-40 10-59 16-68 23-124 60-168 112-4 5-5 9 0 14 9 8 16 18 24 26 56 53 125 86 204 101zm26-158c22-1 40-17 40-37s-19-37-41-37-41 17-40 37c0 21 18 37 41 37z"/></svg>
Copied!