angry from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.

Name
angry
Set
Firefox OS Emoji
Style
Default
Category
People
Viewbox
512×512
License
Apache 2.0

The same emoji in other sets

More people icons from Firefox OS Emoji

Use the angry emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M256 35.3c-121.8 0-220.6 98.8-220.6 220.6c0 2.8.1 5.6.2 8.4c-12.9 1.7-22.9 12.5-22.9 25.9c0 14.5 11.7 26.2 26.2 26.2h4.9C70.1 408.9 155.1 476.6 256 476.6c121.9 0 220.6-98.8 220.6-220.6c0-121.9-98.8-220.7-220.6-220.7"/><path fill="#2B3B47" d="M170.5 200.1v41.3c0 13.4-10.8 24.2-24.2 24.2s-24.2-10.8-24.2-24.2v-54.3zm220.2-13v54.3c0 13.4-10.8 24.2-24.2 24.2s-24.2-10.8-24.2-24.2v-41.3z"/><path fill="#D32A2A" d="M169.3 208.3c-.8 0-1.5-.1-2.3-.3l-51.5-15.1c-4.3-1.3-6.8-5.8-5.5-10.1s5.8-6.8 10.1-5.5l51.5 15.1c4.3 1.3 6.8 5.8 5.5 10.1c-1 3.5-4.3 5.8-7.8 5.8m172.9 0c-3.4 0-6.6-2.2-7.8-5.6c-1.4-4.3.9-8.9 5.2-10.3l54.2-17.7c4.3-1.4 8.9.9 10.3 5.2s-.9 8.9-5.2 10.3l-54.2 17.7c-.8.3-1.6.4-2.5.4"/><path fill="#2B3B47" d="M315.7 352.9c-2.4-20.9-18.9-49.6-57.1-49.6c-39.7 0-56 31.2-57.3 52.2c-.3 5.6 2.3 10.9 6.8 14.2s10.5 4.1 15.7 2.1c.1 0 11.4-4.2 32.7-4.2c22.2 0 37.9 4.6 38.1 4.7c1.6.5 3.2.7 4.8.7h.1c9.1 0 16.5-7.4 16.5-16.5c.1-1.3-.1-2.5-.3-3.6"/><path fill="#D32A2A" d="M476.4 265.8c.1-3.3.3-6.6.3-9.9c0-58.9-23.1-112.4-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.6-226.7 226.6c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.9 152 60.9c100.3 0 185-67 211.7-158.7h5.1c14.5 0 26.2-11.7 26.2-26.2c0-13.3-9.9-24.1-22.6-25.9"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiAngry(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M256 35.3c-121.8 0-220.6 98.8-220.6 220.6c0 2.8.1 5.6.2 8.4c-12.9 1.7-22.9 12.5-22.9 25.9c0 14.5 11.7 26.2 26.2 26.2h4.9C70.1 408.9 155.1 476.6 256 476.6c121.9 0 220.6-98.8 220.6-220.6c0-121.9-98.8-220.7-220.6-220.7"/><path fill="#2B3B47" d="M170.5 200.1v41.3c0 13.4-10.8 24.2-24.2 24.2s-24.2-10.8-24.2-24.2v-54.3zm220.2-13v54.3c0 13.4-10.8 24.2-24.2 24.2s-24.2-10.8-24.2-24.2v-41.3z"/><path fill="#D32A2A" d="M169.3 208.3c-.8 0-1.5-.1-2.3-.3l-51.5-15.1c-4.3-1.3-6.8-5.8-5.5-10.1s5.8-6.8 10.1-5.5l51.5 15.1c4.3 1.3 6.8 5.8 5.5 10.1c-1 3.5-4.3 5.8-7.8 5.8m172.9 0c-3.4 0-6.6-2.2-7.8-5.6c-1.4-4.3.9-8.9 5.2-10.3l54.2-17.7c4.3-1.4 8.9.9 10.3 5.2s-.9 8.9-5.2 10.3l-54.2 17.7c-.8.3-1.6.4-2.5.4"/><path fill="#2B3B47" d="M315.7 352.9c-2.4-20.9-18.9-49.6-57.1-49.6c-39.7 0-56 31.2-57.3 52.2c-.3 5.6 2.3 10.9 6.8 14.2s10.5 4.1 15.7 2.1c.1 0 11.4-4.2 32.7-4.2c22.2 0 37.9 4.6 38.1 4.7c1.6.5 3.2.7 4.8.7h.1c9.1 0 16.5-7.4 16.5-16.5c.1-1.3-.1-2.5-.3-3.6"/><path fill="#D32A2A" d="M476.4 265.8c.1-3.3.3-6.6.3-9.9c0-58.9-23.1-112.4-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.6-226.7 226.6c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.9 152 60.9c100.3 0 185-67 211.7-158.7h5.1c14.5 0 26.2-11.7 26.2-26.2c0-13.3-9.9-24.1-22.6-25.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FF473E" d="M256 35.3c-121.8 0-220.6 98.8-220.6 220.6c0 2.8.1 5.6.2 8.4c-12.9 1.7-22.9 12.5-22.9 25.9c0 14.5 11.7 26.2 26.2 26.2h4.9C70.1 408.9 155.1 476.6 256 476.6c121.9 0 220.6-98.8 220.6-220.6c0-121.9-98.8-220.7-220.6-220.7"/><path fill="#2B3B47" d="M170.5 200.1v41.3c0 13.4-10.8 24.2-24.2 24.2s-24.2-10.8-24.2-24.2v-54.3zm220.2-13v54.3c0 13.4-10.8 24.2-24.2 24.2s-24.2-10.8-24.2-24.2v-41.3z"/><path fill="#D32A2A" d="M169.3 208.3c-.8 0-1.5-.1-2.3-.3l-51.5-15.1c-4.3-1.3-6.8-5.8-5.5-10.1s5.8-6.8 10.1-5.5l51.5 15.1c4.3 1.3 6.8 5.8 5.5 10.1c-1 3.5-4.3 5.8-7.8 5.8m172.9 0c-3.4 0-6.6-2.2-7.8-5.6c-1.4-4.3.9-8.9 5.2-10.3l54.2-17.7c4.3-1.4 8.9.9 10.3 5.2s-.9 8.9-5.2 10.3l-54.2 17.7c-.8.3-1.6.4-2.5.4"/><path fill="#2B3B47" d="M315.7 352.9c-2.4-20.9-18.9-49.6-57.1-49.6c-39.7 0-56 31.2-57.3 52.2c-.3 5.6 2.3 10.9 6.8 14.2s10.5 4.1 15.7 2.1c.1 0 11.4-4.2 32.7-4.2c22.2 0 37.9 4.6 38.1 4.7c1.6.5 3.2.7 4.8.7h.1c9.1 0 16.5-7.4 16.5-16.5c.1-1.3-.1-2.5-.3-3.6"/><path fill="#D32A2A" d="M476.4 265.8c.1-3.3.3-6.6.3-9.9c0-58.9-23.1-112.4-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.6-226.7 226.6c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.9 152 60.9c100.3 0 185-67 211.7-158.7h5.1c14.5 0 26.2-11.7 26.2-26.2c0-13.3-9.9-24.1-22.6-25.9"/></svg>
</template>

CSS

.icon-angry {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M256%2035.3c-121.8%200-220.6%2098.8-220.6%20220.6c0%202.8.1%205.6.2%208.4c-12.9%201.7-22.9%2012.5-22.9%2025.9c0%2014.5%2011.7%2026.2%2026.2%2026.2h4.9C70.1%20408.9%20155.1%20476.6%20256%20476.6c121.9%200%20220.6-98.8%20220.6-220.6c0-121.9-98.8-220.7-220.6-220.7%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M170.5%20200.1v41.3c0%2013.4-10.8%2024.2-24.2%2024.2s-24.2-10.8-24.2-24.2v-54.3zm220.2-13v54.3c0%2013.4-10.8%2024.2-24.2%2024.2s-24.2-10.8-24.2-24.2v-41.3z%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M169.3%20208.3c-.8%200-1.5-.1-2.3-.3l-51.5-15.1c-4.3-1.3-6.8-5.8-5.5-10.1s5.8-6.8%2010.1-5.5l51.5%2015.1c4.3%201.3%206.8%205.8%205.5%2010.1c-1%203.5-4.3%205.8-7.8%205.8m172.9%200c-3.4%200-6.6-2.2-7.8-5.6c-1.4-4.3.9-8.9%205.2-10.3l54.2-17.7c4.3-1.4%208.9.9%2010.3%205.2s-.9%208.9-5.2%2010.3l-54.2%2017.7c-.8.3-1.6.4-2.5.4%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M315.7%20352.9c-2.4-20.9-18.9-49.6-57.1-49.6c-39.7%200-56%2031.2-57.3%2052.2c-.3%205.6%202.3%2010.9%206.8%2014.2s10.5%204.1%2015.7%202.1c.1%200%2011.4-4.2%2032.7-4.2c22.2%200%2037.9%204.6%2038.1%204.7c1.6.5%203.2.7%204.8.7h.1c9.1%200%2016.5-7.4%2016.5-16.5c.1-1.3-.1-2.5-.3-3.6%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M476.4%20265.8c.1-3.3.3-6.6.3-9.9c0-58.9-23.1-112.4-60.8-152c21.3%2034.5%2033.6%2075.2%2033.6%20118.8c0%20125.2-101.5%20226.6-226.7%20226.6c-43.6%200-84.2-12.3-118.8-33.6c39.6%2037.7%2093.1%2060.9%20152%2060.9c100.3%200%20185-67%20211.7-158.7h5.1c14.5%200%2026.2-11.7%2026.2-26.2c0-13.3-9.9-24.1-22.6-25.9%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M256%2035.3c-121.8%200-220.6%2098.8-220.6%20220.6c0%202.8.1%205.6.2%208.4c-12.9%201.7-22.9%2012.5-22.9%2025.9c0%2014.5%2011.7%2026.2%2026.2%2026.2h4.9C70.1%20408.9%20155.1%20476.6%20256%20476.6c121.9%200%20220.6-98.8%20220.6-220.6c0-121.9-98.8-220.7-220.6-220.7%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M170.5%20200.1v41.3c0%2013.4-10.8%2024.2-24.2%2024.2s-24.2-10.8-24.2-24.2v-54.3zm220.2-13v54.3c0%2013.4-10.8%2024.2-24.2%2024.2s-24.2-10.8-24.2-24.2v-41.3z%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M169.3%20208.3c-.8%200-1.5-.1-2.3-.3l-51.5-15.1c-4.3-1.3-6.8-5.8-5.5-10.1s5.8-6.8%2010.1-5.5l51.5%2015.1c4.3%201.3%206.8%205.8%205.5%2010.1c-1%203.5-4.3%205.8-7.8%205.8m172.9%200c-3.4%200-6.6-2.2-7.8-5.6c-1.4-4.3.9-8.9%205.2-10.3l54.2-17.7c4.3-1.4%208.9.9%2010.3%205.2s-.9%208.9-5.2%2010.3l-54.2%2017.7c-.8.3-1.6.4-2.5.4%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M315.7%20352.9c-2.4-20.9-18.9-49.6-57.1-49.6c-39.7%200-56%2031.2-57.3%2052.2c-.3%205.6%202.3%2010.9%206.8%2014.2s10.5%204.1%2015.7%202.1c.1%200%2011.4-4.2%2032.7-4.2c22.2%200%2037.9%204.6%2038.1%204.7c1.6.5%203.2.7%204.8.7h.1c9.1%200%2016.5-7.4%2016.5-16.5c.1-1.3-.1-2.5-.3-3.6%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M476.4%20265.8c.1-3.3.3-6.6.3-9.9c0-58.9-23.1-112.4-60.8-152c21.3%2034.5%2033.6%2075.2%2033.6%20118.8c0%20125.2-101.5%20226.6-226.7%20226.6c-43.6%200-84.2-12.3-118.8-33.6c39.6%2037.7%2093.1%2060.9%20152%2060.9c100.3%200%20185-67%20211.7-158.7h5.1c14.5%200%2026.2-11.7%2026.2-26.2c0-13.3-9.9-24.1-22.6-25.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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