Emoji Eye In Speech Bubble Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Eye In Speech Bubble 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/339816.svg" alt="Emoji Eye In Speech Bubble icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339816.svg" alt="Emoji Eye In Speech Bubble icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339816.svg" alt="Emoji Eye In Speech Bubble icon" :width="24" :height="24" />
CSS background
.icon-emoji-eye-in-speech-bubble {
background-image: url('https://proicons.com/icon/339816.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M5.5,21.1544c4.6784,7.77,13.3253,12.3443,19.2425,13.9941,2.9537.8235,10.4959,6.3461,10.4959,6.3461,0,0-1.8823-5.5297-2.1968-7.4445-1.1944-7.2712,8.5025-8.1361,9.4584-13.3208-5.553-12.9045-25.0802-24.3899-37,.4252"/><path id="c" class="f" d="M18.8638,20.5442c0,2.7973,2.2677,5.0649,5.065,5.0649s5.065-2.2676,5.065-5.0649-2.2677-5.0649-5.065-5.0649-5.065,2.2676-5.065,5.0649"/><path id="d" class="f" d="M14.6714,20.5442c-.0031,5.1126,4.1391,9.2597,9.2519,9.2628,5.1128.0031,9.26-4.1389,9.2631-9.2515,0-.0038,0-.0075,0-.0113.0021-5.1126-4.141-9.2588-9.2537-9.2609-5.1128-.0021-9.2592,4.1408-9.2612,9.2534,0,.0025,0,.005,0,.0075"/><path id="e" class="f" d="M18.8638,20.5442c0,2.7973,2.2677,5.0649,5.065,5.0649s5.065-2.2676,5.065-5.0649-2.2677-5.0649-5.065-5.0649-5.065,2.2676-5.065,5.0649"/></svg>
Copied!