angry-outline from Health Icons by Resolve to Save Lives · Outline · Emotions · MIT Free for personal and commercial use.

Name
angry-outline
Set
Health Icons
Style
Outline
Category
Emotions
Viewbox
48×48
License
MIT
Aliases
angry2x-outline

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 fill-rule="evenodd" d="M17.632 31.506a2.9 2.9 0 0 0-.472.878a2.7 2.7 0 0 0-.15 1.107c.04.416.23.956.779 1.277c.508.297 1.096.268 1.616.138l.014-.004c2.396-.636 3.569-.899 4.704-.894c1.138.005 2.285.28 4.639.893c.454.128.995.159 1.476-.13c.497-.3.682-.788.738-1.154a2.6 2.6 0 0 0-.067-1.022a2.8 2.8 0 0 0-.371-.854a3.4 3.4 0 0 0-.351-.417l-.012-.012l-.009-.01C28.843 29.854 26.504 29 23.986 29c-2.622 0-5.067.93-6.354 2.506m6.5.502c-1.406-.006-2.797.319-5.035.91l.03-.06a1 1 0 0 1 .054-.087c.786-.963 2.56-1.771 4.806-1.771c2.142 0 3.868.738 4.703 1.651q.047.053.084.09l.002.002l.014.015l.046.05c.032.035.041.047.042.048l.006.01c-2.066-.536-3.395-.852-4.752-.858M28 23.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m2.5-.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-13-2a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m-.5 2.5a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0" clip-rule="evenodd"/><path d="M16.889 20.357a27.6 27.6 0 0 0-4.334-1.046l.29-1.979c1.16.17 2.914.546 4.67 1.125c1.732.572 3.582 1.38 4.838 2.465l-1.308 1.513c-.95-.821-2.494-1.53-4.157-2.078m18.507-1.046a27.6 27.6 0 0 0-4.334 1.046c-1.663.549-3.206 1.257-4.157 2.078l-1.307-1.513c1.255-1.085 3.105-1.893 4.837-2.465a29.6 29.6 0 0 1 4.67-1.125z"/><path fill-rule="evenodd" d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m-2 0c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAngryOutline(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 fillRule="evenodd" d="M17.632 31.506a2.9 2.9 0 0 0-.472.878a2.7 2.7 0 0 0-.15 1.107c.04.416.23.956.779 1.277c.508.297 1.096.268 1.616.138l.014-.004c2.396-.636 3.569-.899 4.704-.894c1.138.005 2.285.28 4.639.893c.454.128.995.159 1.476-.13c.497-.3.682-.788.738-1.154a2.6 2.6 0 0 0-.067-1.022a2.8 2.8 0 0 0-.371-.854a3.4 3.4 0 0 0-.351-.417l-.012-.012l-.009-.01C28.843 29.854 26.504 29 23.986 29c-2.622 0-5.067.93-6.354 2.506m6.5.502c-1.406-.006-2.797.319-5.035.91l.03-.06a1 1 0 0 1 .054-.087c.786-.963 2.56-1.771 4.806-1.771c2.142 0 3.868.738 4.703 1.651q.047.053.084.09l.002.002l.014.015l.046.05c.032.035.041.047.042.048l.006.01c-2.066-.536-3.395-.852-4.752-.858M28 23.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m2.5-.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-13-2a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m-.5 2.5a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0" clipRule="evenodd"/><path d="M16.889 20.357a27.6 27.6 0 0 0-4.334-1.046l.29-1.979c1.16.17 2.914.546 4.67 1.125c1.732.572 3.582 1.38 4.838 2.465l-1.308 1.513c-.95-.821-2.494-1.53-4.157-2.078m18.507-1.046a27.6 27.6 0 0 0-4.334 1.046c-1.663.549-3.206 1.257-4.157 2.078l-1.307-1.513c1.255-1.085 3.105-1.893 4.837-2.465a29.6 29.6 0 0 1 4.67-1.125z"/><path fillRule="evenodd" d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m-2 0c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 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 fill-rule="evenodd" d="M17.632 31.506a2.9 2.9 0 0 0-.472.878a2.7 2.7 0 0 0-.15 1.107c.04.416.23.956.779 1.277c.508.297 1.096.268 1.616.138l.014-.004c2.396-.636 3.569-.899 4.704-.894c1.138.005 2.285.28 4.639.893c.454.128.995.159 1.476-.13c.497-.3.682-.788.738-1.154a2.6 2.6 0 0 0-.067-1.022a2.8 2.8 0 0 0-.371-.854a3.4 3.4 0 0 0-.351-.417l-.012-.012l-.009-.01C28.843 29.854 26.504 29 23.986 29c-2.622 0-5.067.93-6.354 2.506m6.5.502c-1.406-.006-2.797.319-5.035.91l.03-.06a1 1 0 0 1 .054-.087c.786-.963 2.56-1.771 4.806-1.771c2.142 0 3.868.738 4.703 1.651q.047.053.084.09l.002.002l.014.015l.046.05c.032.035.041.047.042.048l.006.01c-2.066-.536-3.395-.852-4.752-.858M28 23.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m2.5-.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-13-2a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m-.5 2.5a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0" clip-rule="evenodd"/><path d="M16.889 20.357a27.6 27.6 0 0 0-4.334-1.046l.29-1.979c1.16.17 2.914.546 4.67 1.125c1.732.572 3.582 1.38 4.838 2.465l-1.308 1.513c-.95-.821-2.494-1.53-4.157-2.078m18.507-1.046a27.6 27.6 0 0 0-4.334 1.046c-1.663.549-3.206 1.257-4.157 2.078l-1.307-1.513c1.255-1.085 3.105-1.893 4.837-2.465a29.6 29.6 0 0 1 4.67-1.125z"/><path fill-rule="evenodd" d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m-2 0c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-angry-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M17.632%2031.506a2.9%202.9%200%200%200-.472.878a2.7%202.7%200%200%200-.15%201.107c.04.416.23.956.779%201.277c.508.297%201.096.268%201.616.138l.014-.004c2.396-.636%203.569-.899%204.704-.894c1.138.005%202.285.28%204.639.893c.454.128.995.159%201.476-.13c.497-.3.682-.788.738-1.154a2.6%202.6%200%200%200-.067-1.022a2.8%202.8%200%200%200-.371-.854a3.4%203.4%200%200%200-.351-.417l-.012-.012l-.009-.01C28.843%2029.854%2026.504%2029%2023.986%2029c-2.622%200-5.067.93-6.354%202.506m6.5.502c-1.406-.006-2.797.319-5.035.91l.03-.06a1%201%200%200%201%20.054-.087c.786-.963%202.56-1.771%204.806-1.771c2.142%200%203.868.738%204.703%201.651q.047.053.084.09l.002.002l.014.015l.046.05c.032.035.041.047.042.048l.006.01c-2.066-.536-3.395-.852-4.752-.858M28%2023.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200m2.5-.5a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m-13-2a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m-.5%202.5a.5.5%200%201%201%201%200a.5.5%200%200%201-1%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.889%2020.357a27.6%2027.6%200%200%200-4.334-1.046l.29-1.979c1.16.17%202.914.546%204.67%201.125c1.732.572%203.582%201.38%204.838%202.465l-1.308%201.513c-.95-.821-2.494-1.53-4.157-2.078m18.507-1.046a27.6%2027.6%200%200%200-4.334%201.046c-1.663.549-3.206%201.257-4.157%202.078l-1.307-1.513c1.255-1.085%203.105-1.893%204.837-2.465a29.6%2029.6%200%200%201%204.67-1.125z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018m-2%200c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208s16%207.163%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%20fill-rule%3D%22evenodd%22%20d%3D%22M17.632%2031.506a2.9%202.9%200%200%200-.472.878a2.7%202.7%200%200%200-.15%201.107c.04.416.23.956.779%201.277c.508.297%201.096.268%201.616.138l.014-.004c2.396-.636%203.569-.899%204.704-.894c1.138.005%202.285.28%204.639.893c.454.128.995.159%201.476-.13c.497-.3.682-.788.738-1.154a2.6%202.6%200%200%200-.067-1.022a2.8%202.8%200%200%200-.371-.854a3.4%203.4%200%200%200-.351-.417l-.012-.012l-.009-.01C28.843%2029.854%2026.504%2029%2023.986%2029c-2.622%200-5.067.93-6.354%202.506m6.5.502c-1.406-.006-2.797.319-5.035.91l.03-.06a1%201%200%200%201%20.054-.087c.786-.963%202.56-1.771%204.806-1.771c2.142%200%203.868.738%204.703%201.651q.047.053.084.09l.002.002l.014.015l.046.05c.032.035.041.047.042.048l.006.01c-2.066-.536-3.395-.852-4.752-.858M28%2023.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200m2.5-.5a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m-13-2a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m-.5%202.5a.5.5%200%201%201%201%200a.5.5%200%200%201-1%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.889%2020.357a27.6%2027.6%200%200%200-4.334-1.046l.29-1.979c1.16.17%202.914.546%204.67%201.125c1.732.572%203.582%201.38%204.838%202.465l-1.308%201.513c-.95-.821-2.494-1.53-4.157-2.078m18.507-1.046a27.6%2027.6%200%200%200-4.334%201.046c-1.663.549-3.206%201.257-4.157%202.078l-1.307-1.513c1.255-1.085%203.105-1.893%204.837-2.465a29.6%2029.6%200%200%201%204.67-1.125z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018m-2%200c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208s16%207.163%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-outline.svg?color=%231a73e8&size=48