Emoji Goggles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Goggles 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/325317.svg" alt="Emoji Goggles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325317.svg" alt="Emoji Goggles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325317.svg" alt="Emoji Goggles icon" :width="24" :height="24" />
CSS background
.icon-emoji-goggles {
background-image: url('https://proicons.com/icon/325317.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M39.0503,18.8738c-2.5853-1.2617-8.7635-2.4254-15.0418-2.285-6.2783-.1404-12.4565,1.0233-15.0418,2.285-.7576.3742-1.2311,1.1496-1.2164,1.9919l.0414,3.2469c0,3.5303,1.4843,8.564,10.846,7.0255,1.6301-.2786,2.9399-1.4924,3.3362-3.092l.5402-1.8941c.0676-.2747.2142-.5237.4217-.7167.4881-.414,1.1719-.5106,1.7563-.2482.419.2087.7251.59.8373,1.0431l.5136,1.8158c.3963,1.5996,1.7061,2.8134,3.3362,3.092,9.3617,1.5384,10.846-3.4952,10.846-7.0255l.0414-3.2469c.0147-.8423-.4588-1.6177-1.2164-1.9919"/><path id="c" class="e" d="M8.105,19.5289l-2.605,1.6647.229,5.0804,2.7216,1.5911"/><path id="d" class="e" d="M39.895,19.5289l2.605,1.6647-.229,5.0804-2.7216,1.5911"/></svg>
Copied!