anger symbol emoji
anger-symbol from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- anger-symbol
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Emoji One (Colored)
Use the anger symbol emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff5a79" d="M55.6 12.7c-.5-.7-1.4-1.1-2.3-.9c-2.8.7-5.2 1-7.5 1s-4.5-.4-6.4-1.1c-3.8-1.4-7.3-4.3-10.7-8.9c-.1-.1-.2-.3-.3-.4l-.1-.1c-.8-.7-2.2-.6-2.8.2c-.5.6-.6 1.2-.5 1.8c.6 6.2 5.4 12 11.9 14.3c2.1.8 4.4 1.2 6.6 1.2c4.6 0 8.9-1.7 11.8-4.6c.7-.7.8-1.7.3-2.5M27.1 45.4c-2.1-.8-4.4-1.2-6.6-1.2c-4.6 0-8.9 1.7-11.8 4.6c-.7.7-.8 1.7-.3 2.5c.5.7 1.4 1.1 2.3.9c2.8-.7 5.2-1 7.5-1s4.5.4 6.4 1.1c3.8 1.4 7.3 4.3 10.7 8.9c.1.1.2.3.4.4c.4.3.8.5 1.3.5c.6 0 1.1-.2 1.5-.7s.5-1.1.4-1.6c-.5-6.3-5.3-12-11.8-14.4m34.2-20c-.3-.3-.8-.5-1.3-.5h-.3c-6.2.6-12 5.4-14.3 11.9c-2.4 6.5-1.1 13.9 3.4 18.4c.4.4.9.6 1.4.6c.4 0 .7-.1 1.1-.3c.8-.5 1.1-1.4.9-2.3c-1.4-5.5-1.4-10.1 0-13.9s4.3-7.3 8.9-10.7c.1-.1.3-.2.4-.4c.7-.8.6-2.1-.2-2.8m-42.7 1.7c2.4-6.5 1.1-13.9-3.4-18.4c-.6-.7-1.7-.8-2.5-.3s-1.1 1.4-.9 2.3c1.4 5.5 1.4 10.1 0 13.9s-4.3 7.3-8.9 10.7c-.1.1-.3.2-.4.4c-.7.9-.6 2.1.2 2.8c.3.4.8.5 1.2.5h.3c6.3-.6 12-5.4 14.4-11.9"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneAngerSymbol(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff5a79" d="M55.6 12.7c-.5-.7-1.4-1.1-2.3-.9c-2.8.7-5.2 1-7.5 1s-4.5-.4-6.4-1.1c-3.8-1.4-7.3-4.3-10.7-8.9c-.1-.1-.2-.3-.3-.4l-.1-.1c-.8-.7-2.2-.6-2.8.2c-.5.6-.6 1.2-.5 1.8c.6 6.2 5.4 12 11.9 14.3c2.1.8 4.4 1.2 6.6 1.2c4.6 0 8.9-1.7 11.8-4.6c.7-.7.8-1.7.3-2.5M27.1 45.4c-2.1-.8-4.4-1.2-6.6-1.2c-4.6 0-8.9 1.7-11.8 4.6c-.7.7-.8 1.7-.3 2.5c.5.7 1.4 1.1 2.3.9c2.8-.7 5.2-1 7.5-1s4.5.4 6.4 1.1c3.8 1.4 7.3 4.3 10.7 8.9c.1.1.2.3.4.4c.4.3.8.5 1.3.5c.6 0 1.1-.2 1.5-.7s.5-1.1.4-1.6c-.5-6.3-5.3-12-11.8-14.4m34.2-20c-.3-.3-.8-.5-1.3-.5h-.3c-6.2.6-12 5.4-14.3 11.9c-2.4 6.5-1.1 13.9 3.4 18.4c.4.4.9.6 1.4.6c.4 0 .7-.1 1.1-.3c.8-.5 1.1-1.4.9-2.3c-1.4-5.5-1.4-10.1 0-13.9s4.3-7.3 8.9-10.7c.1-.1.3-.2.4-.4c.7-.8.6-2.1-.2-2.8m-42.7 1.7c2.4-6.5 1.1-13.9-3.4-18.4c-.6-.7-1.7-.8-2.5-.3s-1.1 1.4-.9 2.3c1.4 5.5 1.4 10.1 0 13.9s-4.3 7.3-8.9 10.7c-.1.1-.3.2-.4.4c-.7.9-.6 2.1.2 2.8c.3.4.8.5 1.2.5h.3c6.3-.6 12-5.4 14.4-11.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ff5a79" d="M55.6 12.7c-.5-.7-1.4-1.1-2.3-.9c-2.8.7-5.2 1-7.5 1s-4.5-.4-6.4-1.1c-3.8-1.4-7.3-4.3-10.7-8.9c-.1-.1-.2-.3-.3-.4l-.1-.1c-.8-.7-2.2-.6-2.8.2c-.5.6-.6 1.2-.5 1.8c.6 6.2 5.4 12 11.9 14.3c2.1.8 4.4 1.2 6.6 1.2c4.6 0 8.9-1.7 11.8-4.6c.7-.7.8-1.7.3-2.5M27.1 45.4c-2.1-.8-4.4-1.2-6.6-1.2c-4.6 0-8.9 1.7-11.8 4.6c-.7.7-.8 1.7-.3 2.5c.5.7 1.4 1.1 2.3.9c2.8-.7 5.2-1 7.5-1s4.5.4 6.4 1.1c3.8 1.4 7.3 4.3 10.7 8.9c.1.1.2.3.4.4c.4.3.8.5 1.3.5c.6 0 1.1-.2 1.5-.7s.5-1.1.4-1.6c-.5-6.3-5.3-12-11.8-14.4m34.2-20c-.3-.3-.8-.5-1.3-.5h-.3c-6.2.6-12 5.4-14.3 11.9c-2.4 6.5-1.1 13.9 3.4 18.4c.4.4.9.6 1.4.6c.4 0 .7-.1 1.1-.3c.8-.5 1.1-1.4.9-2.3c-1.4-5.5-1.4-10.1 0-13.9s4.3-7.3 8.9-10.7c.1-.1.3-.2.4-.4c.7-.8.6-2.1-.2-2.8m-42.7 1.7c2.4-6.5 1.1-13.9-3.4-18.4c-.6-.7-1.7-.8-2.5-.3s-1.1 1.4-.9 2.3c1.4 5.5 1.4 10.1 0 13.9s-4.3 7.3-8.9 10.7c-.1.1-.3.2-.4.4c-.7.9-.6 2.1.2 2.8c.3.4.8.5 1.2.5h.3c6.3-.6 12-5.4 14.4-11.9"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ff5a79%22%20d%3D%22M55.6%2012.7c-.5-.7-1.4-1.1-2.3-.9c-2.8.7-5.2%201-7.5%201s-4.5-.4-6.4-1.1c-3.8-1.4-7.3-4.3-10.7-8.9c-.1-.1-.2-.3-.3-.4l-.1-.1c-.8-.7-2.2-.6-2.8.2c-.5.6-.6%201.2-.5%201.8c.6%206.2%205.4%2012%2011.9%2014.3c2.1.8%204.4%201.2%206.6%201.2c4.6%200%208.9-1.7%2011.8-4.6c.7-.7.8-1.7.3-2.5M27.1%2045.4c-2.1-.8-4.4-1.2-6.6-1.2c-4.6%200-8.9%201.7-11.8%204.6c-.7.7-.8%201.7-.3%202.5c.5.7%201.4%201.1%202.3.9c2.8-.7%205.2-1%207.5-1s4.5.4%206.4%201.1c3.8%201.4%207.3%204.3%2010.7%208.9c.1.1.2.3.4.4c.4.3.8.5%201.3.5c.6%200%201.1-.2%201.5-.7s.5-1.1.4-1.6c-.5-6.3-5.3-12-11.8-14.4m34.2-20c-.3-.3-.8-.5-1.3-.5h-.3c-6.2.6-12%205.4-14.3%2011.9c-2.4%206.5-1.1%2013.9%203.4%2018.4c.4.4.9.6%201.4.6c.4%200%20.7-.1%201.1-.3c.8-.5%201.1-1.4.9-2.3c-1.4-5.5-1.4-10.1%200-13.9s4.3-7.3%208.9-10.7c.1-.1.3-.2.4-.4c.7-.8.6-2.1-.2-2.8m-42.7%201.7c2.4-6.5%201.1-13.9-3.4-18.4c-.6-.7-1.7-.8-2.5-.3s-1.1%201.4-.9%202.3c1.4%205.5%201.4%2010.1%200%2013.9s-4.3%207.3-8.9%2010.7c-.1.1-.3.2-.4.4c-.7.9-.6%202.1.2%202.8c.3.4.8.5%201.2.5h.3c6.3-.6%2012-5.4%2014.4-11.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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ff5a79%22%20d%3D%22M55.6%2012.7c-.5-.7-1.4-1.1-2.3-.9c-2.8.7-5.2%201-7.5%201s-4.5-.4-6.4-1.1c-3.8-1.4-7.3-4.3-10.7-8.9c-.1-.1-.2-.3-.3-.4l-.1-.1c-.8-.7-2.2-.6-2.8.2c-.5.6-.6%201.2-.5%201.8c.6%206.2%205.4%2012%2011.9%2014.3c2.1.8%204.4%201.2%206.6%201.2c4.6%200%208.9-1.7%2011.8-4.6c.7-.7.8-1.7.3-2.5M27.1%2045.4c-2.1-.8-4.4-1.2-6.6-1.2c-4.6%200-8.9%201.7-11.8%204.6c-.7.7-.8%201.7-.3%202.5c.5.7%201.4%201.1%202.3.9c2.8-.7%205.2-1%207.5-1s4.5.4%206.4%201.1c3.8%201.4%207.3%204.3%2010.7%208.9c.1.1.2.3.4.4c.4.3.8.5%201.3.5c.6%200%201.1-.2%201.5-.7s.5-1.1.4-1.6c-.5-6.3-5.3-12-11.8-14.4m34.2-20c-.3-.3-.8-.5-1.3-.5h-.3c-6.2.6-12%205.4-14.3%2011.9c-2.4%206.5-1.1%2013.9%203.4%2018.4c.4.4.9.6%201.4.6c.4%200%20.7-.1%201.1-.3c.8-.5%201.1-1.4.9-2.3c-1.4-5.5-1.4-10.1%200-13.9s4.3-7.3%208.9-10.7c.1-.1.3-.2.4-.4c.7-.8.6-2.1-.2-2.8m-42.7%201.7c2.4-6.5%201.1-13.9-3.4-18.4c-.6-.7-1.7-.8-2.5-.3s-1.1%201.4-.9%202.3c1.4%205.5%201.4%2010.1%200%2013.9s-4.3%207.3-8.9%2010.7c-.1.1-.3.2-.4.4c-.7.9-.6%202.1.2%202.8c.3.4.8.5%201.2.5h.3c6.3-.6%2012-5.4%2014.4-11.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/anger-symbol.svg?color=%231a73e8&size=48