zany face emoji
zany-face from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- zany-face
- 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 zany face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M36 13c-12.68 0-23 10.32-23 23s10.32 23 23 23s23-10.32 23-23s-10.32-23-23-23"/><path fill="#fff" d="M31.76 31.17a4.464 4.464 0 1 1-4.463-4.463c2.463 0 4.463 2 4.463 4.463m19.08 1.55c0 3.364-2.73 6.091-6.091 6.091s-6.091-2.727-6.091-6.091c0-3.361 2.73-6.091 6.091-6.091s6.091 2.73 6.091 6.091m-7.98 13.32c-.339.292-4.957 7.343-9.91 6.064c-4.463-1.152-5.49-8.887-5.736-9.413l15.65 3.349z"/><path fill="#ea5a47" d="M41.71 46.13c-1.293 5.936-4.618 10.25-7.426 9.64s-4.037-5.92-2.744-11.86z"/><circle cx="36" cy="36" r="23" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M31.96 31.29a4.464 4.464 0 1 1-4.463-4.463c2.463 0 4.463 2 4.463 4.463"/><path d="M28.52 32.3a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M51.04 32.83c0 3.364-2.73 6.091-6.091 6.091s-6.091-2.727-6.091-6.091c0-3.361 2.73-6.091 6.091-6.091s6.091 2.73 6.091 6.091"/><path d="M49.04 32.1a2.73 2.73 0 0 1-5.46 0c0-1.506 1.224-2.73 2.73-2.73s2.73 1.224 2.73 2.73"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M39.08 23.94c.413-.344 2.246-1.792 4.909-1.636c2.161.126 3.61 1.233 4.091 1.636M23 23.57c.413-.344 2.246-1.792 4.909-1.636c2.161.126 3.61 1.233 4.091 1.636m8.46 25.56c.01-.01.01-.02.01-.02c1.4-1.62 2.02-3.37 2.18-3.512L27 42.249c.228.472-.522 6.682 4.108 8.862"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M41.5 45.68c-1.293 5.936-4.618 10.25-7.426 9.64s-4.037-5.92-2.744-11.86"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiZanyFace(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 13c-12.68 0-23 10.32-23 23s10.32 23 23 23s23-10.32 23-23s-10.32-23-23-23"/><path fill="#fff" d="M31.76 31.17a4.464 4.464 0 1 1-4.463-4.463c2.463 0 4.463 2 4.463 4.463m19.08 1.55c0 3.364-2.73 6.091-6.091 6.091s-6.091-2.727-6.091-6.091c0-3.361 2.73-6.091 6.091-6.091s6.091 2.73 6.091 6.091m-7.98 13.32c-.339.292-4.957 7.343-9.91 6.064c-4.463-1.152-5.49-8.887-5.736-9.413l15.65 3.349z"/><path fill="#ea5a47" d="M41.71 46.13c-1.293 5.936-4.618 10.25-7.426 9.64s-4.037-5.92-2.744-11.86z"/><circle cx="36" cy="36" r="23" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"/><path fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2" d="M31.96 31.29a4.464 4.464 0 1 1-4.463-4.463c2.463 0 4.463 2 4.463 4.463"/><path d="M28.52 32.3a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2" d="M51.04 32.83c0 3.364-2.73 6.091-6.091 6.091s-6.091-2.727-6.091-6.091c0-3.361 2.73-6.091 6.091-6.091s6.091 2.73 6.091 6.091"/><path d="M49.04 32.1a2.73 2.73 0 0 1-5.46 0c0-1.506 1.224-2.73 2.73-2.73s2.73 1.224 2.73 2.73"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M39.08 23.94c.413-.344 2.246-1.792 4.909-1.636c2.161.126 3.61 1.233 4.091 1.636M23 23.57c.413-.344 2.246-1.792 4.909-1.636c2.161.126 3.61 1.233 4.091 1.636m8.46 25.56c.01-.01.01-.02.01-.02c1.4-1.62 2.02-3.37 2.18-3.512L27 42.249c.228.472-.522 6.682 4.108 8.862"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M41.5 45.68c-1.293 5.936-4.618 10.25-7.426 9.64s-4.037-5.92-2.744-11.86"/></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 13c-12.68 0-23 10.32-23 23s10.32 23 23 23s23-10.32 23-23s-10.32-23-23-23"/><path fill="#fff" d="M31.76 31.17a4.464 4.464 0 1 1-4.463-4.463c2.463 0 4.463 2 4.463 4.463m19.08 1.55c0 3.364-2.73 6.091-6.091 6.091s-6.091-2.727-6.091-6.091c0-3.361 2.73-6.091 6.091-6.091s6.091 2.73 6.091 6.091m-7.98 13.32c-.339.292-4.957 7.343-9.91 6.064c-4.463-1.152-5.49-8.887-5.736-9.413l15.65 3.349z"/><path fill="#ea5a47" d="M41.71 46.13c-1.293 5.936-4.618 10.25-7.426 9.64s-4.037-5.92-2.744-11.86z"/><circle cx="36" cy="36" r="23" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M31.96 31.29a4.464 4.464 0 1 1-4.463-4.463c2.463 0 4.463 2 4.463 4.463"/><path d="M28.52 32.3a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M51.04 32.83c0 3.364-2.73 6.091-6.091 6.091s-6.091-2.727-6.091-6.091c0-3.361 2.73-6.091 6.091-6.091s6.091 2.73 6.091 6.091"/><path d="M49.04 32.1a2.73 2.73 0 0 1-5.46 0c0-1.506 1.224-2.73 2.73-2.73s2.73 1.224 2.73 2.73"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M39.08 23.94c.413-.344 2.246-1.792 4.909-1.636c2.161.126 3.61 1.233 4.091 1.636M23 23.57c.413-.344 2.246-1.792 4.909-1.636c2.161.126 3.61 1.233 4.091 1.636m8.46 25.56c.01-.01.01-.02.01-.02c1.4-1.62 2.02-3.37 2.18-3.512L27 42.249c.228.472-.522 6.682 4.108 8.862"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M41.5 45.68c-1.293 5.936-4.618 10.25-7.426 9.64s-4.037-5.92-2.744-11.86"/></svg> </template>
CSS
.icon-zany-face {
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%2013c-12.68%200-23%2010.32-23%2023s10.32%2023%2023%2023s23-10.32%2023-23s-10.32-23-23-23%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.76%2031.17a4.464%204.464%200%201%201-4.463-4.463c2.463%200%204.463%202%204.463%204.463m19.08%201.55c0%203.364-2.73%206.091-6.091%206.091s-6.091-2.727-6.091-6.091c0-3.361%202.73-6.091%206.091-6.091s6.091%202.73%206.091%206.091m-7.98%2013.32c-.339.292-4.957%207.343-9.91%206.064c-4.463-1.152-5.49-8.887-5.736-9.413l15.65%203.349z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M41.71%2046.13c-1.293%205.936-4.618%2010.25-7.426%209.64s-4.037-5.92-2.744-11.86z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M31.96%2031.29a4.464%204.464%200%201%201-4.463-4.463c2.463%200%204.463%202%204.463%204.463%22%2F%3E%3Cpath%20d%3D%22M28.52%2032.3a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M51.04%2032.83c0%203.364-2.73%206.091-6.091%206.091s-6.091-2.727-6.091-6.091c0-3.361%202.73-6.091%206.091-6.091s6.091%202.73%206.091%206.091%22%2F%3E%3Cpath%20d%3D%22M49.04%2032.1a2.73%202.73%200%200%201-5.46%200c0-1.506%201.224-2.73%202.73-2.73s2.73%201.224%202.73%202.73%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M39.08%2023.94c.413-.344%202.246-1.792%204.909-1.636c2.161.126%203.61%201.233%204.091%201.636M23%2023.57c.413-.344%202.246-1.792%204.909-1.636c2.161.126%203.61%201.233%204.091%201.636m8.46%2025.56c.01-.01.01-.02.01-.02c1.4-1.62%202.02-3.37%202.18-3.512L27%2042.249c.228.472-.522%206.682%204.108%208.862%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M41.5%2045.68c-1.293%205.936-4.618%2010.25-7.426%209.64s-4.037-5.92-2.744-11.86%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36%2013c-12.68%200-23%2010.32-23%2023s10.32%2023%2023%2023s23-10.32%2023-23s-10.32-23-23-23%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.76%2031.17a4.464%204.464%200%201%201-4.463-4.463c2.463%200%204.463%202%204.463%204.463m19.08%201.55c0%203.364-2.73%206.091-6.091%206.091s-6.091-2.727-6.091-6.091c0-3.361%202.73-6.091%206.091-6.091s6.091%202.73%206.091%206.091m-7.98%2013.32c-.339.292-4.957%207.343-9.91%206.064c-4.463-1.152-5.49-8.887-5.736-9.413l15.65%203.349z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M41.71%2046.13c-1.293%205.936-4.618%2010.25-7.426%209.64s-4.037-5.92-2.744-11.86z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M31.96%2031.29a4.464%204.464%200%201%201-4.463-4.463c2.463%200%204.463%202%204.463%204.463%22%2F%3E%3Cpath%20d%3D%22M28.52%2032.3a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M51.04%2032.83c0%203.364-2.73%206.091-6.091%206.091s-6.091-2.727-6.091-6.091c0-3.361%202.73-6.091%206.091-6.091s6.091%202.73%206.091%206.091%22%2F%3E%3Cpath%20d%3D%22M49.04%2032.1a2.73%202.73%200%200%201-5.46%200c0-1.506%201.224-2.73%202.73-2.73s2.73%201.224%202.73%202.73%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M39.08%2023.94c.413-.344%202.246-1.792%204.909-1.636c2.161.126%203.61%201.233%204.091%201.636M23%2023.57c.413-.344%202.246-1.792%204.909-1.636c2.161.126%203.61%201.233%204.091%201.636m8.46%2025.56c.01-.01.01-.02.01-.02c1.4-1.62%202.02-3.37%202.18-3.512L27%2042.249c.228.472-.522%206.682%204.108%208.862%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M41.5%2045.68c-1.293%205.936-4.618%2010.25-7.426%209.64s-4.037-5.92-2.744-11.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/zany-face.svg?color=%231a73e8&size=48