Eye Blocked Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Eye Blocked 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/305616.svg" alt="Eye Blocked icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305616.svg" alt="Eye Blocked icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305616.svg" alt="Eye Blocked icon" :width="24" :height="24" />
CSS background
.icon-eye-blocked {
background-image: url('https://proicons.com/icon/305616.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="M937 531c-24-38-51-73-86-104-33-29-69-53-107-72l-63 76h1c52 24 96 56 131 98 3 4 5 7 1 12-58 69-135 110-229 129 54-32 85-76 85-134 0-26-6-49-18-70L404 764c57 10 117 10 180 0 156-23 274-97 352-223 2-3 2-7 1-10zM719 185L614 312c-38-8-76-12-117-13-16 1-34 2-52 3-10 1-20 3-29 4-156 25-275 99-352 224-2 3-2 8 0 10 28 47 62 88 107 122 32 25 66 44 101 61l-42 50 51 43 489-589-51-42zM440 437c21 1 39 16 41 35l-33 38c-2 1-5 1-7 1-24 0-41-16-41-36-1-21 18-38 40-38zM211 568c-8-8-15-17-24-25-5-6-4-9 0-15 44-51 100-88 168-111 19-7 39-12 59-16-53 32-84 76-83 135 0 32 9 60 27 84l-23 27c-46-19-87-44-124-79z"/></svg>
Copied!