face with spiral eyes emoji

face-with-spiral-eyes from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
face-with-spiral-eyes
Set
Fluent Emoji Flat
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji Flat

Use the face with spiral eyes emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#402a32" d="M10.487 10.057c-2.193-.478-4.186 1.241-4.53 3.419a1 1 0 1 1-1.975-.312c.477-3.022 3.344-5.843 6.931-5.061a5.283 5.283 0 0 1 4.044 6.278A4.42 4.42 0 0 1 9.7 17.767a3.74 3.74 0 0 1-2.866-4.448v-.004c.18-.811.62-1.506 1.286-1.946c.669-.441 1.484-.572 2.308-.397c1.003.211 1.53 1.112 1.67 1.82c.074.382.068.83-.107 1.25a1.71 1.71 0 0 1-1.102.995a1 1 0 0 1-.751-1.843l-.003-.017a.5.5 0 0 0-.098-.217a.2.2 0 0 0-.034-.034c-.35-.072-.607-.003-.781.112c-.179.118-.353.338-.434.705a1.74 1.74 0 0 0 1.334 2.07a2.42 2.42 0 0 0 2.882-1.854a3.284 3.284 0 0 0-2.515-3.902zm-.49 2.866l.003.001zm1.943 8.724a1.5 1.5 0 0 1 2.12 0L16 23.586l1.94-1.94a1.5 1.5 0 0 1 2.12 0l1.94 1.94l1.793-1.793a1 1 0 0 1 1.414 1.414l-2.146 2.147a1.5 1.5 0 0 1-2.122 0L19 23.414l-1.94 1.94a1.5 1.5 0 0 1-2.12 0L13 23.414l-1.94 1.94a1.5 1.5 0 0 1-2.12 0l-2.147-2.147a1 1 0 1 1 1.414-1.414L10 23.586zm14.072-8.171c-.343-2.178-2.336-3.897-4.53-3.419a3.283 3.283 0 0 0-2.515 3.901a2.42 2.42 0 0 0 2.882 1.855a1.74 1.74 0 0 0 1.334-2.07c-.082-.367-.255-.587-.434-.705c-.175-.115-.43-.184-.782-.112a.2.2 0 0 0-.033.034a.5.5 0 0 0-.098.217l-.003.017a1 1 0 0 1-.751 1.843a1.71 1.71 0 0 1-1.102-.995a2.17 2.17 0 0 1-.107-1.25c.14-.708.667-1.609 1.67-1.82c.824-.175 1.64-.044 2.308.397c.666.44 1.107 1.135 1.285 1.946l.001.004a3.74 3.74 0 0 1-2.866 4.448a4.42 4.42 0 0 1-5.259-3.386a5.283 5.283 0 0 1 4.045-6.278c3.586-.782 6.454 2.039 6.93 5.061a1 1 0 1 1-1.975.312m-4.04-.553"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatFaceWithSpiralEyes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#402a32" d="M10.487 10.057c-2.193-.478-4.186 1.241-4.53 3.419a1 1 0 1 1-1.975-.312c.477-3.022 3.344-5.843 6.931-5.061a5.283 5.283 0 0 1 4.044 6.278A4.42 4.42 0 0 1 9.7 17.767a3.74 3.74 0 0 1-2.866-4.448v-.004c.18-.811.62-1.506 1.286-1.946c.669-.441 1.484-.572 2.308-.397c1.003.211 1.53 1.112 1.67 1.82c.074.382.068.83-.107 1.25a1.71 1.71 0 0 1-1.102.995a1 1 0 0 1-.751-1.843l-.003-.017a.5.5 0 0 0-.098-.217a.2.2 0 0 0-.034-.034c-.35-.072-.607-.003-.781.112c-.179.118-.353.338-.434.705a1.74 1.74 0 0 0 1.334 2.07a2.42 2.42 0 0 0 2.882-1.854a3.284 3.284 0 0 0-2.515-3.902zm-.49 2.866l.003.001zm1.943 8.724a1.5 1.5 0 0 1 2.12 0L16 23.586l1.94-1.94a1.5 1.5 0 0 1 2.12 0l1.94 1.94l1.793-1.793a1 1 0 0 1 1.414 1.414l-2.146 2.147a1.5 1.5 0 0 1-2.122 0L19 23.414l-1.94 1.94a1.5 1.5 0 0 1-2.12 0L13 23.414l-1.94 1.94a1.5 1.5 0 0 1-2.12 0l-2.147-2.147a1 1 0 1 1 1.414-1.414L10 23.586zm14.072-8.171c-.343-2.178-2.336-3.897-4.53-3.419a3.283 3.283 0 0 0-2.515 3.901a2.42 2.42 0 0 0 2.882 1.855a1.74 1.74 0 0 0 1.334-2.07c-.082-.367-.255-.587-.434-.705c-.175-.115-.43-.184-.782-.112a.2.2 0 0 0-.033.034a.5.5 0 0 0-.098.217l-.003.017a1 1 0 0 1-.751 1.843a1.71 1.71 0 0 1-1.102-.995a2.17 2.17 0 0 1-.107-1.25c.14-.708.667-1.609 1.67-1.82c.824-.175 1.64-.044 2.308.397c.666.44 1.107 1.135 1.285 1.946l.001.004a3.74 3.74 0 0 1-2.866 4.448a4.42 4.42 0 0 1-5.259-3.386a5.283 5.283 0 0 1 4.045-6.278c3.586-.782 6.454 2.039 6.93 5.061a1 1 0 1 1-1.975.312m-4.04-.553"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#402a32" d="M10.487 10.057c-2.193-.478-4.186 1.241-4.53 3.419a1 1 0 1 1-1.975-.312c.477-3.022 3.344-5.843 6.931-5.061a5.283 5.283 0 0 1 4.044 6.278A4.42 4.42 0 0 1 9.7 17.767a3.74 3.74 0 0 1-2.866-4.448v-.004c.18-.811.62-1.506 1.286-1.946c.669-.441 1.484-.572 2.308-.397c1.003.211 1.53 1.112 1.67 1.82c.074.382.068.83-.107 1.25a1.71 1.71 0 0 1-1.102.995a1 1 0 0 1-.751-1.843l-.003-.017a.5.5 0 0 0-.098-.217a.2.2 0 0 0-.034-.034c-.35-.072-.607-.003-.781.112c-.179.118-.353.338-.434.705a1.74 1.74 0 0 0 1.334 2.07a2.42 2.42 0 0 0 2.882-1.854a3.284 3.284 0 0 0-2.515-3.902zm-.49 2.866l.003.001zm1.943 8.724a1.5 1.5 0 0 1 2.12 0L16 23.586l1.94-1.94a1.5 1.5 0 0 1 2.12 0l1.94 1.94l1.793-1.793a1 1 0 0 1 1.414 1.414l-2.146 2.147a1.5 1.5 0 0 1-2.122 0L19 23.414l-1.94 1.94a1.5 1.5 0 0 1-2.12 0L13 23.414l-1.94 1.94a1.5 1.5 0 0 1-2.12 0l-2.147-2.147a1 1 0 1 1 1.414-1.414L10 23.586zm14.072-8.171c-.343-2.178-2.336-3.897-4.53-3.419a3.283 3.283 0 0 0-2.515 3.901a2.42 2.42 0 0 0 2.882 1.855a1.74 1.74 0 0 0 1.334-2.07c-.082-.367-.255-.587-.434-.705c-.175-.115-.43-.184-.782-.112a.2.2 0 0 0-.033.034a.5.5 0 0 0-.098.217l-.003.017a1 1 0 0 1-.751 1.843a1.71 1.71 0 0 1-1.102-.995a2.17 2.17 0 0 1-.107-1.25c.14-.708.667-1.609 1.67-1.82c.824-.175 1.64-.044 2.308.397c.666.44 1.107 1.135 1.285 1.946l.001.004a3.74 3.74 0 0 1-2.866 4.448a4.42 4.42 0 0 1-5.259-3.386a5.283 5.283 0 0 1 4.045-6.278c3.586-.782 6.454 2.039 6.93 5.061a1 1 0 1 1-1.975.312m-4.04-.553"/></g></svg>
</template>

CSS

.icon-face-with-spiral-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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.999%2029.998c9.334%200%2013.999-6.268%2013.999-14c0-7.73-4.665-13.998-14-13.998C6.665%202%202%208.268%202%2015.999s4.664%2013.999%2013.999%2013.999%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M10.487%2010.057c-2.193-.478-4.186%201.241-4.53%203.419a1%201%200%201%201-1.975-.312c.477-3.022%203.344-5.843%206.931-5.061a5.283%205.283%200%200%201%204.044%206.278A4.42%204.42%200%200%201%209.7%2017.767a3.74%203.74%200%200%201-2.866-4.448v-.004c.18-.811.62-1.506%201.286-1.946c.669-.441%201.484-.572%202.308-.397c1.003.211%201.53%201.112%201.67%201.82c.074.382.068.83-.107%201.25a1.71%201.71%200%200%201-1.102.995a1%201%200%200%201-.751-1.843l-.003-.017a.5.5%200%200%200-.098-.217a.2.2%200%200%200-.034-.034c-.35-.072-.607-.003-.781.112c-.179.118-.353.338-.434.705a1.74%201.74%200%200%200%201.334%202.07a2.42%202.42%200%200%200%202.882-1.854a3.284%203.284%200%200%200-2.515-3.902zm-.49%202.866l.003.001zm1.943%208.724a1.5%201.5%200%200%201%202.12%200L16%2023.586l1.94-1.94a1.5%201.5%200%200%201%202.12%200l1.94%201.94l1.793-1.793a1%201%200%200%201%201.414%201.414l-2.146%202.147a1.5%201.5%200%200%201-2.122%200L19%2023.414l-1.94%201.94a1.5%201.5%200%200%201-2.12%200L13%2023.414l-1.94%201.94a1.5%201.5%200%200%201-2.12%200l-2.147-2.147a1%201%200%201%201%201.414-1.414L10%2023.586zm14.072-8.171c-.343-2.178-2.336-3.897-4.53-3.419a3.283%203.283%200%200%200-2.515%203.901a2.42%202.42%200%200%200%202.882%201.855a1.74%201.74%200%200%200%201.334-2.07c-.082-.367-.255-.587-.434-.705c-.175-.115-.43-.184-.782-.112a.2.2%200%200%200-.033.034a.5.5%200%200%200-.098.217l-.003.017a1%201%200%200%201-.751%201.843a1.71%201.71%200%200%201-1.102-.995a2.17%202.17%200%200%201-.107-1.25c.14-.708.667-1.609%201.67-1.82c.824-.175%201.64-.044%202.308.397c.666.44%201.107%201.135%201.285%201.946l.001.004a3.74%203.74%200%200%201-2.866%204.448a4.42%204.42%200%200%201-5.259-3.386a5.283%205.283%200%200%201%204.045-6.278c3.586-.782%206.454%202.039%206.93%205.061a1%201%200%201%201-1.975.312m-4.04-.553%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.999%2029.998c9.334%200%2013.999-6.268%2013.999-14c0-7.73-4.665-13.998-14-13.998C6.665%202%202%208.268%202%2015.999s4.664%2013.999%2013.999%2013.999%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M10.487%2010.057c-2.193-.478-4.186%201.241-4.53%203.419a1%201%200%201%201-1.975-.312c.477-3.022%203.344-5.843%206.931-5.061a5.283%205.283%200%200%201%204.044%206.278A4.42%204.42%200%200%201%209.7%2017.767a3.74%203.74%200%200%201-2.866-4.448v-.004c.18-.811.62-1.506%201.286-1.946c.669-.441%201.484-.572%202.308-.397c1.003.211%201.53%201.112%201.67%201.82c.074.382.068.83-.107%201.25a1.71%201.71%200%200%201-1.102.995a1%201%200%200%201-.751-1.843l-.003-.017a.5.5%200%200%200-.098-.217a.2.2%200%200%200-.034-.034c-.35-.072-.607-.003-.781.112c-.179.118-.353.338-.434.705a1.74%201.74%200%200%200%201.334%202.07a2.42%202.42%200%200%200%202.882-1.854a3.284%203.284%200%200%200-2.515-3.902zm-.49%202.866l.003.001zm1.943%208.724a1.5%201.5%200%200%201%202.12%200L16%2023.586l1.94-1.94a1.5%201.5%200%200%201%202.12%200l1.94%201.94l1.793-1.793a1%201%200%200%201%201.414%201.414l-2.146%202.147a1.5%201.5%200%200%201-2.122%200L19%2023.414l-1.94%201.94a1.5%201.5%200%200%201-2.12%200L13%2023.414l-1.94%201.94a1.5%201.5%200%200%201-2.12%200l-2.147-2.147a1%201%200%201%201%201.414-1.414L10%2023.586zm14.072-8.171c-.343-2.178-2.336-3.897-4.53-3.419a3.283%203.283%200%200%200-2.515%203.901a2.42%202.42%200%200%200%202.882%201.855a1.74%201.74%200%200%200%201.334-2.07c-.082-.367-.255-.587-.434-.705c-.175-.115-.43-.184-.782-.112a.2.2%200%200%200-.033.034a.5.5%200%200%200-.098.217l-.003.017a1%201%200%200%201-.751%201.843a1.71%201.71%200%200%201-1.102-.995a2.17%202.17%200%200%201-.107-1.25c.14-.708.667-1.609%201.67-1.82c.824-.175%201.64-.044%202.308.397c.666.44%201.107%201.135%201.285%201.946l.001.004a3.74%203.74%200%200%201-2.866%204.448a4.42%204.42%200%200%201-5.259-3.386a5.283%205.283%200%200%201%204.045-6.278c3.586-.782%206.454%202.039%206.93%205.061a1%201%200%201%201-1.975.312m-4.04-.553%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/face-with-spiral-eyes.svg?color=%231a73e8&size=48