Emoji Eyes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Eyes icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339817.svg" alt="Emoji Eyes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339817.svg" alt="Emoji Eyes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339817.svg" alt="Emoji Eyes icon" :width="24" :height="24" />
CSS background
.icon-emoji-eyes {
background-image: url('https://proicons.com/icon/339817.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M5.5,24c0,8.1412,3.8758,14.7409,8.6568,14.7409s8.6568-6.5997,8.6568-14.7409-3.8758-14.7409-8.6568-14.7409-8.6568,6.5997-8.6568,14.7409"/><path id="c" class="h" d="M25.1865,24c-.0007,8.1412,3.8745,14.7419,8.6555,14.7431,4.781.0012,8.6573-6.5976,8.658-14.7388v-.0043c.0007-8.1412-3.8745-14.7419-8.6555-14.7431-4.781-.0012-8.6573,6.5976-8.658,14.7388v.0043"/><path id="d" class="h" d="M8.1351,25.1115c0,1.1963.9704,2.1661,2.1675,2.1661s2.1675-.9698,2.1675-2.1661h0c0-1.1963-.9704-2.1661-2.1675-2.1661s-2.1675.9698-2.1675,2.1661"/><path id="e" class="h" d="M27.8216,25.1115c0,1.1963.9704,2.1661,2.1675,2.1661s2.1675-.9698,2.1675-2.1661h0c.001-1.1963-.9687-2.1668-2.1658-2.1678-1.1971-.001-2.1683.968-2.1693,2.1643,0,.0012,0,.0024,0,.0035"/><path id="f" class="h" d="M5.5,25.1115c-.0015,2.6506,2.1474,4.8006,4.7999,4.8021,2.6524.0015,4.8039-2.146,4.8054-4.7966,0-.0019,0-.0037,0-.0056.0013-2.6506-2.1479-4.8004-4.8003-4.8017s-4.8037,2.1464-4.805,4.797c0,.0016,0,.0031,0,.0047"/><path id="g" class="h" d="M25.1865,25.1115c0,2.6506,2.1502,4.7993,4.8026,4.7993s4.8026-2.1487,4.8026-4.7993c.0013-2.6506-2.1479-4.8004-4.8003-4.8017-2.6524-.0013-4.8037,2.1464-4.805,4.797v.0047"/></svg>
Copied!