face with crossed out eyes emoji
face-with-crossed-out-eyes from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.
- Name
- face-with-crossed-out-eyes
- Set
- Noto Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More smileys & emotion icons from Noto Emoji
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 crossed out eyes emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><radialGradient id="SVGQeXDpeaN" cx="64" cy="-1822" r="56.96" fx="64" fy="-1822" gradientTransform="matrix(1 0 0 -1 0 -1758)" gradientUnits="userSpaceOnUse"><stop offset=".5" stop-color="#fde030"/><stop offset=".92" stop-color="#f7c02b"/><stop offset="1" stop-color="#f4a223"/></radialGradient></defs><g stroke-width="0"><path fill="url(#SVGQeXDpeaN)" d="M64 119.9c-27.9 0-58-17.5-58-55.9S36.1 8.1 64 8.1c15.5 0 29.8 5.1 40.4 14.4C115.9 32.7 122 47.1 122 64s-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5"/><path fill="#eb8f00" d="M111.89 30.77C117.22 39.37 120 49.61 120 61c0 16.9-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5c-18.06 0-37-7.35-48.18-22.94c10.76 17.66 31 25.94 50.18 25.94c15.4 0 29.8-5.2 40.4-14.5C115.9 95.2 122 80.9 122 64c0-12.74-3.47-24.06-10.11-33.23"/></g><path fill="#422b0d" d="M82.56 93.95c0 7.58-8.31 12-18.56 12s-18.56-4.45-18.56-12S53.75 78.1 64 78.1s18.56 8.27 18.56 15.85M44.75 57.7l8.46-7.87c1.2-1.49 1.38-3.5.17-4.7c-1.59-1.6-4.41-1.21-5.94.61c-.08.15-.14.19-.22.34l-6 8.72l-8.12-7.57c-.12-.13-.19-.15-.3-.28c-1.89-1.44-4.73-1.2-5.92.71c-.93 1.44-.31 3.35 1.19 4.55l10.41 6.17l-8.82 8.25c-1.18 1.47-1.4 3.47-.18 4.7c1.58 1.61 4.4 1.24 5.94-.57c.08-.15.14-.19.23-.34l6.32-9.14l7.68 7.24c.12.13.19.16.3.29c1.88 1.45 4.72 1.23 5.93-.67c.93-1.44.32-3.36-1.17-4.56zm38.48 0l-8.46-7.87c-1.2-1.49-1.38-3.5-.16-4.7c1.59-1.6 4.4-1.21 5.93.61c.08.15.15.19.23.34l6 8.72l8.13-7.57c.11-.13.18-.15.29-.28c1.9-1.44 4.73-1.2 5.93.71c.92 1.44.3 3.35-1.2 4.55l-10.44 6.17l8.82 8.25c1.21 1.49 1.41 3.49.19 4.7c-1.57 1.61-4.39 1.24-5.93-.57c-.09-.15-.15-.19-.23-.34l-6.32-9.14l-7.69 7.24c-.11.13-.18.16-.3.29c-1.88 1.45-4.71 1.23-5.92-.67c-.94-1.44-.33-3.36 1.16-4.56zM45.65 30c2.3.2 3.2-2.9.8-3.6c-1.89-.51-3.85-.71-5.8-.6c-5.29.2-10.3 2.42-14 6.2c-1.7 1.8.7 4 2.5 2.7a26.23 26.23 0 0 1 16.5-4.7m36.6 0c5.9-.34 11.75 1.31 16.6 4.7c1.8 1.3 4.2-.9 2.5-2.7a20.9 20.9 0 0 0-14-6.2c-1.95-.11-3.91.09-5.8.6c-.98.28-1.55 1.29-1.27 2.27c.24.87 1.08 1.43 1.97 1.33"/></svg>
React
import type { SVGProps } from "react";
export function NotoFaceWithCrossedOutEyes(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><radialGradient id="SVGQeXDpeaN" cx="64" cy="-1822" r="56.96" fx="64" fy="-1822" gradientTransform="matrix(1 0 0 -1 0 -1758)" gradientUnits="userSpaceOnUse"><stop offset=".5" stopColor="#fde030"/><stop offset=".92" stopColor="#f7c02b"/><stop offset="1" stopColor="#f4a223"/></radialGradient></defs><g strokeWidth="0"><path fill="url(#SVGQeXDpeaN)" d="M64 119.9c-27.9 0-58-17.5-58-55.9S36.1 8.1 64 8.1c15.5 0 29.8 5.1 40.4 14.4C115.9 32.7 122 47.1 122 64s-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5"/><path fill="#eb8f00" d="M111.89 30.77C117.22 39.37 120 49.61 120 61c0 16.9-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5c-18.06 0-37-7.35-48.18-22.94c10.76 17.66 31 25.94 50.18 25.94c15.4 0 29.8-5.2 40.4-14.5C115.9 95.2 122 80.9 122 64c0-12.74-3.47-24.06-10.11-33.23"/></g><path fill="#422b0d" d="M82.56 93.95c0 7.58-8.31 12-18.56 12s-18.56-4.45-18.56-12S53.75 78.1 64 78.1s18.56 8.27 18.56 15.85M44.75 57.7l8.46-7.87c1.2-1.49 1.38-3.5.17-4.7c-1.59-1.6-4.41-1.21-5.94.61c-.08.15-.14.19-.22.34l-6 8.72l-8.12-7.57c-.12-.13-.19-.15-.3-.28c-1.89-1.44-4.73-1.2-5.92.71c-.93 1.44-.31 3.35 1.19 4.55l10.41 6.17l-8.82 8.25c-1.18 1.47-1.4 3.47-.18 4.7c1.58 1.61 4.4 1.24 5.94-.57c.08-.15.14-.19.23-.34l6.32-9.14l7.68 7.24c.12.13.19.16.3.29c1.88 1.45 4.72 1.23 5.93-.67c.93-1.44.32-3.36-1.17-4.56zm38.48 0l-8.46-7.87c-1.2-1.49-1.38-3.5-.16-4.7c1.59-1.6 4.4-1.21 5.93.61c.08.15.15.19.23.34l6 8.72l8.13-7.57c.11-.13.18-.15.29-.28c1.9-1.44 4.73-1.2 5.93.71c.92 1.44.3 3.35-1.2 4.55l-10.44 6.17l8.82 8.25c1.21 1.49 1.41 3.49.19 4.7c-1.57 1.61-4.39 1.24-5.93-.57c-.09-.15-.15-.19-.23-.34l-6.32-9.14l-7.69 7.24c-.11.13-.18.16-.3.29c-1.88 1.45-4.71 1.23-5.92-.67c-.94-1.44-.33-3.36 1.16-4.56zM45.65 30c2.3.2 3.2-2.9.8-3.6c-1.89-.51-3.85-.71-5.8-.6c-5.29.2-10.3 2.42-14 6.2c-1.7 1.8.7 4 2.5 2.7a26.23 26.23 0 0 1 16.5-4.7m36.6 0c5.9-.34 11.75 1.31 16.6 4.7c1.8 1.3 4.2-.9 2.5-2.7a20.9 20.9 0 0 0-14-6.2c-1.95-.11-3.91.09-5.8.6c-.98.28-1.55 1.29-1.27 2.27c.24.87 1.08 1.43 1.97 1.33"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><radialGradient id="SVGQeXDpeaN" cx="64" cy="-1822" r="56.96" fx="64" fy="-1822" gradientTransform="matrix(1 0 0 -1 0 -1758)" gradientUnits="userSpaceOnUse"><stop offset=".5" stop-color="#fde030"/><stop offset=".92" stop-color="#f7c02b"/><stop offset="1" stop-color="#f4a223"/></radialGradient></defs><g stroke-width="0"><path fill="url(#SVGQeXDpeaN)" d="M64 119.9c-27.9 0-58-17.5-58-55.9S36.1 8.1 64 8.1c15.5 0 29.8 5.1 40.4 14.4C115.9 32.7 122 47.1 122 64s-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5"/><path fill="#eb8f00" d="M111.89 30.77C117.22 39.37 120 49.61 120 61c0 16.9-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5c-18.06 0-37-7.35-48.18-22.94c10.76 17.66 31 25.94 50.18 25.94c15.4 0 29.8-5.2 40.4-14.5C115.9 95.2 122 80.9 122 64c0-12.74-3.47-24.06-10.11-33.23"/></g><path fill="#422b0d" d="M82.56 93.95c0 7.58-8.31 12-18.56 12s-18.56-4.45-18.56-12S53.75 78.1 64 78.1s18.56 8.27 18.56 15.85M44.75 57.7l8.46-7.87c1.2-1.49 1.38-3.5.17-4.7c-1.59-1.6-4.41-1.21-5.94.61c-.08.15-.14.19-.22.34l-6 8.72l-8.12-7.57c-.12-.13-.19-.15-.3-.28c-1.89-1.44-4.73-1.2-5.92.71c-.93 1.44-.31 3.35 1.19 4.55l10.41 6.17l-8.82 8.25c-1.18 1.47-1.4 3.47-.18 4.7c1.58 1.61 4.4 1.24 5.94-.57c.08-.15.14-.19.23-.34l6.32-9.14l7.68 7.24c.12.13.19.16.3.29c1.88 1.45 4.72 1.23 5.93-.67c.93-1.44.32-3.36-1.17-4.56zm38.48 0l-8.46-7.87c-1.2-1.49-1.38-3.5-.16-4.7c1.59-1.6 4.4-1.21 5.93.61c.08.15.15.19.23.34l6 8.72l8.13-7.57c.11-.13.18-.15.29-.28c1.9-1.44 4.73-1.2 5.93.71c.92 1.44.3 3.35-1.2 4.55l-10.44 6.17l8.82 8.25c1.21 1.49 1.41 3.49.19 4.7c-1.57 1.61-4.39 1.24-5.93-.57c-.09-.15-.15-.19-.23-.34l-6.32-9.14l-7.69 7.24c-.11.13-.18.16-.3.29c-1.88 1.45-4.71 1.23-5.92-.67c-.94-1.44-.33-3.36 1.16-4.56zM45.65 30c2.3.2 3.2-2.9.8-3.6c-1.89-.51-3.85-.71-5.8-.6c-5.29.2-10.3 2.42-14 6.2c-1.7 1.8.7 4 2.5 2.7a26.23 26.23 0 0 1 16.5-4.7m36.6 0c5.9-.34 11.75 1.31 16.6 4.7c1.8 1.3 4.2-.9 2.5-2.7a20.9 20.9 0 0 0-14-6.2c-1.95-.11-3.91.09-5.8.6c-.98.28-1.55 1.29-1.27 2.27c.24.87 1.08 1.43 1.97 1.33"/></svg> </template>
CSS
.icon-face-with-crossed-out-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%20128%20128%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGQeXDpeaN%22%20cx%3D%2264%22%20cy%3D%22-1822%22%20r%3D%2256.96%22%20fx%3D%2264%22%20fy%3D%22-1822%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20-1758)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23fde030%22%2F%3E%3Cstop%20offset%3D%22.92%22%20stop-color%3D%22%23f7c02b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4a223%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cg%20stroke-width%3D%220%22%3E%3Cpath%20fill%3D%22url(%23SVGQeXDpeaN)%22%20d%3D%22M64%20119.9c-27.9%200-58-17.5-58-55.9S36.1%208.1%2064%208.1c15.5%200%2029.8%205.1%2040.4%2014.4C115.9%2032.7%20122%2047.1%20122%2064s-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5%22%2F%3E%3Cpath%20fill%3D%22%23eb8f00%22%20d%3D%22M111.89%2030.77C117.22%2039.37%20120%2049.61%20120%2061c0%2016.9-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5c-18.06%200-37-7.35-48.18-22.94c10.76%2017.66%2031%2025.94%2050.18%2025.94c15.4%200%2029.8-5.2%2040.4-14.5C115.9%2095.2%20122%2080.9%20122%2064c0-12.74-3.47-24.06-10.11-33.23%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M82.56%2093.95c0%207.58-8.31%2012-18.56%2012s-18.56-4.45-18.56-12S53.75%2078.1%2064%2078.1s18.56%208.27%2018.56%2015.85M44.75%2057.7l8.46-7.87c1.2-1.49%201.38-3.5.17-4.7c-1.59-1.6-4.41-1.21-5.94.61c-.08.15-.14.19-.22.34l-6%208.72l-8.12-7.57c-.12-.13-.19-.15-.3-.28c-1.89-1.44-4.73-1.2-5.92.71c-.93%201.44-.31%203.35%201.19%204.55l10.41%206.17l-8.82%208.25c-1.18%201.47-1.4%203.47-.18%204.7c1.58%201.61%204.4%201.24%205.94-.57c.08-.15.14-.19.23-.34l6.32-9.14l7.68%207.24c.12.13.19.16.3.29c1.88%201.45%204.72%201.23%205.93-.67c.93-1.44.32-3.36-1.17-4.56zm38.48%200l-8.46-7.87c-1.2-1.49-1.38-3.5-.16-4.7c1.59-1.6%204.4-1.21%205.93.61c.08.15.15.19.23.34l6%208.72l8.13-7.57c.11-.13.18-.15.29-.28c1.9-1.44%204.73-1.2%205.93.71c.92%201.44.3%203.35-1.2%204.55l-10.44%206.17l8.82%208.25c1.21%201.49%201.41%203.49.19%204.7c-1.57%201.61-4.39%201.24-5.93-.57c-.09-.15-.15-.19-.23-.34l-6.32-9.14l-7.69%207.24c-.11.13-.18.16-.3.29c-1.88%201.45-4.71%201.23-5.92-.67c-.94-1.44-.33-3.36%201.16-4.56zM45.65%2030c2.3.2%203.2-2.9.8-3.6c-1.89-.51-3.85-.71-5.8-.6c-5.29.2-10.3%202.42-14%206.2c-1.7%201.8.7%204%202.5%202.7a26.23%2026.23%200%200%201%2016.5-4.7m36.6%200c5.9-.34%2011.75%201.31%2016.6%204.7c1.8%201.3%204.2-.9%202.5-2.7a20.9%2020.9%200%200%200-14-6.2c-1.95-.11-3.91.09-5.8.6c-.98.28-1.55%201.29-1.27%202.27c.24.87%201.08%201.43%201.97%201.33%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%20128%20128%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGQeXDpeaN%22%20cx%3D%2264%22%20cy%3D%22-1822%22%20r%3D%2256.96%22%20fx%3D%2264%22%20fy%3D%22-1822%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20-1758)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23fde030%22%2F%3E%3Cstop%20offset%3D%22.92%22%20stop-color%3D%22%23f7c02b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4a223%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cg%20stroke-width%3D%220%22%3E%3Cpath%20fill%3D%22url(%23SVGQeXDpeaN)%22%20d%3D%22M64%20119.9c-27.9%200-58-17.5-58-55.9S36.1%208.1%2064%208.1c15.5%200%2029.8%205.1%2040.4%2014.4C115.9%2032.7%20122%2047.1%20122%2064s-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5%22%2F%3E%3Cpath%20fill%3D%22%23eb8f00%22%20d%3D%22M111.89%2030.77C117.22%2039.37%20120%2049.61%20120%2061c0%2016.9-6.1%2031.2-17.6%2041.4c-10.6%209.3-25%2014.5-40.4%2014.5c-18.06%200-37-7.35-48.18-22.94c10.76%2017.66%2031%2025.94%2050.18%2025.94c15.4%200%2029.8-5.2%2040.4-14.5C115.9%2095.2%20122%2080.9%20122%2064c0-12.74-3.47-24.06-10.11-33.23%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M82.56%2093.95c0%207.58-8.31%2012-18.56%2012s-18.56-4.45-18.56-12S53.75%2078.1%2064%2078.1s18.56%208.27%2018.56%2015.85M44.75%2057.7l8.46-7.87c1.2-1.49%201.38-3.5.17-4.7c-1.59-1.6-4.41-1.21-5.94.61c-.08.15-.14.19-.22.34l-6%208.72l-8.12-7.57c-.12-.13-.19-.15-.3-.28c-1.89-1.44-4.73-1.2-5.92.71c-.93%201.44-.31%203.35%201.19%204.55l10.41%206.17l-8.82%208.25c-1.18%201.47-1.4%203.47-.18%204.7c1.58%201.61%204.4%201.24%205.94-.57c.08-.15.14-.19.23-.34l6.32-9.14l7.68%207.24c.12.13.19.16.3.29c1.88%201.45%204.72%201.23%205.93-.67c.93-1.44.32-3.36-1.17-4.56zm38.48%200l-8.46-7.87c-1.2-1.49-1.38-3.5-.16-4.7c1.59-1.6%204.4-1.21%205.93.61c.08.15.15.19.23.34l6%208.72l8.13-7.57c.11-.13.18-.15.29-.28c1.9-1.44%204.73-1.2%205.93.71c.92%201.44.3%203.35-1.2%204.55l-10.44%206.17l8.82%208.25c1.21%201.49%201.41%203.49.19%204.7c-1.57%201.61-4.39%201.24-5.93-.57c-.09-.15-.15-.19-.23-.34l-6.32-9.14l-7.69%207.24c-.11.13-.18.16-.3.29c-1.88%201.45-4.71%201.23-5.92-.67c-.94-1.44-.33-3.36%201.16-4.56zM45.65%2030c2.3.2%203.2-2.9.8-3.6c-1.89-.51-3.85-.71-5.8-.6c-5.29.2-10.3%202.42-14%206.2c-1.7%201.8.7%204%202.5%202.7a26.23%2026.23%200%200%201%2016.5-4.7m36.6%200c5.9-.34%2011.75%201.31%2016.6%204.7c1.8%201.3%204.2-.9%202.5-2.7a20.9%2020.9%200%200%200-14-6.2c-1.95-.11-3.91.09-5.8.6c-.98.28-1.55%201.29-1.27%202.27c.24.87%201.08%201.43%201.97%201.33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/face-with-crossed-out-eyes.svg?color=%231a73e8&size=48