enraged face emoji
enraged-face from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.
- Name
- enraged-face
- Set
- Noto Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 128×128
- License
- Apache 2.0
- Aliases
- pouting-face
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 enraged face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><radialGradient id="SVGQ9IGmIko" cx="64" cy="-2344" r="56.96" fx="64" fy="-2344" gradientTransform="matrix(1 0 0 -1 0 -2280)" gradientUnits="userSpaceOnUse"><stop offset=".12" stop-color="#fac742"/><stop offset=".32" stop-color="#fac340"/><stop offset=".48" stop-color="#fab93a"/><stop offset=".62" stop-color="#fba931"/><stop offset=".76" stop-color="#fc9124"/><stop offset=".88" stop-color="#fd7313"/><stop offset="1" stop-color="#ff5100"/></radialGradient></defs><g stroke-width="0"><path fill="url(#SVGQ9IGmIko)" 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="#d84213" 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"/></g><path fill="#422b0d" d="M85.48 104.22c-.38-.15-.72-.38-1-.69c-4.65-5.26-12.29-8.71-20.48-8.71s-15.83 3.46-20.48 8.71c-.28.31-.62.55-1 .69c-.84.31-1.79.13-2.46-.46c-.65-.58-.88-1.47-.55-2.33C42.84 92.89 52.75 86.17 64 86.17s21.15 6.71 24.49 15.26c.34.85.1 1.75-.55 2.33c-.67.59-1.63.77-2.46.46M56.62 65.83c-2.51-3.15-12.83-9.22-16.56-10.96c-1.39-.64-2.83-1.15-4.31-1.53a3 3 0 0 0-.84-.11c-1.5 0-2.77 1.04-3.12 2.54c-.35 1.51.37 2.99 1.87 3.71c1.75.86 4.82 2.49 8 4.3c-2.51 1.5-4.21 4.31-4.21 7.53v1.63c0 4.8 3.76 8.69 8.39 8.69s8.39-3.89 8.39-8.69v-1.82c1.18-.07 2.26-.78 2.79-1.87c.55-1.13.39-2.41-.4-3.41ZM96.2 55.76c-.35-1.5-1.62-2.54-3.12-2.54c-.28 0-.56.03-.84.11c-1.48.38-2.92.89-4.31 1.53c-3.73 1.75-14.05 7.81-16.56 10.96c-.79 1.01-.95 2.28-.4 3.41a3.38 3.38 0 0 0 2.81 1.87v1.82c0 4.8 3.76 8.69 8.39 8.69s8.39-3.89 8.39-8.69v-1.63c0-3.22-1.7-6.03-4.22-7.53c3.18-1.8 6.24-3.43 8-4.29c1.5-.73 2.21-2.2 1.87-3.71Z"/><path fill="#896024" d="M45.41 65.42c-1.16-.8-2.88-.55-4.01 1.07s-.75 3.32.41 4.13c1.16.8 2.88.55 4.01-1.07s.75-3.32-.41-4.13m36.37 0c-1.16-.8-2.88-.55-4.01 1.07c-1.12 1.62-.75 3.32.41 4.13c1.16.8 2.88.55 4.01-1.07c1.12-1.62.75-3.32-.41-4.13"/></svg>
React
import type { SVGProps } from "react";
export function NotoEnragedFace(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="SVGQ9IGmIko" cx="64" cy="-2344" r="56.96" fx="64" fy="-2344" gradientTransform="matrix(1 0 0 -1 0 -2280)" gradientUnits="userSpaceOnUse"><stop offset=".12" stopColor="#fac742"/><stop offset=".32" stopColor="#fac340"/><stop offset=".48" stopColor="#fab93a"/><stop offset=".62" stopColor="#fba931"/><stop offset=".76" stopColor="#fc9124"/><stop offset=".88" stopColor="#fd7313"/><stop offset="1" stopColor="#ff5100"/></radialGradient></defs><g strokeWidth="0"><path fill="url(#SVGQ9IGmIko)" 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="#d84213" 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"/></g><path fill="#422b0d" d="M85.48 104.22c-.38-.15-.72-.38-1-.69c-4.65-5.26-12.29-8.71-20.48-8.71s-15.83 3.46-20.48 8.71c-.28.31-.62.55-1 .69c-.84.31-1.79.13-2.46-.46c-.65-.58-.88-1.47-.55-2.33C42.84 92.89 52.75 86.17 64 86.17s21.15 6.71 24.49 15.26c.34.85.1 1.75-.55 2.33c-.67.59-1.63.77-2.46.46M56.62 65.83c-2.51-3.15-12.83-9.22-16.56-10.96c-1.39-.64-2.83-1.15-4.31-1.53a3 3 0 0 0-.84-.11c-1.5 0-2.77 1.04-3.12 2.54c-.35 1.51.37 2.99 1.87 3.71c1.75.86 4.82 2.49 8 4.3c-2.51 1.5-4.21 4.31-4.21 7.53v1.63c0 4.8 3.76 8.69 8.39 8.69s8.39-3.89 8.39-8.69v-1.82c1.18-.07 2.26-.78 2.79-1.87c.55-1.13.39-2.41-.4-3.41ZM96.2 55.76c-.35-1.5-1.62-2.54-3.12-2.54c-.28 0-.56.03-.84.11c-1.48.38-2.92.89-4.31 1.53c-3.73 1.75-14.05 7.81-16.56 10.96c-.79 1.01-.95 2.28-.4 3.41a3.38 3.38 0 0 0 2.81 1.87v1.82c0 4.8 3.76 8.69 8.39 8.69s8.39-3.89 8.39-8.69v-1.63c0-3.22-1.7-6.03-4.22-7.53c3.18-1.8 6.24-3.43 8-4.29c1.5-.73 2.21-2.2 1.87-3.71Z"/><path fill="#896024" d="M45.41 65.42c-1.16-.8-2.88-.55-4.01 1.07s-.75 3.32.41 4.13c1.16.8 2.88.55 4.01-1.07s.75-3.32-.41-4.13m36.37 0c-1.16-.8-2.88-.55-4.01 1.07c-1.12 1.62-.75 3.32.41 4.13c1.16.8 2.88.55 4.01-1.07c1.12-1.62.75-3.32-.41-4.13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><radialGradient id="SVGQ9IGmIko" cx="64" cy="-2344" r="56.96" fx="64" fy="-2344" gradientTransform="matrix(1 0 0 -1 0 -2280)" gradientUnits="userSpaceOnUse"><stop offset=".12" stop-color="#fac742"/><stop offset=".32" stop-color="#fac340"/><stop offset=".48" stop-color="#fab93a"/><stop offset=".62" stop-color="#fba931"/><stop offset=".76" stop-color="#fc9124"/><stop offset=".88" stop-color="#fd7313"/><stop offset="1" stop-color="#ff5100"/></radialGradient></defs><g stroke-width="0"><path fill="url(#SVGQ9IGmIko)" 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="#d84213" 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"/></g><path fill="#422b0d" d="M85.48 104.22c-.38-.15-.72-.38-1-.69c-4.65-5.26-12.29-8.71-20.48-8.71s-15.83 3.46-20.48 8.71c-.28.31-.62.55-1 .69c-.84.31-1.79.13-2.46-.46c-.65-.58-.88-1.47-.55-2.33C42.84 92.89 52.75 86.17 64 86.17s21.15 6.71 24.49 15.26c.34.85.1 1.75-.55 2.33c-.67.59-1.63.77-2.46.46M56.62 65.83c-2.51-3.15-12.83-9.22-16.56-10.96c-1.39-.64-2.83-1.15-4.31-1.53a3 3 0 0 0-.84-.11c-1.5 0-2.77 1.04-3.12 2.54c-.35 1.51.37 2.99 1.87 3.71c1.75.86 4.82 2.49 8 4.3c-2.51 1.5-4.21 4.31-4.21 7.53v1.63c0 4.8 3.76 8.69 8.39 8.69s8.39-3.89 8.39-8.69v-1.82c1.18-.07 2.26-.78 2.79-1.87c.55-1.13.39-2.41-.4-3.41ZM96.2 55.76c-.35-1.5-1.62-2.54-3.12-2.54c-.28 0-.56.03-.84.11c-1.48.38-2.92.89-4.31 1.53c-3.73 1.75-14.05 7.81-16.56 10.96c-.79 1.01-.95 2.28-.4 3.41a3.38 3.38 0 0 0 2.81 1.87v1.82c0 4.8 3.76 8.69 8.39 8.69s8.39-3.89 8.39-8.69v-1.63c0-3.22-1.7-6.03-4.22-7.53c3.18-1.8 6.24-3.43 8-4.29c1.5-.73 2.21-2.2 1.87-3.71Z"/><path fill="#896024" d="M45.41 65.42c-1.16-.8-2.88-.55-4.01 1.07s-.75 3.32.41 4.13c1.16.8 2.88.55 4.01-1.07s.75-3.32-.41-4.13m36.37 0c-1.16-.8-2.88-.55-4.01 1.07c-1.12 1.62-.75 3.32.41 4.13c1.16.8 2.88.55 4.01-1.07c1.12-1.62.75-3.32-.41-4.13"/></svg> </template>
CSS
.icon-enraged-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%3Cdefs%3E%3CradialGradient%20id%3D%22SVGQ9IGmIko%22%20cx%3D%2264%22%20cy%3D%22-2344%22%20r%3D%2256.96%22%20fx%3D%2264%22%20fy%3D%22-2344%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20-2280)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.12%22%20stop-color%3D%22%23fac742%22%2F%3E%3Cstop%20offset%3D%22.32%22%20stop-color%3D%22%23fac340%22%2F%3E%3Cstop%20offset%3D%22.48%22%20stop-color%3D%22%23fab93a%22%2F%3E%3Cstop%20offset%3D%22.62%22%20stop-color%3D%22%23fba931%22%2F%3E%3Cstop%20offset%3D%22.76%22%20stop-color%3D%22%23fc9124%22%2F%3E%3Cstop%20offset%3D%22.88%22%20stop-color%3D%22%23fd7313%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff5100%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cg%20stroke-width%3D%220%22%3E%3Cpath%20fill%3D%22url(%23SVGQ9IGmIko)%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%23d84213%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%3C%2Fg%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M85.48%20104.22c-.38-.15-.72-.38-1-.69c-4.65-5.26-12.29-8.71-20.48-8.71s-15.83%203.46-20.48%208.71c-.28.31-.62.55-1%20.69c-.84.31-1.79.13-2.46-.46c-.65-.58-.88-1.47-.55-2.33C42.84%2092.89%2052.75%2086.17%2064%2086.17s21.15%206.71%2024.49%2015.26c.34.85.1%201.75-.55%202.33c-.67.59-1.63.77-2.46.46M56.62%2065.83c-2.51-3.15-12.83-9.22-16.56-10.96c-1.39-.64-2.83-1.15-4.31-1.53a3%203%200%200%200-.84-.11c-1.5%200-2.77%201.04-3.12%202.54c-.35%201.51.37%202.99%201.87%203.71c1.75.86%204.82%202.49%208%204.3c-2.51%201.5-4.21%204.31-4.21%207.53v1.63c0%204.8%203.76%208.69%208.39%208.69s8.39-3.89%208.39-8.69v-1.82c1.18-.07%202.26-.78%202.79-1.87c.55-1.13.39-2.41-.4-3.41ZM96.2%2055.76c-.35-1.5-1.62-2.54-3.12-2.54c-.28%200-.56.03-.84.11c-1.48.38-2.92.89-4.31%201.53c-3.73%201.75-14.05%207.81-16.56%2010.96c-.79%201.01-.95%202.28-.4%203.41a3.38%203.38%200%200%200%202.81%201.87v1.82c0%204.8%203.76%208.69%208.39%208.69s8.39-3.89%208.39-8.69v-1.63c0-3.22-1.7-6.03-4.22-7.53c3.18-1.8%206.24-3.43%208-4.29c1.5-.73%202.21-2.2%201.87-3.71Z%22%2F%3E%3Cpath%20fill%3D%22%23896024%22%20d%3D%22M45.41%2065.42c-1.16-.8-2.88-.55-4.01%201.07s-.75%203.32.41%204.13c1.16.8%202.88.55%204.01-1.07s.75-3.32-.41-4.13m36.37%200c-1.16-.8-2.88-.55-4.01%201.07c-1.12%201.62-.75%203.32.41%204.13c1.16.8%202.88.55%204.01-1.07c1.12-1.62.75-3.32-.41-4.13%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%22SVGQ9IGmIko%22%20cx%3D%2264%22%20cy%3D%22-2344%22%20r%3D%2256.96%22%20fx%3D%2264%22%20fy%3D%22-2344%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20-2280)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.12%22%20stop-color%3D%22%23fac742%22%2F%3E%3Cstop%20offset%3D%22.32%22%20stop-color%3D%22%23fac340%22%2F%3E%3Cstop%20offset%3D%22.48%22%20stop-color%3D%22%23fab93a%22%2F%3E%3Cstop%20offset%3D%22.62%22%20stop-color%3D%22%23fba931%22%2F%3E%3Cstop%20offset%3D%22.76%22%20stop-color%3D%22%23fc9124%22%2F%3E%3Cstop%20offset%3D%22.88%22%20stop-color%3D%22%23fd7313%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff5100%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cg%20stroke-width%3D%220%22%3E%3Cpath%20fill%3D%22url(%23SVGQ9IGmIko)%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%23d84213%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%3C%2Fg%3E%3Cpath%20fill%3D%22%23422b0d%22%20d%3D%22M85.48%20104.22c-.38-.15-.72-.38-1-.69c-4.65-5.26-12.29-8.71-20.48-8.71s-15.83%203.46-20.48%208.71c-.28.31-.62.55-1%20.69c-.84.31-1.79.13-2.46-.46c-.65-.58-.88-1.47-.55-2.33C42.84%2092.89%2052.75%2086.17%2064%2086.17s21.15%206.71%2024.49%2015.26c.34.85.1%201.75-.55%202.33c-.67.59-1.63.77-2.46.46M56.62%2065.83c-2.51-3.15-12.83-9.22-16.56-10.96c-1.39-.64-2.83-1.15-4.31-1.53a3%203%200%200%200-.84-.11c-1.5%200-2.77%201.04-3.12%202.54c-.35%201.51.37%202.99%201.87%203.71c1.75.86%204.82%202.49%208%204.3c-2.51%201.5-4.21%204.31-4.21%207.53v1.63c0%204.8%203.76%208.69%208.39%208.69s8.39-3.89%208.39-8.69v-1.82c1.18-.07%202.26-.78%202.79-1.87c.55-1.13.39-2.41-.4-3.41ZM96.2%2055.76c-.35-1.5-1.62-2.54-3.12-2.54c-.28%200-.56.03-.84.11c-1.48.38-2.92.89-4.31%201.53c-3.73%201.75-14.05%207.81-16.56%2010.96c-.79%201.01-.95%202.28-.4%203.41a3.38%203.38%200%200%200%202.81%201.87v1.82c0%204.8%203.76%208.69%208.39%208.69s8.39-3.89%208.39-8.69v-1.63c0-3.22-1.7-6.03-4.22-7.53c3.18-1.8%206.24-3.43%208-4.29c1.5-.73%202.21-2.2%201.87-3.71Z%22%2F%3E%3Cpath%20fill%3D%22%23896024%22%20d%3D%22M45.41%2065.42c-1.16-.8-2.88-.55-4.01%201.07s-.75%203.32.41%204.13c1.16.8%202.88.55%204.01-1.07s.75-3.32-.41-4.13m36.37%200c-1.16-.8-2.88-.55-4.01%201.07c-1.12%201.62-.75%203.32.41%204.13c1.16.8%202.88.55%204.01-1.07c1.12-1.62.75-3.32-.41-4.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/enraged-face.svg?color=%231a73e8&size=48