Rolling Eyes Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Rolling 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/306366.svg" alt="Rolling Eyes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306366.svg" alt="Rolling Eyes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306366.svg" alt="Rolling Eyes icon" :width="24" :height="24" />
CSS background
.icon-rolling-eyes {
background-image: url('https://proicons.com/icon/306366.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="M399 646c-46 0-83 37-83 82s37 83 83 83 83-37 83-83-38-82-83-82zm0 98c-8 0-15-7-15-16s7-15 15-15 15 7 15 15-7 16-15 16zm286-439c-59 0-112 33-138 83-14-8-29-12-44-12h-1c-20 0-36 7-48 14-26-51-79-85-139-85-87 0-158 71-158 157 0 87 71 158 158 158s157-71 157-158c0-8-1-16-2-23l14 14c7-6 22-13 44 5v4c0 87 71 158 157 158s158-71 158-158c0-86-71-157-158-157zM225 462c0-49 40-90 90-90 24 0 47 10 63 27h-2c-45 0-82 37-82 82 0 29 15 55 38 70-6 1-11 1-17 1-50 0-90-40-90-90zm460 90c-5 0-11 0-17-1 11-7 21-17 28-29 22-40 8-90-32-113-13-7-28-11-42-10 16-17 39-27 63-27 50 0 90 41 90 90s-40 90-90 90zM500 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zm0 933C262 933 67 738 67 500S262 67 500 67s433 194 433 433-194 433-433 433z"/></svg>
Copied!