distorted face emoji
distorted-face from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.
- Name
- distorted-face
- 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 distorted face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGJSj7uKwl" cx="64" cy="2114" r="56.96" gradientTransform="translate(0 -2050)" gradientUnits="userSpaceOnUse"><stop offset=".5" stop-color="#fde030"/><stop offset=".92" stop-color="#f7c02b"/><stop offset="1" stop-color="#f4a223"/></radialGradient><path fill="url(#SVGJSj7uKwl)" 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.04-7.35-48.18-22.94C24.58 111.62 44.81 119.9 64 119.9c15.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"/><path fill="#35220b" d="M75.33 107.85c-7.46.35-15.18.35-22.64-.01c-3.28-.16-6.18-2.22-6.52-4.9c-.34-2.67 2.21-4.95 5.74-4.81c7.95.32 16.21.33 24.17.01c3.54-.14 6.09 2.14 5.76 4.81c-.33 2.68-3.24 4.74-6.51 4.9"/><radialGradient id="SVGHAOw3ojA" cx="127.812" cy="722.443" r="28.779" gradientTransform="matrix(.9622 .2724 -.3028 1.0698 127.579 -753.666)" gradientUnits="userSpaceOnUse"><stop offset=".72" stop-color="#fff"/><stop offset=".923" stop-color="#d9d9d9"/><stop offset="1" stop-color="#bdbdbd"/></radialGradient><path fill="url(#SVGHAOw3ojA)" d="M28.35 25.26c11.73-2 23.36 8.14 19.85 26.61S32.91 80.82 19.77 77.26c-11.06-3-15.24-14.14-13.35-26.25c1.52-12.4 10.2-23.74 21.93-25.75"/><path fill="#422b0d" d="M22.83 38.43c3.58-.49 6.53.97 8.01 4.95c.67 1.8 1.45 6.22-1 11.03S23.63 62 19.49 61.36c-4.09-.64-6.93-4.46-6.54-10.59c.4-6.15 4.45-11.6 9.88-12.34"/><path fill="#896024" d="M21.29 42.5c-.77-.77-2.98-.42-4.73 1.96c-1.59 2.17-1.42 5.75.55 5.96c1.89.21 3.01-2.12 3.77-3.43c1.09-1.86 1.82-3.08.41-4.49"/><radialGradient id="SVG2agVjbla" cx="-1585.973" cy="1160.251" r="28.779" gradientTransform="matrix(-.9622 .2724 .3028 1.0698 -1781.156 -755.253)" gradientUnits="userSpaceOnUse"><stop offset=".72" stop-color="#fff"/><stop offset=".923" stop-color="#d9d9d9"/><stop offset="1" stop-color="#bdbdbd"/></radialGradient><path fill="url(#SVG2agVjbla)" d="M121.58 51.01c1.89 12.12-2.29 23.25-13.35 26.25c-13.14 3.56-24.92-6.91-28.43-25.39s8.12-28.61 19.85-26.61s20.41 13.35 21.93 25.75"/><path fill="#422b0d" d="M115.05 50.77c.39 6.13-2.45 9.96-6.54 10.59c-4.14.64-7.9-2.13-10.35-6.95s-1.67-9.24-1-11.03c1.48-3.98 4.43-5.44 8.01-4.95c5.43.74 9.48 6.19 9.88 12.34"/><path fill="#896024" d="M104.4 46.45c.13 1.78-.24 3.98-2.11 4.19c-2.2.24-3.69-2.79-3.19-5.41c.55-2.89 2.62-3.94 3.82-3.67c2.16.48 1.34 3 1.48 4.89"/></svg>
React
import type { SVGProps } from "react";
export function NotoDistortedFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGJSj7uKwl" cx="64" cy="2114" r="56.96" gradientTransform="translate(0 -2050)" gradientUnits="userSpaceOnUse"><stop offset=".5" stopColor="#fde030"/><stop offset=".92" stopColor="#f7c02b"/><stop offset="1" stopColor="#f4a223"/></radialGradient><path fill="url(#SVGJSj7uKwl)" 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.04-7.35-48.18-22.94C24.58 111.62 44.81 119.9 64 119.9c15.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"/><path fill="#35220b" d="M75.33 107.85c-7.46.35-15.18.35-22.64-.01c-3.28-.16-6.18-2.22-6.52-4.9c-.34-2.67 2.21-4.95 5.74-4.81c7.95.32 16.21.33 24.17.01c3.54-.14 6.09 2.14 5.76 4.81c-.33 2.68-3.24 4.74-6.51 4.9"/><radialGradient id="SVGHAOw3ojA" cx="127.812" cy="722.443" r="28.779" gradientTransform="matrix(.9622 .2724 -.3028 1.0698 127.579 -753.666)" gradientUnits="userSpaceOnUse"><stop offset=".72" stopColor="#fff"/><stop offset=".923" stopColor="#d9d9d9"/><stop offset="1" stopColor="#bdbdbd"/></radialGradient><path fill="url(#SVGHAOw3ojA)" d="M28.35 25.26c11.73-2 23.36 8.14 19.85 26.61S32.91 80.82 19.77 77.26c-11.06-3-15.24-14.14-13.35-26.25c1.52-12.4 10.2-23.74 21.93-25.75"/><path fill="#422b0d" d="M22.83 38.43c3.58-.49 6.53.97 8.01 4.95c.67 1.8 1.45 6.22-1 11.03S23.63 62 19.49 61.36c-4.09-.64-6.93-4.46-6.54-10.59c.4-6.15 4.45-11.6 9.88-12.34"/><path fill="#896024" d="M21.29 42.5c-.77-.77-2.98-.42-4.73 1.96c-1.59 2.17-1.42 5.75.55 5.96c1.89.21 3.01-2.12 3.77-3.43c1.09-1.86 1.82-3.08.41-4.49"/><radialGradient id="SVG2agVjbla" cx="-1585.973" cy="1160.251" r="28.779" gradientTransform="matrix(-.9622 .2724 .3028 1.0698 -1781.156 -755.253)" gradientUnits="userSpaceOnUse"><stop offset=".72" stopColor="#fff"/><stop offset=".923" stopColor="#d9d9d9"/><stop offset="1" stopColor="#bdbdbd"/></radialGradient><path fill="url(#SVG2agVjbla)" d="M121.58 51.01c1.89 12.12-2.29 23.25-13.35 26.25c-13.14 3.56-24.92-6.91-28.43-25.39s8.12-28.61 19.85-26.61s20.41 13.35 21.93 25.75"/><path fill="#422b0d" d="M115.05 50.77c.39 6.13-2.45 9.96-6.54 10.59c-4.14.64-7.9-2.13-10.35-6.95s-1.67-9.24-1-11.03c1.48-3.98 4.43-5.44 8.01-4.95c5.43.74 9.48 6.19 9.88 12.34"/><path fill="#896024" d="M104.4 46.45c.13 1.78-.24 3.98-2.11 4.19c-2.2.24-3.69-2.79-3.19-5.41c.55-2.89 2.62-3.94 3.82-3.67c2.16.48 1.34 3 1.48 4.89"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGJSj7uKwl" cx="64" cy="2114" r="56.96" gradientTransform="translate(0 -2050)" gradientUnits="userSpaceOnUse"><stop offset=".5" stop-color="#fde030"/><stop offset=".92" stop-color="#f7c02b"/><stop offset="1" stop-color="#f4a223"/></radialGradient><path fill="url(#SVGJSj7uKwl)" 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.04-7.35-48.18-22.94C24.58 111.62 44.81 119.9 64 119.9c15.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"/><path fill="#35220b" d="M75.33 107.85c-7.46.35-15.18.35-22.64-.01c-3.28-.16-6.18-2.22-6.52-4.9c-.34-2.67 2.21-4.95 5.74-4.81c7.95.32 16.21.33 24.17.01c3.54-.14 6.09 2.14 5.76 4.81c-.33 2.68-3.24 4.74-6.51 4.9"/><radialGradient id="SVGHAOw3ojA" cx="127.812" cy="722.443" r="28.779" gradientTransform="matrix(.9622 .2724 -.3028 1.0698 127.579 -753.666)" gradientUnits="userSpaceOnUse"><stop offset=".72" stop-color="#fff"/><stop offset=".923" stop-color="#d9d9d9"/><stop offset="1" stop-color="#bdbdbd"/></radialGradient><path fill="url(#SVGHAOw3ojA)" d="M28.35 25.26c11.73-2 23.36 8.14 19.85 26.61S32.91 80.82 19.77 77.26c-11.06-3-15.24-14.14-13.35-26.25c1.52-12.4 10.2-23.74 21.93-25.75"/><path fill="#422b0d" d="M22.83 38.43c3.58-.49 6.53.97 8.01 4.95c.67 1.8 1.45 6.22-1 11.03S23.63 62 19.49 61.36c-4.09-.64-6.93-4.46-6.54-10.59c.4-6.15 4.45-11.6 9.88-12.34"/><path fill="#896024" d="M21.29 42.5c-.77-.77-2.98-.42-4.73 1.96c-1.59 2.17-1.42 5.75.55 5.96c1.89.21 3.01-2.12 3.77-3.43c1.09-1.86 1.82-3.08.41-4.49"/><radialGradient id="SVG2agVjbla" cx="-1585.973" cy="1160.251" r="28.779" gradientTransform="matrix(-.9622 .2724 .3028 1.0698 -1781.156 -755.253)" gradientUnits="userSpaceOnUse"><stop offset=".72" stop-color="#fff"/><stop offset=".923" stop-color="#d9d9d9"/><stop offset="1" stop-color="#bdbdbd"/></radialGradient><path fill="url(#SVG2agVjbla)" d="M121.58 51.01c1.89 12.12-2.29 23.25-13.35 26.25c-13.14 3.56-24.92-6.91-28.43-25.39s8.12-28.61 19.85-26.61s20.41 13.35 21.93 25.75"/><path fill="#422b0d" d="M115.05 50.77c.39 6.13-2.45 9.96-6.54 10.59c-4.14.64-7.9-2.13-10.35-6.95s-1.67-9.24-1-11.03c1.48-3.98 4.43-5.44 8.01-4.95c5.43.74 9.48 6.19 9.88 12.34"/><path fill="#896024" d="M104.4 46.45c.13 1.78-.24 3.98-2.11 4.19c-2.2.24-3.69-2.79-3.19-5.41c.55-2.89 2.62-3.94 3.82-3.67c2.16.48 1.34 3 1.48 4.89"/></svg> </template>
CSS
.icon-distorted-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%20128%20128%22%3E%3CradialGradient%20id%3D%22SVGJSj7uKwl%22%20cx%3D%2264%22%20cy%3D%222114%22%20r%3D%2256.96%22%20gradientTransform%3D%22translate(0%20-2050)%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%3Cpath%20fill%3D%22url(%23SVGJSj7uKwl)%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.04-7.35-48.18-22.94C24.58%20111.62%2044.81%20119.9%2064%20119.9c15.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%3Cpath%20fill%3D%22%2335220b%22%20d%3D%22M75.33%20107.85c-7.46.35-15.18.35-22.64-.01c-3.28-.16-6.18-2.22-6.52-4.9c-.34-2.67%202.21-4.95%205.74-4.81c7.95.32%2016.21.33%2024.17.01c3.54-.14%206.09%202.14%205.76%204.81c-.33%202.68-3.24%204.74-6.51%204.9%22%2F%3E%3CradialGradient%20id%3D%22SVGHAOw3ojA%22%20cx%3D%22127.812%22%20cy%3D%22722.443%22%20r%3D%2228.779%22%20gradientTransform%3D%22matrix(.9622%20.2724%20-.3028%201.0698%20127.579%20-753.666)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.72%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.923%22%20stop-color%3D%22%23d9d9d9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23bdbdbd%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVGHAOw3ojA)%22%20d%3D%22M28.35%2025.26c11.73-2%2023.36%208.14%2019.85%2026.61S32.91%2080.82%2019.77%2077.26c-11.06-3-15.24-14.14-13.35-26.25c1.52-12.4%2010.2-23.74%2021.93-25.75%22%2F%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M22.83%2038.43c3.58-.49%206.53.97%208.01%204.95c.67%201.8%201.45%206.22-1%2011.03S23.63%2062%2019.49%2061.36c-4.09-.64-6.93-4.46-6.54-10.59c.4-6.15%204.45-11.6%209.88-12.34%22%2F%3E%3Cpath%20fill%3D%22%23896024%22%20d%3D%22M21.29%2042.5c-.77-.77-2.98-.42-4.73%201.96c-1.59%202.17-1.42%205.75.55%205.96c1.89.21%203.01-2.12%203.77-3.43c1.09-1.86%201.82-3.08.41-4.49%22%2F%3E%3CradialGradient%20id%3D%22SVG2agVjbla%22%20cx%3D%22-1585.973%22%20cy%3D%221160.251%22%20r%3D%2228.779%22%20gradientTransform%3D%22matrix(-.9622%20.2724%20.3028%201.0698%20-1781.156%20-755.253)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.72%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.923%22%20stop-color%3D%22%23d9d9d9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23bdbdbd%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVG2agVjbla)%22%20d%3D%22M121.58%2051.01c1.89%2012.12-2.29%2023.25-13.35%2026.25c-13.14%203.56-24.92-6.91-28.43-25.39s8.12-28.61%2019.85-26.61s20.41%2013.35%2021.93%2025.75%22%2F%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M115.05%2050.77c.39%206.13-2.45%209.96-6.54%2010.59c-4.14.64-7.9-2.13-10.35-6.95s-1.67-9.24-1-11.03c1.48-3.98%204.43-5.44%208.01-4.95c5.43.74%209.48%206.19%209.88%2012.34%22%2F%3E%3Cpath%20fill%3D%22%23896024%22%20d%3D%22M104.4%2046.45c.13%201.78-.24%203.98-2.11%204.19c-2.2.24-3.69-2.79-3.19-5.41c.55-2.89%202.62-3.94%203.82-3.67c2.16.48%201.34%203%201.48%204.89%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%3CradialGradient%20id%3D%22SVGJSj7uKwl%22%20cx%3D%2264%22%20cy%3D%222114%22%20r%3D%2256.96%22%20gradientTransform%3D%22translate(0%20-2050)%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%3Cpath%20fill%3D%22url(%23SVGJSj7uKwl)%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.04-7.35-48.18-22.94C24.58%20111.62%2044.81%20119.9%2064%20119.9c15.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%3Cpath%20fill%3D%22%2335220b%22%20d%3D%22M75.33%20107.85c-7.46.35-15.18.35-22.64-.01c-3.28-.16-6.18-2.22-6.52-4.9c-.34-2.67%202.21-4.95%205.74-4.81c7.95.32%2016.21.33%2024.17.01c3.54-.14%206.09%202.14%205.76%204.81c-.33%202.68-3.24%204.74-6.51%204.9%22%2F%3E%3CradialGradient%20id%3D%22SVGHAOw3ojA%22%20cx%3D%22127.812%22%20cy%3D%22722.443%22%20r%3D%2228.779%22%20gradientTransform%3D%22matrix(.9622%20.2724%20-.3028%201.0698%20127.579%20-753.666)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.72%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.923%22%20stop-color%3D%22%23d9d9d9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23bdbdbd%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVGHAOw3ojA)%22%20d%3D%22M28.35%2025.26c11.73-2%2023.36%208.14%2019.85%2026.61S32.91%2080.82%2019.77%2077.26c-11.06-3-15.24-14.14-13.35-26.25c1.52-12.4%2010.2-23.74%2021.93-25.75%22%2F%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M22.83%2038.43c3.58-.49%206.53.97%208.01%204.95c.67%201.8%201.45%206.22-1%2011.03S23.63%2062%2019.49%2061.36c-4.09-.64-6.93-4.46-6.54-10.59c.4-6.15%204.45-11.6%209.88-12.34%22%2F%3E%3Cpath%20fill%3D%22%23896024%22%20d%3D%22M21.29%2042.5c-.77-.77-2.98-.42-4.73%201.96c-1.59%202.17-1.42%205.75.55%205.96c1.89.21%203.01-2.12%203.77-3.43c1.09-1.86%201.82-3.08.41-4.49%22%2F%3E%3CradialGradient%20id%3D%22SVG2agVjbla%22%20cx%3D%22-1585.973%22%20cy%3D%221160.251%22%20r%3D%2228.779%22%20gradientTransform%3D%22matrix(-.9622%20.2724%20.3028%201.0698%20-1781.156%20-755.253)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.72%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.923%22%20stop-color%3D%22%23d9d9d9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23bdbdbd%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVG2agVjbla)%22%20d%3D%22M121.58%2051.01c1.89%2012.12-2.29%2023.25-13.35%2026.25c-13.14%203.56-24.92-6.91-28.43-25.39s8.12-28.61%2019.85-26.61s20.41%2013.35%2021.93%2025.75%22%2F%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M115.05%2050.77c.39%206.13-2.45%209.96-6.54%2010.59c-4.14.64-7.9-2.13-10.35-6.95s-1.67-9.24-1-11.03c1.48-3.98%204.43-5.44%208.01-4.95c5.43.74%209.48%206.19%209.88%2012.34%22%2F%3E%3Cpath%20fill%3D%22%23896024%22%20d%3D%22M104.4%2046.45c.13%201.78-.24%203.98-2.11%204.19c-2.2.24-3.69-2.79-3.19-5.41c.55-2.89%202.62-3.94%203.82-3.67c2.16.48%201.34%203%201.48%204.89%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/distorted-face.svg?color=%231a73e8&size=48