face with spiral eyes emoji

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

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

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji High Contrast

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="currentColor"><path d="M5.958 13.476c.343-2.178 2.336-3.897 4.529-3.419h.001a3.283 3.283 0 0 1 2.515 3.901a2.42 2.42 0 0 1-2.882 1.854a1.74 1.74 0 0 1-1.334-2.069c.081-.367.255-.587.434-.705c.174-.115.43-.184.781-.112a.2.2 0 0 1 .034.034c.042.05.08.13.098.217l.003.017a1 1 0 0 0 .751 1.843a1.71 1.71 0 0 0 1.102-.995c.175-.42.181-.868.106-1.25c-.139-.708-.666-1.609-1.67-1.82c-.823-.175-1.638-.044-2.307.397c-.666.44-1.107 1.135-1.286 1.946v.004a3.74 3.74 0 0 0 2.866 4.448a4.42 4.42 0 0 0 5.258-3.386a5.283 5.283 0 0 0-4.044-6.278c-3.587-.782-6.454 2.039-6.93 5.061a1 1 0 1 0 1.975.312m8.102 8.17a1.5 1.5 0 0 0-2.12 0L10 23.586l-1.793-1.793a1 1 0 0 0-1.414 1.414l2.146 2.147a1.5 1.5 0 0 0 2.122 0L13 23.414l1.94 1.94a1.5 1.5 0 0 0 2.12 0l1.94-1.94l1.94 1.94a1.5 1.5 0 0 0 2.12 0l2.147-2.147a1 1 0 0 0-1.414-1.414L22 23.586l-1.94-1.94a1.5 1.5 0 0 0-2.12 0L16 23.586zm7.423-11.589c2.193-.478 4.186 1.241 4.53 3.419a1 1 0 1 0 1.975-.312c-.477-3.022-3.345-5.843-6.931-5.061a5.283 5.283 0 0 0-4.045 6.278a4.42 4.42 0 0 0 5.26 3.386a3.74 3.74 0 0 0 2.865-4.448v-.004c-.18-.811-.62-1.506-1.286-1.946c-.669-.441-1.484-.572-2.308-.397c-1.003.211-1.53 1.112-1.67 1.82c-.074.382-.068.83.107 1.25a1.71 1.71 0 0 0 1.102.995a1 1 0 0 0 .751-1.843l.003-.017a.5.5 0 0 1 .098-.217a.2.2 0 0 1 .033-.034c.351-.072.607-.003.782.112c.179.118.352.338.434.705a1.74 1.74 0 0 1-1.334 2.07a2.42 2.42 0 0 1-2.882-1.854a3.283 3.283 0 0 1 2.514-3.902zm.49 2.866"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastFaceWithSpiralEyes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M5.958 13.476c.343-2.178 2.336-3.897 4.529-3.419h.001a3.283 3.283 0 0 1 2.515 3.901a2.42 2.42 0 0 1-2.882 1.854a1.74 1.74 0 0 1-1.334-2.069c.081-.367.255-.587.434-.705c.174-.115.43-.184.781-.112a.2.2 0 0 1 .034.034c.042.05.08.13.098.217l.003.017a1 1 0 0 0 .751 1.843a1.71 1.71 0 0 0 1.102-.995c.175-.42.181-.868.106-1.25c-.139-.708-.666-1.609-1.67-1.82c-.823-.175-1.638-.044-2.307.397c-.666.44-1.107 1.135-1.286 1.946v.004a3.74 3.74 0 0 0 2.866 4.448a4.42 4.42 0 0 0 5.258-3.386a5.283 5.283 0 0 0-4.044-6.278c-3.587-.782-6.454 2.039-6.93 5.061a1 1 0 1 0 1.975.312m8.102 8.17a1.5 1.5 0 0 0-2.12 0L10 23.586l-1.793-1.793a1 1 0 0 0-1.414 1.414l2.146 2.147a1.5 1.5 0 0 0 2.122 0L13 23.414l1.94 1.94a1.5 1.5 0 0 0 2.12 0l1.94-1.94l1.94 1.94a1.5 1.5 0 0 0 2.12 0l2.147-2.147a1 1 0 0 0-1.414-1.414L22 23.586l-1.94-1.94a1.5 1.5 0 0 0-2.12 0L16 23.586zm7.423-11.589c2.193-.478 4.186 1.241 4.53 3.419a1 1 0 1 0 1.975-.312c-.477-3.022-3.345-5.843-6.931-5.061a5.283 5.283 0 0 0-4.045 6.278a4.42 4.42 0 0 0 5.26 3.386a3.74 3.74 0 0 0 2.865-4.448v-.004c-.18-.811-.62-1.506-1.286-1.946c-.669-.441-1.484-.572-2.308-.397c-1.003.211-1.53 1.112-1.67 1.82c-.074.382-.068.83.107 1.25a1.71 1.71 0 0 0 1.102.995a1 1 0 0 0 .751-1.843l.003-.017a.5.5 0 0 1 .098-.217a.2.2 0 0 1 .033-.034c.351-.072.607-.003.782.112c.179.118.352.338.434.705a1.74 1.74 0 0 1-1.334 2.07a2.42 2.42 0 0 1-2.882-1.854a3.283 3.283 0 0 1 2.514-3.902zm.49 2.866"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M5.958 13.476c.343-2.178 2.336-3.897 4.529-3.419h.001a3.283 3.283 0 0 1 2.515 3.901a2.42 2.42 0 0 1-2.882 1.854a1.74 1.74 0 0 1-1.334-2.069c.081-.367.255-.587.434-.705c.174-.115.43-.184.781-.112a.2.2 0 0 1 .034.034c.042.05.08.13.098.217l.003.017a1 1 0 0 0 .751 1.843a1.71 1.71 0 0 0 1.102-.995c.175-.42.181-.868.106-1.25c-.139-.708-.666-1.609-1.67-1.82c-.823-.175-1.638-.044-2.307.397c-.666.44-1.107 1.135-1.286 1.946v.004a3.74 3.74 0 0 0 2.866 4.448a4.42 4.42 0 0 0 5.258-3.386a5.283 5.283 0 0 0-4.044-6.278c-3.587-.782-6.454 2.039-6.93 5.061a1 1 0 1 0 1.975.312m8.102 8.17a1.5 1.5 0 0 0-2.12 0L10 23.586l-1.793-1.793a1 1 0 0 0-1.414 1.414l2.146 2.147a1.5 1.5 0 0 0 2.122 0L13 23.414l1.94 1.94a1.5 1.5 0 0 0 2.12 0l1.94-1.94l1.94 1.94a1.5 1.5 0 0 0 2.12 0l2.147-2.147a1 1 0 0 0-1.414-1.414L22 23.586l-1.94-1.94a1.5 1.5 0 0 0-2.12 0L16 23.586zm7.423-11.589c2.193-.478 4.186 1.241 4.53 3.419a1 1 0 1 0 1.975-.312c-.477-3.022-3.345-5.843-6.931-5.061a5.283 5.283 0 0 0-4.045 6.278a4.42 4.42 0 0 0 5.26 3.386a3.74 3.74 0 0 0 2.865-4.448v-.004c-.18-.811-.62-1.506-1.286-1.946c-.669-.441-1.484-.572-2.308-.397c-1.003.211-1.53 1.112-1.67 1.82c-.074.382-.068.83.107 1.25a1.71 1.71 0 0 0 1.102.995a1 1 0 0 0 .751-1.843l.003-.017a.5.5 0 0 1 .098-.217a.2.2 0 0 1 .033-.034c.351-.072.607-.003.782.112c.179.118.352.338.434.705a1.74 1.74 0 0 1-1.334 2.07a2.42 2.42 0 0 1-2.882-1.854a3.283 3.283 0 0 1 2.514-3.902zm.49 2.866"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/></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%22currentColor%22%3E%3Cpath%20d%3D%22M5.958%2013.476c.343-2.178%202.336-3.897%204.529-3.419h.001a3.283%203.283%200%200%201%202.515%203.901a2.42%202.42%200%200%201-2.882%201.854a1.74%201.74%200%200%201-1.334-2.069c.081-.367.255-.587.434-.705c.174-.115.43-.184.781-.112a.2.2%200%200%201%20.034.034c.042.05.08.13.098.217l.003.017a1%201%200%200%200%20.751%201.843a1.71%201.71%200%200%200%201.102-.995c.175-.42.181-.868.106-1.25c-.139-.708-.666-1.609-1.67-1.82c-.823-.175-1.638-.044-2.307.397c-.666.44-1.107%201.135-1.286%201.946v.004a3.74%203.74%200%200%200%202.866%204.448a4.42%204.42%200%200%200%205.258-3.386a5.283%205.283%200%200%200-4.044-6.278c-3.587-.782-6.454%202.039-6.93%205.061a1%201%200%201%200%201.975.312m8.102%208.17a1.5%201.5%200%200%200-2.12%200L10%2023.586l-1.793-1.793a1%201%200%200%200-1.414%201.414l2.146%202.147a1.5%201.5%200%200%200%202.122%200L13%2023.414l1.94%201.94a1.5%201.5%200%200%200%202.12%200l1.94-1.94l1.94%201.94a1.5%201.5%200%200%200%202.12%200l2.147-2.147a1%201%200%200%200-1.414-1.414L22%2023.586l-1.94-1.94a1.5%201.5%200%200%200-2.12%200L16%2023.586zm7.423-11.589c2.193-.478%204.186%201.241%204.53%203.419a1%201%200%201%200%201.975-.312c-.477-3.022-3.345-5.843-6.931-5.061a5.283%205.283%200%200%200-4.045%206.278a4.42%204.42%200%200%200%205.26%203.386a3.74%203.74%200%200%200%202.865-4.448v-.004c-.18-.811-.62-1.506-1.286-1.946c-.669-.441-1.484-.572-2.308-.397c-1.003.211-1.53%201.112-1.67%201.82c-.074.382-.068.83.107%201.25a1.71%201.71%200%200%200%201.102.995a1%201%200%200%200%20.751-1.843l.003-.017a.5.5%200%200%201%20.098-.217a.2.2%200%200%201%20.033-.034c.351-.072.607-.003.782.112c.179.118.352.338.434.705a1.74%201.74%200%200%201-1.334%202.07a2.42%202.42%200%200%201-2.882-1.854a3.283%203.283%200%200%201%202.514-3.902zm.49%202.866%22%2F%3E%3Cpath%20d%3D%22M15.999%201C11.095%201%207.313%202.654%204.763%205.423C2.226%208.178%201%2011.938%201%2015.999s1.226%207.82%203.763%2010.576c2.55%202.769%206.332%204.423%2011.236%204.423s8.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576S29.77%208.178%2027.234%205.423C24.684%202.654%2020.903%201%2016%201M3%2015.999c0-3.67%201.106-6.91%203.235-9.221C8.35%204.48%2011.568%203%2015.999%203s7.648%201.48%209.764%203.778c2.129%202.311%203.235%205.55%203.235%209.22s-1.106%206.91-3.235%209.222c-2.116%202.298-5.333%203.778-9.764%203.778s-7.648-1.48-9.764-3.778C4.105%2022.91%203%2019.67%203%2016%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%22currentColor%22%3E%3Cpath%20d%3D%22M5.958%2013.476c.343-2.178%202.336-3.897%204.529-3.419h.001a3.283%203.283%200%200%201%202.515%203.901a2.42%202.42%200%200%201-2.882%201.854a1.74%201.74%200%200%201-1.334-2.069c.081-.367.255-.587.434-.705c.174-.115.43-.184.781-.112a.2.2%200%200%201%20.034.034c.042.05.08.13.098.217l.003.017a1%201%200%200%200%20.751%201.843a1.71%201.71%200%200%200%201.102-.995c.175-.42.181-.868.106-1.25c-.139-.708-.666-1.609-1.67-1.82c-.823-.175-1.638-.044-2.307.397c-.666.44-1.107%201.135-1.286%201.946v.004a3.74%203.74%200%200%200%202.866%204.448a4.42%204.42%200%200%200%205.258-3.386a5.283%205.283%200%200%200-4.044-6.278c-3.587-.782-6.454%202.039-6.93%205.061a1%201%200%201%200%201.975.312m8.102%208.17a1.5%201.5%200%200%200-2.12%200L10%2023.586l-1.793-1.793a1%201%200%200%200-1.414%201.414l2.146%202.147a1.5%201.5%200%200%200%202.122%200L13%2023.414l1.94%201.94a1.5%201.5%200%200%200%202.12%200l1.94-1.94l1.94%201.94a1.5%201.5%200%200%200%202.12%200l2.147-2.147a1%201%200%200%200-1.414-1.414L22%2023.586l-1.94-1.94a1.5%201.5%200%200%200-2.12%200L16%2023.586zm7.423-11.589c2.193-.478%204.186%201.241%204.53%203.419a1%201%200%201%200%201.975-.312c-.477-3.022-3.345-5.843-6.931-5.061a5.283%205.283%200%200%200-4.045%206.278a4.42%204.42%200%200%200%205.26%203.386a3.74%203.74%200%200%200%202.865-4.448v-.004c-.18-.811-.62-1.506-1.286-1.946c-.669-.441-1.484-.572-2.308-.397c-1.003.211-1.53%201.112-1.67%201.82c-.074.382-.068.83.107%201.25a1.71%201.71%200%200%200%201.102.995a1%201%200%200%200%20.751-1.843l.003-.017a.5.5%200%200%201%20.098-.217a.2.2%200%200%201%20.033-.034c.351-.072.607-.003.782.112c.179.118.352.338.434.705a1.74%201.74%200%200%201-1.334%202.07a2.42%202.42%200%200%201-2.882-1.854a3.283%203.283%200%200%201%202.514-3.902zm.49%202.866%22%2F%3E%3Cpath%20d%3D%22M15.999%201C11.095%201%207.313%202.654%204.763%205.423C2.226%208.178%201%2011.938%201%2015.999s1.226%207.82%203.763%2010.576c2.55%202.769%206.332%204.423%2011.236%204.423s8.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576S29.77%208.178%2027.234%205.423C24.684%202.654%2020.903%201%2016%201M3%2015.999c0-3.67%201.106-6.91%203.235-9.221C8.35%204.48%2011.568%203%2015.999%203s7.648%201.48%209.764%203.778c2.129%202.311%203.235%205.55%203.235%209.22s-1.106%206.91-3.235%209.222c-2.116%202.298-5.333%203.778-9.764%203.778s-7.648-1.48-9.764-3.778C4.105%2022.91%203%2019.67%203%2016%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-high-contrast/face-with-spiral-eyes.svg?color=%231a73e8&size=48