face with spiral eyes emoji

face-with-spiral-eyes from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.

Name
face-with-spiral-eyes
Set
Twitter Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More smileys & emotion icons from Twitter Emoji

Use the face with spiral eyes emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><path fill="#664500" d="M22.886 27.485c-1.575 0-2.393-.797-3.049-1.437c-.56-.545-.965-.939-1.827-.939c-.863 0-1.268.395-1.827.939c-.656.64-1.474 1.437-3.048 1.437s-2.39-.797-3.046-1.437c-.557-.544-.96-.937-1.815-.939c-.611.002-.97.193-1.32.48a.875.875 0 0 1-1.109-1.353a3.66 3.66 0 0 1 2.405-.877h.049c1.552.012 2.361.801 3.012 1.437c.559.546.963.939 1.824.939c.863 0 1.268-.395 1.828-.939c.656-.64 1.474-1.437 3.048-1.437s2.392.796 3.048 1.437c.561.545.965.939 1.828.939s1.268-.395 1.828-.939c.656-.641 1.474-1.437 3.049-1.437c.913 0 1.67.263 2.383.828a.875.875 0 1 1-1.087 1.371c-.294-.233-.654-.449-1.295-.449c-.863 0-1.268.395-1.828.939c-.659.641-1.476 1.437-3.051 1.437m-11.491-8.61a3.766 3.766 0 0 1-3.762-3.762a3.767 3.767 0 0 1 3.762-3.763c1.279 0 2.319 1.04 2.319 2.319s-1.04 2.319-2.319 2.319a.875.875 0 0 1 0-1.75a.57.57 0 0 0 0-1.138a2.015 2.015 0 0 0-2.012 2.013c0 1.109.903 2.012 2.012 2.012c1.906 0 3.456-1.55 3.456-3.456s-1.55-3.456-3.456-3.456a4.905 4.905 0 0 0-4.899 4.9a.875.875 0 0 1-1.75 0a6.657 6.657 0 0 1 6.649-6.65c2.871 0 5.206 2.335 5.206 5.206s-2.334 5.206-5.206 5.206m13.209 0c-2.871 0-5.206-2.335-5.206-5.206s2.335-5.206 5.206-5.206c2.075 0 3.763 1.688 3.763 3.762s-1.688 3.763-3.763 3.763c-1.278 0-2.318-1.04-2.318-2.319s1.04-2.319 2.318-2.319a.875.875 0 0 1 0 1.75a.57.57 0 0 0 0 1.138a2.016 2.016 0 0 0 2.013-2.013a2.015 2.015 0 0 0-2.013-2.012a3.46 3.46 0 0 0-3.456 3.456a3.46 3.46 0 0 0 3.456 3.456a4.905 4.905 0 0 0 4.899-4.899a.875.875 0 0 1 1.75 0c.001 3.666-2.983 6.649-6.649 6.649"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiFaceWithSpiralEyes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><path fill="#664500" d="M22.886 27.485c-1.575 0-2.393-.797-3.049-1.437c-.56-.545-.965-.939-1.827-.939c-.863 0-1.268.395-1.827.939c-.656.64-1.474 1.437-3.048 1.437s-2.39-.797-3.046-1.437c-.557-.544-.96-.937-1.815-.939c-.611.002-.97.193-1.32.48a.875.875 0 0 1-1.109-1.353a3.66 3.66 0 0 1 2.405-.877h.049c1.552.012 2.361.801 3.012 1.437c.559.546.963.939 1.824.939c.863 0 1.268-.395 1.828-.939c.656-.64 1.474-1.437 3.048-1.437s2.392.796 3.048 1.437c.561.545.965.939 1.828.939s1.268-.395 1.828-.939c.656-.641 1.474-1.437 3.049-1.437c.913 0 1.67.263 2.383.828a.875.875 0 1 1-1.087 1.371c-.294-.233-.654-.449-1.295-.449c-.863 0-1.268.395-1.828.939c-.659.641-1.476 1.437-3.051 1.437m-11.491-8.61a3.766 3.766 0 0 1-3.762-3.762a3.767 3.767 0 0 1 3.762-3.763c1.279 0 2.319 1.04 2.319 2.319s-1.04 2.319-2.319 2.319a.875.875 0 0 1 0-1.75a.57.57 0 0 0 0-1.138a2.015 2.015 0 0 0-2.012 2.013c0 1.109.903 2.012 2.012 2.012c1.906 0 3.456-1.55 3.456-3.456s-1.55-3.456-3.456-3.456a4.905 4.905 0 0 0-4.899 4.9a.875.875 0 0 1-1.75 0a6.657 6.657 0 0 1 6.649-6.65c2.871 0 5.206 2.335 5.206 5.206s-2.334 5.206-5.206 5.206m13.209 0c-2.871 0-5.206-2.335-5.206-5.206s2.335-5.206 5.206-5.206c2.075 0 3.763 1.688 3.763 3.762s-1.688 3.763-3.763 3.763c-1.278 0-2.318-1.04-2.318-2.319s1.04-2.319 2.318-2.319a.875.875 0 0 1 0 1.75a.57.57 0 0 0 0 1.138a2.016 2.016 0 0 0 2.013-2.013a2.015 2.015 0 0 0-2.013-2.012a3.46 3.46 0 0 0-3.456 3.456a3.46 3.46 0 0 0 3.456 3.456a4.905 4.905 0 0 0 4.899-4.899a.875.875 0 0 1 1.75 0c.001 3.666-2.983 6.649-6.649 6.649"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><path fill="#664500" d="M22.886 27.485c-1.575 0-2.393-.797-3.049-1.437c-.56-.545-.965-.939-1.827-.939c-.863 0-1.268.395-1.827.939c-.656.64-1.474 1.437-3.048 1.437s-2.39-.797-3.046-1.437c-.557-.544-.96-.937-1.815-.939c-.611.002-.97.193-1.32.48a.875.875 0 0 1-1.109-1.353a3.66 3.66 0 0 1 2.405-.877h.049c1.552.012 2.361.801 3.012 1.437c.559.546.963.939 1.824.939c.863 0 1.268-.395 1.828-.939c.656-.64 1.474-1.437 3.048-1.437s2.392.796 3.048 1.437c.561.545.965.939 1.828.939s1.268-.395 1.828-.939c.656-.641 1.474-1.437 3.049-1.437c.913 0 1.67.263 2.383.828a.875.875 0 1 1-1.087 1.371c-.294-.233-.654-.449-1.295-.449c-.863 0-1.268.395-1.828.939c-.659.641-1.476 1.437-3.051 1.437m-11.491-8.61a3.766 3.766 0 0 1-3.762-3.762a3.767 3.767 0 0 1 3.762-3.763c1.279 0 2.319 1.04 2.319 2.319s-1.04 2.319-2.319 2.319a.875.875 0 0 1 0-1.75a.57.57 0 0 0 0-1.138a2.015 2.015 0 0 0-2.012 2.013c0 1.109.903 2.012 2.012 2.012c1.906 0 3.456-1.55 3.456-3.456s-1.55-3.456-3.456-3.456a4.905 4.905 0 0 0-4.899 4.9a.875.875 0 0 1-1.75 0a6.657 6.657 0 0 1 6.649-6.65c2.871 0 5.206 2.335 5.206 5.206s-2.334 5.206-5.206 5.206m13.209 0c-2.871 0-5.206-2.335-5.206-5.206s2.335-5.206 5.206-5.206c2.075 0 3.763 1.688 3.763 3.762s-1.688 3.763-3.763 3.763c-1.278 0-2.318-1.04-2.318-2.319s1.04-2.319 2.318-2.319a.875.875 0 0 1 0 1.75a.57.57 0 0 0 0 1.138a2.016 2.016 0 0 0 2.013-2.013a2.015 2.015 0 0 0-2.013-2.012a3.46 3.46 0 0 0-3.456 3.456a3.46 3.46 0 0 0 3.456 3.456a4.905 4.905 0 0 0 4.899-4.899a.875.875 0 0 1 1.75 0c.001 3.666-2.983 6.649-6.649 6.649"/></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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M22.886%2027.485c-1.575%200-2.393-.797-3.049-1.437c-.56-.545-.965-.939-1.827-.939c-.863%200-1.268.395-1.827.939c-.656.64-1.474%201.437-3.048%201.437s-2.39-.797-3.046-1.437c-.557-.544-.96-.937-1.815-.939c-.611.002-.97.193-1.32.48a.875.875%200%200%201-1.109-1.353a3.66%203.66%200%200%201%202.405-.877h.049c1.552.012%202.361.801%203.012%201.437c.559.546.963.939%201.824.939c.863%200%201.268-.395%201.828-.939c.656-.64%201.474-1.437%203.048-1.437s2.392.796%203.048%201.437c.561.545.965.939%201.828.939s1.268-.395%201.828-.939c.656-.641%201.474-1.437%203.049-1.437c.913%200%201.67.263%202.383.828a.875.875%200%201%201-1.087%201.371c-.294-.233-.654-.449-1.295-.449c-.863%200-1.268.395-1.828.939c-.659.641-1.476%201.437-3.051%201.437m-11.491-8.61a3.766%203.766%200%200%201-3.762-3.762a3.767%203.767%200%200%201%203.762-3.763c1.279%200%202.319%201.04%202.319%202.319s-1.04%202.319-2.319%202.319a.875.875%200%200%201%200-1.75a.57.57%200%200%200%200-1.138a2.015%202.015%200%200%200-2.012%202.013c0%201.109.903%202.012%202.012%202.012c1.906%200%203.456-1.55%203.456-3.456s-1.55-3.456-3.456-3.456a4.905%204.905%200%200%200-4.899%204.9a.875.875%200%200%201-1.75%200a6.657%206.657%200%200%201%206.649-6.65c2.871%200%205.206%202.335%205.206%205.206s-2.334%205.206-5.206%205.206m13.209%200c-2.871%200-5.206-2.335-5.206-5.206s2.335-5.206%205.206-5.206c2.075%200%203.763%201.688%203.763%203.762s-1.688%203.763-3.763%203.763c-1.278%200-2.318-1.04-2.318-2.319s1.04-2.319%202.318-2.319a.875.875%200%200%201%200%201.75a.57.57%200%200%200%200%201.138a2.016%202.016%200%200%200%202.013-2.013a2.015%202.015%200%200%200-2.013-2.012a3.46%203.46%200%200%200-3.456%203.456a3.46%203.46%200%200%200%203.456%203.456a4.905%204.905%200%200%200%204.899-4.899a.875.875%200%200%201%201.75%200c.001%203.666-2.983%206.649-6.649%206.649%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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M22.886%2027.485c-1.575%200-2.393-.797-3.049-1.437c-.56-.545-.965-.939-1.827-.939c-.863%200-1.268.395-1.827.939c-.656.64-1.474%201.437-3.048%201.437s-2.39-.797-3.046-1.437c-.557-.544-.96-.937-1.815-.939c-.611.002-.97.193-1.32.48a.875.875%200%200%201-1.109-1.353a3.66%203.66%200%200%201%202.405-.877h.049c1.552.012%202.361.801%203.012%201.437c.559.546.963.939%201.824.939c.863%200%201.268-.395%201.828-.939c.656-.64%201.474-1.437%203.048-1.437s2.392.796%203.048%201.437c.561.545.965.939%201.828.939s1.268-.395%201.828-.939c.656-.641%201.474-1.437%203.049-1.437c.913%200%201.67.263%202.383.828a.875.875%200%201%201-1.087%201.371c-.294-.233-.654-.449-1.295-.449c-.863%200-1.268.395-1.828.939c-.659.641-1.476%201.437-3.051%201.437m-11.491-8.61a3.766%203.766%200%200%201-3.762-3.762a3.767%203.767%200%200%201%203.762-3.763c1.279%200%202.319%201.04%202.319%202.319s-1.04%202.319-2.319%202.319a.875.875%200%200%201%200-1.75a.57.57%200%200%200%200-1.138a2.015%202.015%200%200%200-2.012%202.013c0%201.109.903%202.012%202.012%202.012c1.906%200%203.456-1.55%203.456-3.456s-1.55-3.456-3.456-3.456a4.905%204.905%200%200%200-4.899%204.9a.875.875%200%200%201-1.75%200a6.657%206.657%200%200%201%206.649-6.65c2.871%200%205.206%202.335%205.206%205.206s-2.334%205.206-5.206%205.206m13.209%200c-2.871%200-5.206-2.335-5.206-5.206s2.335-5.206%205.206-5.206c2.075%200%203.763%201.688%203.763%203.762s-1.688%203.763-3.763%203.763c-1.278%200-2.318-1.04-2.318-2.319s1.04-2.319%202.318-2.319a.875.875%200%200%201%200%201.75a.57.57%200%200%200%200%201.138a2.016%202.016%200%200%200%202.013-2.013a2.015%202.015%200%200%200-2.013-2.012a3.46%203.46%200%200%200-3.456%203.456a3.46%203.46%200%200%200%203.456%203.456a4.905%204.905%200%200%200%204.899-4.899a.875.875%200%200%201%201.75%200c.001%203.666-2.983%206.649-6.649%206.649%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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