Eye Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Eye Alt 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/305615.svg" alt="Eye Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305615.svg" alt="Eye Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305615.svg" alt="Eye Alt icon" :width="24" :height="24" />
CSS background
.icon-eye-alt {
background-image: url('https://proicons.com/icon/305615.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="M473 166h54c3 1 6 2 9 2 39 3 77 12 113 26 130 47 235 128 322 234 39 48 38 97-1 145-54 67-118 123-190 169-59 38-122 67-192 82-20 4-41 7-61 10h-54c-3-1-7-2-10-2-33-3-66-10-98-21-137-46-247-131-338-241-15-18-25-39-27-62-2-34 12-61 33-86 55-66 119-121 192-167 61-38 125-67 196-81 17-3 35-5 52-8zM291 500c0 115 94 208 208 209 115 0 209-94 209-209 0-114-94-208-208-208-115 0-209 93-209 208zm248-118c-41 35-51 72-26 107 24 36 61 40 111 13 5 42-31 96-77 114-53 22-114 4-147-41-35-46-34-108 2-152 33-42 94-60 137-41z"/></svg>
Copied!