angry icon
angry from Health Icons by Resolve to Save Lives · Filled · Emotions · MIT Free for personal and commercial use.
- Name
- angry
- Set
- Health Icons
- Style
- Filled
- Category
- Emotions
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More emotions icons from Health Icons
Use the angry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M31.11 32.876C29.642 31.75 26.999 31 23.982 31c-3.245 0-6.058.87-7.44 2.139c-.597.547-1.166 2.206 1.008 1.797c6.328-1.26 6.943-1.214 13.149 0c1.586.34 1.447-.884 1.012-1.51c-.139-.199-.335-.348-.53-.495zM20 24c0 2.21-1.12 4-2.5 4S15 26.21 15 24c0-1.614.598-3.005 1.458-3.637l-.019-.006a27.6 27.6 0 0 0-4.334-1.046l.29-1.979a29.5 29.5 0 0 1 4.67 1.125c1.733.572 3.583 1.38 4.838 2.465l-1.307 1.513a7 7 0 0 0-1.05-.735c.286.65.454 1.444.454 2.3m13 0c0 2.21-1.12 4-2.5 4S28 26.21 28 24c0-1.025.24-1.96.637-2.668c-.68.338-1.275.708-1.733 1.103l-1.307-1.513c1.255-1.085 3.105-1.893 4.837-2.465a29.6 29.6 0 0 1 4.67-1.125l.29 1.979a27.5 27.5 0 0 0-4.015.943C32.326 20.824 33 22.286 33 24"/><path fill-rule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0-2c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAngry(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M31.11 32.876C29.642 31.75 26.999 31 23.982 31c-3.245 0-6.058.87-7.44 2.139c-.597.547-1.166 2.206 1.008 1.797c6.328-1.26 6.943-1.214 13.149 0c1.586.34 1.447-.884 1.012-1.51c-.139-.199-.335-.348-.53-.495zM20 24c0 2.21-1.12 4-2.5 4S15 26.21 15 24c0-1.614.598-3.005 1.458-3.637l-.019-.006a27.6 27.6 0 0 0-4.334-1.046l.29-1.979a29.5 29.5 0 0 1 4.67 1.125c1.733.572 3.583 1.38 4.838 2.465l-1.307 1.513a7 7 0 0 0-1.05-.735c.286.65.454 1.444.454 2.3m13 0c0 2.21-1.12 4-2.5 4S28 26.21 28 24c0-1.025.24-1.96.637-2.668c-.68.338-1.275.708-1.733 1.103l-1.307-1.513c1.255-1.085 3.105-1.893 4.837-2.465a29.6 29.6 0 0 1 4.67-1.125l.29 1.979a27.5 27.5 0 0 0-4.015.943C32.326 20.824 33 22.286 33 24"/><path fillRule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0-2c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M31.11 32.876C29.642 31.75 26.999 31 23.982 31c-3.245 0-6.058.87-7.44 2.139c-.597.547-1.166 2.206 1.008 1.797c6.328-1.26 6.943-1.214 13.149 0c1.586.34 1.447-.884 1.012-1.51c-.139-.199-.335-.348-.53-.495zM20 24c0 2.21-1.12 4-2.5 4S15 26.21 15 24c0-1.614.598-3.005 1.458-3.637l-.019-.006a27.6 27.6 0 0 0-4.334-1.046l.29-1.979a29.5 29.5 0 0 1 4.67 1.125c1.733.572 3.583 1.38 4.838 2.465l-1.307 1.513a7 7 0 0 0-1.05-.735c.286.65.454 1.444.454 2.3m13 0c0 2.21-1.12 4-2.5 4S28 26.21 28 24c0-1.025.24-1.96.637-2.668c-.68.338-1.275.708-1.733 1.103l-1.307-1.513c1.255-1.085 3.105-1.893 4.837-2.465a29.6 29.6 0 0 1 4.67-1.125l.29 1.979a27.5 27.5 0 0 0-4.015.943C32.326 20.824 33 22.286 33 24"/><path fill-rule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0-2c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16" clip-rule="evenodd"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M31.11%2032.876C29.642%2031.75%2026.999%2031%2023.982%2031c-3.245%200-6.058.87-7.44%202.139c-.597.547-1.166%202.206%201.008%201.797c6.328-1.26%206.943-1.214%2013.149%200c1.586.34%201.447-.884%201.012-1.51c-.139-.199-.335-.348-.53-.495zM20%2024c0%202.21-1.12%204-2.5%204S15%2026.21%2015%2024c0-1.614.598-3.005%201.458-3.637l-.019-.006a27.6%2027.6%200%200%200-4.334-1.046l.29-1.979a29.5%2029.5%200%200%201%204.67%201.125c1.733.572%203.583%201.38%204.838%202.465l-1.307%201.513a7%207%200%200%200-1.05-.735c.286.65.454%201.444.454%202.3m13%200c0%202.21-1.12%204-2.5%204S28%2026.21%2028%2024c0-1.025.24-1.96.637-2.668c-.68.338-1.275.708-1.733%201.103l-1.307-1.513c1.255-1.085%203.105-1.893%204.837-2.465a29.6%2029.6%200%200%201%204.67-1.125l.29%201.979a27.5%2027.5%200%200%200-4.015.943C32.326%2020.824%2033%2022.286%2033%2024%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018m0-2c8.837%200%2016-7.163%2016-16S32.837%208%2024%208S8%2015.163%208%2024s7.163%2016%2016%2016%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M31.11%2032.876C29.642%2031.75%2026.999%2031%2023.982%2031c-3.245%200-6.058.87-7.44%202.139c-.597.547-1.166%202.206%201.008%201.797c6.328-1.26%206.943-1.214%2013.149%200c1.586.34%201.447-.884%201.012-1.51c-.139-.199-.335-.348-.53-.495zM20%2024c0%202.21-1.12%204-2.5%204S15%2026.21%2015%2024c0-1.614.598-3.005%201.458-3.637l-.019-.006a27.6%2027.6%200%200%200-4.334-1.046l.29-1.979a29.5%2029.5%200%200%201%204.67%201.125c1.733.572%203.583%201.38%204.838%202.465l-1.307%201.513a7%207%200%200%200-1.05-.735c.286.65.454%201.444.454%202.3m13%200c0%202.21-1.12%204-2.5%204S28%2026.21%2028%2024c0-1.025.24-1.96.637-2.668c-.68.338-1.275.708-1.733%201.103l-1.307-1.513c1.255-1.085%203.105-1.893%204.837-2.465a29.6%2029.6%200%200%201%204.67-1.125l.29%201.979a27.5%2027.5%200%200%200-4.015.943C32.326%2020.824%2033%2022.286%2033%2024%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018m0-2c8.837%200%2016-7.163%2016-16S32.837%208%2024%208S8%2015.163%208%2024s7.163%2016%2016%2016%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/angry.svg?color=%231a73e8&size=48