anger symbol emoji

anger-symbol from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.

Name
anger-symbol
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

Use the anger symbol emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f44336" d="M63.7 40.03c-27.77 0-38.93-27.23-38.93-27.23c-1.22-2.34-1.79-5.33-.03-7.38c.13-.15.26-.28.39-.41c2.19-2.02 5.49-.86 6.61 2.11c2.27 6.02 11.25 18.63 31.79 18.63c21.24 0 30.81-13.83 32.87-19.01c.43-1.09 1.18-2.01 2.17-2.4c1.58-.62 3.4-.2 4.66 1.26c1.76 2.04 1.3 4.28-.02 7.38c0 0-11.74 27.05-39.51 27.05m1.01 47.94c27.77 0 38.93 27.23 38.93 27.23c1.22 2.34 1.79 5.33.03 7.38c-.13.15-.26.28-.39.41c-2.19 2.02-5.49.86-6.61-2.11c-2.27-6.02-11.25-18.63-31.79-18.63c-21.24 0-30.81 13.83-32.87 19.01c-.43 1.09-1.18 2.01-2.17 2.4c-1.58.62-3.4.2-4.66-1.26c-1.76-2.04-1.3-4.28.02-7.38c0 0 11.73-27.05 39.51-27.05m23.26-24.35c0-27.33 27.23-38.31 27.23-38.31c2.34-1.2 5.33-1.76 7.38-.03c.15.12.28.25.41.39c2.02 2.15.86 5.4-2.11 6.5c-6.02 2.24-18.63 11.07-18.63 31.28c0 20.9 13.83 30.32 19.01 32.34c1.09.42 2.01 1.16 2.4 2.13c.62 1.56.2 3.35-1.26 4.59c-2.04 1.73-4.28 1.28-7.38-.01c0-.01-27.05-11.56-27.05-38.88m-47.94.59c0 27.33-27.23 38.31-27.23 38.31c-2.34 1.2-5.33 1.76-7.38.03a4 4 0 0 1-.41-.39c-2.02-2.15-.86-5.4 2.11-6.5c6.02-2.24 18.63-11.07 18.63-31.28c0-20.9-13.83-30.32-19.01-32.34c-1.09-.42-2.01-1.16-2.4-2.13c-.62-1.56-.2-3.35 1.26-4.59c2.04-1.73 4.28-1.28 7.38.01c0 0 27.05 11.55 27.05 38.88"/></svg>

React

import type { SVGProps } from "react";

export function NotoAngerSymbol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f44336" d="M63.7 40.03c-27.77 0-38.93-27.23-38.93-27.23c-1.22-2.34-1.79-5.33-.03-7.38c.13-.15.26-.28.39-.41c2.19-2.02 5.49-.86 6.61 2.11c2.27 6.02 11.25 18.63 31.79 18.63c21.24 0 30.81-13.83 32.87-19.01c.43-1.09 1.18-2.01 2.17-2.4c1.58-.62 3.4-.2 4.66 1.26c1.76 2.04 1.3 4.28-.02 7.38c0 0-11.74 27.05-39.51 27.05m1.01 47.94c27.77 0 38.93 27.23 38.93 27.23c1.22 2.34 1.79 5.33.03 7.38c-.13.15-.26.28-.39.41c-2.19 2.02-5.49.86-6.61-2.11c-2.27-6.02-11.25-18.63-31.79-18.63c-21.24 0-30.81 13.83-32.87 19.01c-.43 1.09-1.18 2.01-2.17 2.4c-1.58.62-3.4.2-4.66-1.26c-1.76-2.04-1.3-4.28.02-7.38c0 0 11.73-27.05 39.51-27.05m23.26-24.35c0-27.33 27.23-38.31 27.23-38.31c2.34-1.2 5.33-1.76 7.38-.03c.15.12.28.25.41.39c2.02 2.15.86 5.4-2.11 6.5c-6.02 2.24-18.63 11.07-18.63 31.28c0 20.9 13.83 30.32 19.01 32.34c1.09.42 2.01 1.16 2.4 2.13c.62 1.56.2 3.35-1.26 4.59c-2.04 1.73-4.28 1.28-7.38-.01c0-.01-27.05-11.56-27.05-38.88m-47.94.59c0 27.33-27.23 38.31-27.23 38.31c-2.34 1.2-5.33 1.76-7.38.03a4 4 0 0 1-.41-.39c-2.02-2.15-.86-5.4 2.11-6.5c6.02-2.24 18.63-11.07 18.63-31.28c0-20.9-13.83-30.32-19.01-32.34c-1.09-.42-2.01-1.16-2.4-2.13c-.62-1.56-.2-3.35 1.26-4.59c2.04-1.73 4.28-1.28 7.38.01c0 0 27.05 11.55 27.05 38.88"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f44336" d="M63.7 40.03c-27.77 0-38.93-27.23-38.93-27.23c-1.22-2.34-1.79-5.33-.03-7.38c.13-.15.26-.28.39-.41c2.19-2.02 5.49-.86 6.61 2.11c2.27 6.02 11.25 18.63 31.79 18.63c21.24 0 30.81-13.83 32.87-19.01c.43-1.09 1.18-2.01 2.17-2.4c1.58-.62 3.4-.2 4.66 1.26c1.76 2.04 1.3 4.28-.02 7.38c0 0-11.74 27.05-39.51 27.05m1.01 47.94c27.77 0 38.93 27.23 38.93 27.23c1.22 2.34 1.79 5.33.03 7.38c-.13.15-.26.28-.39.41c-2.19 2.02-5.49.86-6.61-2.11c-2.27-6.02-11.25-18.63-31.79-18.63c-21.24 0-30.81 13.83-32.87 19.01c-.43 1.09-1.18 2.01-2.17 2.4c-1.58.62-3.4.2-4.66-1.26c-1.76-2.04-1.3-4.28.02-7.38c0 0 11.73-27.05 39.51-27.05m23.26-24.35c0-27.33 27.23-38.31 27.23-38.31c2.34-1.2 5.33-1.76 7.38-.03c.15.12.28.25.41.39c2.02 2.15.86 5.4-2.11 6.5c-6.02 2.24-18.63 11.07-18.63 31.28c0 20.9 13.83 30.32 19.01 32.34c1.09.42 2.01 1.16 2.4 2.13c.62 1.56.2 3.35-1.26 4.59c-2.04 1.73-4.28 1.28-7.38-.01c0-.01-27.05-11.56-27.05-38.88m-47.94.59c0 27.33-27.23 38.31-27.23 38.31c-2.34 1.2-5.33 1.76-7.38.03a4 4 0 0 1-.41-.39c-2.02-2.15-.86-5.4 2.11-6.5c6.02-2.24 18.63-11.07 18.63-31.28c0-20.9-13.83-30.32-19.01-32.34c-1.09-.42-2.01-1.16-2.4-2.13c-.62-1.56-.2-3.35 1.26-4.59c2.04-1.73 4.28-1.28 7.38.01c0 0 27.05 11.55 27.05 38.88"/></svg>
</template>

CSS

.icon-anger-symbol {
  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%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M63.7%2040.03c-27.77%200-38.93-27.23-38.93-27.23c-1.22-2.34-1.79-5.33-.03-7.38c.13-.15.26-.28.39-.41c2.19-2.02%205.49-.86%206.61%202.11c2.27%206.02%2011.25%2018.63%2031.79%2018.63c21.24%200%2030.81-13.83%2032.87-19.01c.43-1.09%201.18-2.01%202.17-2.4c1.58-.62%203.4-.2%204.66%201.26c1.76%202.04%201.3%204.28-.02%207.38c0%200-11.74%2027.05-39.51%2027.05m1.01%2047.94c27.77%200%2038.93%2027.23%2038.93%2027.23c1.22%202.34%201.79%205.33.03%207.38c-.13.15-.26.28-.39.41c-2.19%202.02-5.49.86-6.61-2.11c-2.27-6.02-11.25-18.63-31.79-18.63c-21.24%200-30.81%2013.83-32.87%2019.01c-.43%201.09-1.18%202.01-2.17%202.4c-1.58.62-3.4.2-4.66-1.26c-1.76-2.04-1.3-4.28.02-7.38c0%200%2011.73-27.05%2039.51-27.05m23.26-24.35c0-27.33%2027.23-38.31%2027.23-38.31c2.34-1.2%205.33-1.76%207.38-.03c.15.12.28.25.41.39c2.02%202.15.86%205.4-2.11%206.5c-6.02%202.24-18.63%2011.07-18.63%2031.28c0%2020.9%2013.83%2030.32%2019.01%2032.34c1.09.42%202.01%201.16%202.4%202.13c.62%201.56.2%203.35-1.26%204.59c-2.04%201.73-4.28%201.28-7.38-.01c0-.01-27.05-11.56-27.05-38.88m-47.94.59c0%2027.33-27.23%2038.31-27.23%2038.31c-2.34%201.2-5.33%201.76-7.38.03a4%204%200%200%201-.41-.39c-2.02-2.15-.86-5.4%202.11-6.5c6.02-2.24%2018.63-11.07%2018.63-31.28c0-20.9-13.83-30.32-19.01-32.34c-1.09-.42-2.01-1.16-2.4-2.13c-.62-1.56-.2-3.35%201.26-4.59c2.04-1.73%204.28-1.28%207.38.01c0%200%2027.05%2011.55%2027.05%2038.88%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%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M63.7%2040.03c-27.77%200-38.93-27.23-38.93-27.23c-1.22-2.34-1.79-5.33-.03-7.38c.13-.15.26-.28.39-.41c2.19-2.02%205.49-.86%206.61%202.11c2.27%206.02%2011.25%2018.63%2031.79%2018.63c21.24%200%2030.81-13.83%2032.87-19.01c.43-1.09%201.18-2.01%202.17-2.4c1.58-.62%203.4-.2%204.66%201.26c1.76%202.04%201.3%204.28-.02%207.38c0%200-11.74%2027.05-39.51%2027.05m1.01%2047.94c27.77%200%2038.93%2027.23%2038.93%2027.23c1.22%202.34%201.79%205.33.03%207.38c-.13.15-.26.28-.39.41c-2.19%202.02-5.49.86-6.61-2.11c-2.27-6.02-11.25-18.63-31.79-18.63c-21.24%200-30.81%2013.83-32.87%2019.01c-.43%201.09-1.18%202.01-2.17%202.4c-1.58.62-3.4.2-4.66-1.26c-1.76-2.04-1.3-4.28.02-7.38c0%200%2011.73-27.05%2039.51-27.05m23.26-24.35c0-27.33%2027.23-38.31%2027.23-38.31c2.34-1.2%205.33-1.76%207.38-.03c.15.12.28.25.41.39c2.02%202.15.86%205.4-2.11%206.5c-6.02%202.24-18.63%2011.07-18.63%2031.28c0%2020.9%2013.83%2030.32%2019.01%2032.34c1.09.42%202.01%201.16%202.4%202.13c.62%201.56.2%203.35-1.26%204.59c-2.04%201.73-4.28%201.28-7.38-.01c0-.01-27.05-11.56-27.05-38.88m-47.94.59c0%2027.33-27.23%2038.31-27.23%2038.31c-2.34%201.2-5.33%201.76-7.38.03a4%204%200%200%201-.41-.39c-2.02-2.15-.86-5.4%202.11-6.5c6.02-2.24%2018.63-11.07%2018.63-31.28c0-20.9-13.83-30.32-19.01-32.34c-1.09-.42-2.01-1.16-2.4-2.13c-.62-1.56-.2-3.35%201.26-4.59c2.04-1.73%204.28-1.28%207.38.01c0%200%2027.05%2011.55%2027.05%2038.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/anger-symbol.svg?color=%231a73e8&size=48