face rolling eyes icon

face-rolling-eyes from Font Awesome 6 Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
face-rolling-eyes
Set
Font Awesome 6 Regular
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Regular

Use the face rolling eyes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48a208 208 0 1 1 0 416a208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512a256 256 0 1 0 0 512m-88-136c0 13.3 10.7 24 24 24h128c13.3 0 24-10.7 24-24s-10.7-24-24-24H192c-13.3 0-24 10.7-24 24m-8-104c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48m0 32a80 80 0 1 0 0-160a80 80 0 1 0 0 160m192-32c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48m0 32a80 80 0 1 0 0-160a80 80 0 1 0 0 160"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularFaceRollingEyes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48a208 208 0 1 1 0 416a208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512a256 256 0 1 0 0 512m-88-136c0 13.3 10.7 24 24 24h128c13.3 0 24-10.7 24-24s-10.7-24-24-24H192c-13.3 0-24 10.7-24 24m-8-104c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48m0 32a80 80 0 1 0 0-160a80 80 0 1 0 0 160m192-32c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48m0 32a80 80 0 1 0 0-160a80 80 0 1 0 0 160"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48a208 208 0 1 1 0 416a208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512a256 256 0 1 0 0 512m-88-136c0 13.3 10.7 24 24 24h128c13.3 0 24-10.7 24-24s-10.7-24-24-24H192c-13.3 0-24 10.7-24 24m-8-104c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48m0 32a80 80 0 1 0 0-160a80 80 0 1 0 0 160m192-32c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48m0 32a80 80 0 1 0 0-160a80 80 0 1 0 0 160"/></svg>
</template>

CSS

.icon-face-rolling-eyes {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2048a208%20208%200%201%201%200%20416a208%20208%200%201%201%200-416m0%20464a256%20256%200%201%200%200-512a256%20256%200%201%200%200%20512m-88-136c0%2013.3%2010.7%2024%2024%2024h128c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H192c-13.3%200-24%2010.7-24%2024m-8-104c-26.5%200-48-21.5-48-48c0-14.3%206.3-27.2%2016.2-36c-.2%201.3-.2%202.6-.2%204c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32c0-1.4-.1-2.7-.2-4c10%208.8%2016.2%2021.7%2016.2%2036c0%2026.5-21.5%2048-48%2048m0%2032a80%2080%200%201%200%200-160a80%2080%200%201%200%200%20160m192-32c-26.5%200-48-21.5-48-48c0-14.3%206.3-27.2%2016.2-36c-.2%201.3-.2%202.6-.2%204c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32c0-1.4-.1-2.7-.2-4c10%208.8%2016.2%2021.7%2016.2%2036c0%2026.5-21.5%2048-48%2048m0%2032a80%2080%200%201%200%200-160a80%2080%200%201%200%200%20160%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2048a208%20208%200%201%201%200%20416a208%20208%200%201%201%200-416m0%20464a256%20256%200%201%200%200-512a256%20256%200%201%200%200%20512m-88-136c0%2013.3%2010.7%2024%2024%2024h128c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H192c-13.3%200-24%2010.7-24%2024m-8-104c-26.5%200-48-21.5-48-48c0-14.3%206.3-27.2%2016.2-36c-.2%201.3-.2%202.6-.2%204c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32c0-1.4-.1-2.7-.2-4c10%208.8%2016.2%2021.7%2016.2%2036c0%2026.5-21.5%2048-48%2048m0%2032a80%2080%200%201%200%200-160a80%2080%200%201%200%200%20160m192-32c-26.5%200-48-21.5-48-48c0-14.3%206.3-27.2%2016.2-36c-.2%201.3-.2%202.6-.2%204c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32c0-1.4-.1-2.7-.2-4c10%208.8%2016.2%2021.7%2016.2%2036c0%2026.5-21.5%2048-48%2048m0%2032a80%2080%200%201%200%200-160a80%2080%200%201%200%200%20160%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/face-rolling-eyes.svg?color=%231a73e8&size=48