smiley angry icon
smiley-angry-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- smiley-angry-fill
- Set
- Phosphor
- Style
- Fill
- 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"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M80 140a12 12 0 1 1 12 12a12 12 0 0 1-12-12m78.66 48.43a8 8 0 0 1-11.09 2.23C141.07 186.34 136 184 128 184s-13.07 2.34-19.57 6.66a8 8 0 0 1-8.86-13.32C108 171.73 116.06 168 128 168s20 3.73 28.43 9.34a8 8 0 0 1 2.23 11.09M164 152a12 12 0 1 1 12-12a12 12 0 0 1-12 12m16.44-57.34l-48 32a8 8 0 0 1-8.88 0l-48-32a8 8 0 1 1 8.88-13.32L128 110.39l43.56-29a8 8 0 0 1 8.88 13.32Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSmileyAngryFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M80 140a12 12 0 1 1 12 12a12 12 0 0 1-12-12m78.66 48.43a8 8 0 0 1-11.09 2.23C141.07 186.34 136 184 128 184s-13.07 2.34-19.57 6.66a8 8 0 0 1-8.86-13.32C108 171.73 116.06 168 128 168s20 3.73 28.43 9.34a8 8 0 0 1 2.23 11.09M164 152a12 12 0 1 1 12-12a12 12 0 0 1-12 12m16.44-57.34l-48 32a8 8 0 0 1-8.88 0l-48-32a8 8 0 1 1 8.88-13.32L128 110.39l43.56-29a8 8 0 0 1 8.88 13.32Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M80 140a12 12 0 1 1 12 12a12 12 0 0 1-12-12m78.66 48.43a8 8 0 0 1-11.09 2.23C141.07 186.34 136 184 128 184s-13.07 2.34-19.57 6.66a8 8 0 0 1-8.86-13.32C108 171.73 116.06 168 128 168s20 3.73 28.43 9.34a8 8 0 0 1 2.23 11.09M164 152a12 12 0 1 1 12-12a12 12 0 0 1-12 12m16.44-57.34l-48 32a8 8 0 0 1-8.88 0l-48-32a8 8 0 1 1 8.88-13.32L128 110.39l43.56-29a8 8 0 0 1 8.88 13.32Z"/></svg> </template>
CSS
.icon-smiley-angry-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024M80%20140a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m78.66%2048.43a8%208%200%200%201-11.09%202.23C141.07%20186.34%20136%20184%20128%20184s-13.07%202.34-19.57%206.66a8%208%200%200%201-8.86-13.32C108%20171.73%20116.06%20168%20128%20168s20%203.73%2028.43%209.34a8%208%200%200%201%202.23%2011.09M164%20152a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m16.44-57.34l-48%2032a8%208%200%200%201-8.88%200l-48-32a8%208%200%201%201%208.88-13.32L128%20110.39l43.56-29a8%208%200%200%201%208.88%2013.32Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024M80%20140a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m78.66%2048.43a8%208%200%200%201-11.09%202.23C141.07%20186.34%20136%20184%20128%20184s-13.07%202.34-19.57%206.66a8%208%200%200%201-8.86-13.32C108%20171.73%20116.06%20168%20128%20168s20%203.73%2028.43%209.34a8%208%200%200%201%202.23%2011.09M164%20152a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m16.44-57.34l-48%2032a8%208%200%200%201-8.88%200l-48-32a8%208%200%201%201%208.88-13.32L128%20110.39l43.56-29a8%208%200%200%201%208.88%2013.32Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/smiley-angry-fill.svg?color=%231a73e8&size=48