face with spiral eyes emoji
face-with-spiral-eyes from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- face-with-spiral-eyes
- Set
- OpenMoji
- Style
- Default
- Category
- Smileys Emotion
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More smileys emotion icons from OpenMoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecracking-facecrying-cat
Use the face with spiral eyes emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36 12.958a23 23 0 1 0 23 23a23.026 23.026 0 0 0-23-23"/><g stroke="#000" stroke-miterlimit="10"><circle cx="36" cy="35.958" r="23" fill="none" stroke-width="2"/><path stroke-width="2.51" d="M35.778 43.681Z"/><g fill="none" stroke-linecap="round" stroke-width="2"><path d="M41.27 30.937a5.49 5.49 0 1 1 10.979 0"/><path d="M44.93 30.937a1.83 1.83 0 0 1 3.66 0m-7.32 0a7.315 7.315 0 0 0 7.31 7.319h.01"/><path d="M44.93 30.937a3.66 3.66 0 0 0 7.319.12v-.12"/></g><g fill="none" stroke-linecap="round" stroke-width="2"><path d="M19.316 30.937a5.49 5.49 0 0 1 10.978 0"/><path d="M22.975 30.937a1.83 1.83 0 0 1 3.66 0m-7.319 0a7.315 7.315 0 0 0 7.31 7.319h.009"/><path d="M22.975 30.937a3.66 3.66 0 1 0 7.32.114v-.114"/></g></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiFaceWithSpiralEyes(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36 12.958a23 23 0 1 0 23 23a23.026 23.026 0 0 0-23-23"/><g stroke="#000" strokeMiterlimit="10"><circle cx="36" cy="35.958" r="23" fill="none" strokeWidth="2"/><path strokeWidth="2.51" d="M35.778 43.681Z"/><g fill="none" strokeLinecap="round" strokeWidth="2"><path d="M41.27 30.937a5.49 5.49 0 1 1 10.979 0"/><path d="M44.93 30.937a1.83 1.83 0 0 1 3.66 0m-7.32 0a7.315 7.315 0 0 0 7.31 7.319h.01"/><path d="M44.93 30.937a3.66 3.66 0 0 0 7.319.12v-.12"/></g><g fill="none" strokeLinecap="round" strokeWidth="2"><path d="M19.316 30.937a5.49 5.49 0 0 1 10.978 0"/><path d="M22.975 30.937a1.83 1.83 0 0 1 3.66 0m-7.319 0a7.315 7.315 0 0 0 7.31 7.319h.009"/><path d="M22.975 30.937a3.66 3.66 0 1 0 7.32.114v-.114"/></g></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36 12.958a23 23 0 1 0 23 23a23.026 23.026 0 0 0-23-23"/><g stroke="#000" stroke-miterlimit="10"><circle cx="36" cy="35.958" r="23" fill="none" stroke-width="2"/><path stroke-width="2.51" d="M35.778 43.681Z"/><g fill="none" stroke-linecap="round" stroke-width="2"><path d="M41.27 30.937a5.49 5.49 0 1 1 10.979 0"/><path d="M44.93 30.937a1.83 1.83 0 0 1 3.66 0m-7.32 0a7.315 7.315 0 0 0 7.31 7.319h.01"/><path d="M44.93 30.937a3.66 3.66 0 0 0 7.319.12v-.12"/></g><g fill="none" stroke-linecap="round" stroke-width="2"><path d="M19.316 30.937a5.49 5.49 0 0 1 10.978 0"/><path d="M22.975 30.937a1.83 1.83 0 0 1 3.66 0m-7.319 0a7.315 7.315 0 0 0 7.31 7.319h.009"/><path d="M22.975 30.937a3.66 3.66 0 1 0 7.32.114v-.114"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36%2012.958a23%2023%200%201%200%2023%2023a23.026%2023.026%200%200%200-23-23%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.958%22%20r%3D%2223%22%20fill%3D%22none%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20stroke-width%3D%222.51%22%20d%3D%22M35.778%2043.681Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M41.27%2030.937a5.49%205.49%200%201%201%2010.979%200%22%2F%3E%3Cpath%20d%3D%22M44.93%2030.937a1.83%201.83%200%200%201%203.66%200m-7.32%200a7.315%207.315%200%200%200%207.31%207.319h.01%22%2F%3E%3Cpath%20d%3D%22M44.93%2030.937a3.66%203.66%200%200%200%207.319.12v-.12%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M19.316%2030.937a5.49%205.49%200%200%201%2010.978%200%22%2F%3E%3Cpath%20d%3D%22M22.975%2030.937a1.83%201.83%200%200%201%203.66%200m-7.319%200a7.315%207.315%200%200%200%207.31%207.319h.009%22%2F%3E%3Cpath%20d%3D%22M22.975%2030.937a3.66%203.66%200%201%200%207.32.114v-.114%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36%2012.958a23%2023%200%201%200%2023%2023a23.026%2023.026%200%200%200-23-23%22%2F%3E%3Cg%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.958%22%20r%3D%2223%22%20fill%3D%22none%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20stroke-width%3D%222.51%22%20d%3D%22M35.778%2043.681Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M41.27%2030.937a5.49%205.49%200%201%201%2010.979%200%22%2F%3E%3Cpath%20d%3D%22M44.93%2030.937a1.83%201.83%200%200%201%203.66%200m-7.32%200a7.315%207.315%200%200%200%207.31%207.319h.01%22%2F%3E%3Cpath%20d%3D%22M44.93%2030.937a3.66%203.66%200%200%200%207.319.12v-.12%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M19.316%2030.937a5.49%205.49%200%200%201%2010.978%200%22%2F%3E%3Cpath%20d%3D%22M22.975%2030.937a1.83%201.83%200%200%201%203.66%200m-7.319%200a7.315%207.315%200%200%200%207.31%207.319h.009%22%2F%3E%3Cpath%20d%3D%22M22.975%2030.937a3.66%203.66%200%201%200%207.32.114v-.114%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/face-with-spiral-eyes.svg?color=%231a73e8&size=48