anger-symbol from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
anger-symbol
Set
Fluent Emoji High Contrast
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji High Contrast

Use the anger symbol emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.329 2.505a2 2 0 0 0-2.658 2.99c5.258 4.673 13.4 4.673 18.658 0a2 2 0 1 0-2.658-2.99c-3.742 3.327-9.6 3.327-13.342 0m.04 26.953c3.49-3.277 9.772-3.277 13.262 0a2 2 0 1 0 2.738-2.916c-5.03-4.723-13.708-4.723-18.738 0a2 2 0 1 0 2.738 2.916m20-22.916a2 2 0 0 1 .089 2.827c-3.277 3.49-3.277 9.772 0 13.262a2 2 0 1 1-2.916 2.738c-4.723-5.03-4.723-13.708 0-18.738a2 2 0 0 1 2.827-.089m-23.911.089a2 2 0 1 0-2.916 2.738c3.277 3.49 3.277 9.772 0 13.262a2 2 0 1 0 2.916 2.738c4.723-5.03 4.723-13.708 0-18.738"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastAngerSymbol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.329 2.505a2 2 0 0 0-2.658 2.99c5.258 4.673 13.4 4.673 18.658 0a2 2 0 1 0-2.658-2.99c-3.742 3.327-9.6 3.327-13.342 0m.04 26.953c3.49-3.277 9.772-3.277 13.262 0a2 2 0 1 0 2.738-2.916c-5.03-4.723-13.708-4.723-18.738 0a2 2 0 1 0 2.738 2.916m20-22.916a2 2 0 0 1 .089 2.827c-3.277 3.49-3.277 9.772 0 13.262a2 2 0 1 1-2.916 2.738c-4.723-5.03-4.723-13.708 0-18.738a2 2 0 0 1 2.827-.089m-23.911.089a2 2 0 1 0-2.916 2.738c3.277 3.49 3.277 9.772 0 13.262a2 2 0 1 0 2.916 2.738c4.723-5.03 4.723-13.708 0-18.738"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.329 2.505a2 2 0 0 0-2.658 2.99c5.258 4.673 13.4 4.673 18.658 0a2 2 0 1 0-2.658-2.99c-3.742 3.327-9.6 3.327-13.342 0m.04 26.953c3.49-3.277 9.772-3.277 13.262 0a2 2 0 1 0 2.738-2.916c-5.03-4.723-13.708-4.723-18.738 0a2 2 0 1 0 2.738 2.916m20-22.916a2 2 0 0 1 .089 2.827c-3.277 3.49-3.277 9.772 0 13.262a2 2 0 1 1-2.916 2.738c-4.723-5.03-4.723-13.708 0-18.738a2 2 0 0 1 2.827-.089m-23.911.089a2 2 0 1 0-2.916 2.738c3.277 3.49 3.277 9.772 0 13.262a2 2 0 1 0 2.916 2.738c4.723-5.03 4.723-13.708 0-18.738"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.329%202.505a2%202%200%200%200-2.658%202.99c5.258%204.673%2013.4%204.673%2018.658%200a2%202%200%201%200-2.658-2.99c-3.742%203.327-9.6%203.327-13.342%200m.04%2026.953c3.49-3.277%209.772-3.277%2013.262%200a2%202%200%201%200%202.738-2.916c-5.03-4.723-13.708-4.723-18.738%200a2%202%200%201%200%202.738%202.916m20-22.916a2%202%200%200%201%20.089%202.827c-3.277%203.49-3.277%209.772%200%2013.262a2%202%200%201%201-2.916%202.738c-4.723-5.03-4.723-13.708%200-18.738a2%202%200%200%201%202.827-.089m-23.911.089a2%202%200%201%200-2.916%202.738c3.277%203.49%203.277%209.772%200%2013.262a2%202%200%201%200%202.916%202.738c4.723-5.03%204.723-13.708%200-18.738%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.329%202.505a2%202%200%200%200-2.658%202.99c5.258%204.673%2013.4%204.673%2018.658%200a2%202%200%201%200-2.658-2.99c-3.742%203.327-9.6%203.327-13.342%200m.04%2026.953c3.49-3.277%209.772-3.277%2013.262%200a2%202%200%201%200%202.738-2.916c-5.03-4.723-13.708-4.723-18.738%200a2%202%200%201%200%202.738%202.916m20-22.916a2%202%200%200%201%20.089%202.827c-3.277%203.49-3.277%209.772%200%2013.262a2%202%200%201%201-2.916%202.738c-4.723-5.03-4.723-13.708%200-18.738a2%202%200%200%201%202.827-.089m-23.911.089a2%202%200%201%200-2.916%202.738c3.277%203.49%203.277%209.772%200%2013.262a2%202%200%201%200%202.916%202.738c4.723-5.03%204.723-13.708%200-18.738%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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