smiley angry icon

smiley-angry-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
smiley-angry-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the smiley angry icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"/><path d="M92 152a12 12 0 1 1 12-12a12 12 0 0 1-12 12m72-24a12 12 0 1 0 12 12a12 12 0 0 0-12-12m68 0A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88 88 0 1 0-88 88a88.1 88.1 0 0 0 88-88m-44.44-46.66L128 110.39l-43.56-29a8 8 0 1 0-8.88 13.32l48 32a8 8 0 0 0 8.88 0l48-32a8 8 0 0 0-8.88-13.32Zm-15.13 96C148 171.73 139.94 168 128 168s-20 3.73-28.43 9.34a8 8 0 0 0 8.86 13.32C114.93 186.34 120 184 128 184s13.07 2.34 19.57 6.66a8 8 0 1 0 8.86-13.32"/></g></svg>

React

import type { SVGProps } from "react";

export function PhSmileyAngryDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"/><path d="M92 152a12 12 0 1 1 12-12a12 12 0 0 1-12 12m72-24a12 12 0 1 0 12 12a12 12 0 0 0-12-12m68 0A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88 88 0 1 0-88 88a88.1 88.1 0 0 0 88-88m-44.44-46.66L128 110.39l-43.56-29a8 8 0 1 0-8.88 13.32l48 32a8 8 0 0 0 8.88 0l48-32a8 8 0 0 0-8.88-13.32Zm-15.13 96C148 171.73 139.94 168 128 168s-20 3.73-28.43 9.34a8 8 0 0 0 8.86 13.32C114.93 186.34 120 184 128 184s13.07 2.34 19.57 6.66a8 8 0 1 0 8.86-13.32"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"/><path d="M92 152a12 12 0 1 1 12-12a12 12 0 0 1-12 12m72-24a12 12 0 1 0 12 12a12 12 0 0 0-12-12m68 0A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88 88 0 1 0-88 88a88.1 88.1 0 0 0 88-88m-44.44-46.66L128 110.39l-43.56-29a8 8 0 1 0-8.88 13.32l48 32a8 8 0 0 0 8.88 0l48-32a8 8 0 0 0-8.88-13.32Zm-15.13 96C148 171.73 139.94 168 128 168s-20 3.73-28.43 9.34a8 8 0 0 0 8.86 13.32C114.93 186.34 120 184 128 184s13.07 2.34 19.57 6.66a8 8 0 1 0 8.86-13.32"/></g></svg>
</template>

CSS

.icon-smiley-angry-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20128a96%2096%200%201%201-96-96a96%2096%200%200%201%2096%2096%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M92%20152a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m72-24a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m68%200A104%20104%200%201%201%20128%2024a104.11%20104.11%200%200%201%20104%20104m-16%200a88%2088%200%201%200-88%2088a88.1%2088.1%200%200%200%2088-88m-44.44-46.66L128%20110.39l-43.56-29a8%208%200%201%200-8.88%2013.32l48%2032a8%208%200%200%200%208.88%200l48-32a8%208%200%200%200-8.88-13.32Zm-15.13%2096C148%20171.73%20139.94%20168%20128%20168s-20%203.73-28.43%209.34a8%208%200%200%200%208.86%2013.32C114.93%20186.34%20120%20184%20128%20184s13.07%202.34%2019.57%206.66a8%208%200%201%200%208.86-13.32%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20128a96%2096%200%201%201-96-96a96%2096%200%200%201%2096%2096%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M92%20152a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m72-24a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m68%200A104%20104%200%201%201%20128%2024a104.11%20104.11%200%200%201%20104%20104m-16%200a88%2088%200%201%200-88%2088a88.1%2088.1%200%200%200%2088-88m-44.44-46.66L128%20110.39l-43.56-29a8%208%200%201%200-8.88%2013.32l48%2032a8%208%200%200%200%208.88%200l48-32a8%208%200%200%200-8.88-13.32Zm-15.13%2096C148%20171.73%20139.94%20168%20128%20168s-20%203.73-28.43%209.34a8%208%200%200%200%208.86%2013.32C114.93%20186.34%20120%20184%20128%20184s13.07%202.34%2019.57%206.66a8%208%200%201%200%208.86-13.32%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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