Emoji Eye Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/325256.svg" alt="Emoji Eye icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325256.svg" alt="Emoji Eye icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325256.svg" alt="Emoji Eye icon" :width="24" :height="24" />
CSS background
.icon-emoji-eye {
background-image: url('https://proicons.com/icon/325256.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M5.5,24c0,5.9734,8.2827,10.8158,18.5,10.8158s18.5-4.8424,18.5-10.8158-8.2827-10.8158-18.5-10.8158S5.5,18.0266,5.5,24"/><path id="c" class="f" d="M19.6465,23.7512c-.0012,2.4684,2.0065,4.4704,4.4842,4.4716,2.4778.0012,4.4874-1.9989,4.4886-4.4673v-.0043c.0012-2.4684-2.0065-4.4704-4.4842-4.4716-2.4778-.0012-4.4874,1.9989-4.4886,4.4673v.0043"/><path id="d" class="f" d="M19.6465,23.7512c-.0012,2.4684,2.0065,4.4704,4.4842,4.4716,2.4778.0012,4.4874-1.9989,4.4886-4.4673v-.0043c.0012-2.4684-2.0065-4.4704-4.4842-4.4716-2.4778-.0012-4.4874,1.9989-4.4886,4.4673v.0043"/><path id="e" class="f" d="M15.9037,23.7512c0,4.5277,3.6843,8.1981,8.2292,8.1981s8.2292-3.6704,8.2292-8.1981c.001-4.5277-3.6825-8.1989-8.2274-8.1999-4.5448-.001-8.23,3.6686-8.231,8.1963v.0036"/></svg>
Copied!