angry negative icon

angry-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
angry-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the angry negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsAngryNegative)" clip-rule="evenodd"><path d="M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16m-.013-9c2.33 0 4.362.796 5.44 1.977l.075.079c.073.077.146.154.206.242c.379.565.593 2.003-.684 1.638c-4.654-1.214-5.116-1.26-9.862 0c-1.63.409-1.203-1.25-.756-1.797c1.037-1.27 3.147-2.139 5.58-2.139M17.5 28c1.38 0 2.5-1.79 2.5-4c0-.856-.168-1.65-.454-2.3c.398.233.753.479 1.05.735l1.307-1.513c-1.255-1.085-3.105-1.893-4.837-2.465a29.5 29.5 0 0 0-4.67-1.125l-.29 1.979a27.6 27.6 0 0 1 4.333 1.046l.019.006C15.598 20.995 15 22.386 15 24c0 2.21 1.12 4 2.5 4m13 0c1.38 0 2.5-1.79 2.5-4c0-1.714-.674-3.177-1.621-3.746a27.5 27.5 0 0 1 4.016-.943l-.29-1.979a29.5 29.5 0 0 0-4.67 1.125c-1.733.572-3.583 1.38-4.838 2.465l1.307 1.513c.458-.395 1.053-.765 1.733-1.103C28.241 22.04 28 22.975 28 24c0 2.21 1.12 4 2.5 4"/><path d="M0 0h48v48H0zm24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18"/></g><defs><clipPath id="healthiconsAngryNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAngryNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" fillRule="evenodd" clipPath="url(#healthiconsAngryNegative)" clipRule="evenodd"><path d="M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16m-.013-9c2.33 0 4.362.796 5.44 1.977l.075.079c.073.077.146.154.206.242c.379.565.593 2.003-.684 1.638c-4.654-1.214-5.116-1.26-9.862 0c-1.63.409-1.203-1.25-.756-1.797c1.037-1.27 3.147-2.139 5.58-2.139M17.5 28c1.38 0 2.5-1.79 2.5-4c0-.856-.168-1.65-.454-2.3c.398.233.753.479 1.05.735l1.307-1.513c-1.255-1.085-3.105-1.893-4.837-2.465a29.5 29.5 0 0 0-4.67-1.125l-.29 1.979a27.6 27.6 0 0 1 4.333 1.046l.019.006C15.598 20.995 15 22.386 15 24c0 2.21 1.12 4 2.5 4m13 0c1.38 0 2.5-1.79 2.5-4c0-1.714-.674-3.177-1.621-3.746a27.5 27.5 0 0 1 4.016-.943l-.29-1.979a29.5 29.5 0 0 0-4.67 1.125c-1.733.572-3.583 1.38-4.838 2.465l1.307 1.513c.458-.395 1.053-.765 1.733-1.103C28.241 22.04 28 22.975 28 24c0 2.21 1.12 4 2.5 4"/><path d="M0 0h48v48H0zm24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18"/></g><defs><clipPath id="healthiconsAngryNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsAngryNegative)" clip-rule="evenodd"><path d="M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16m-.013-9c2.33 0 4.362.796 5.44 1.977l.075.079c.073.077.146.154.206.242c.379.565.593 2.003-.684 1.638c-4.654-1.214-5.116-1.26-9.862 0c-1.63.409-1.203-1.25-.756-1.797c1.037-1.27 3.147-2.139 5.58-2.139M17.5 28c1.38 0 2.5-1.79 2.5-4c0-.856-.168-1.65-.454-2.3c.398.233.753.479 1.05.735l1.307-1.513c-1.255-1.085-3.105-1.893-4.837-2.465a29.5 29.5 0 0 0-4.67-1.125l-.29 1.979a27.6 27.6 0 0 1 4.333 1.046l.019.006C15.598 20.995 15 22.386 15 24c0 2.21 1.12 4 2.5 4m13 0c1.38 0 2.5-1.79 2.5-4c0-1.714-.674-3.177-1.621-3.746a27.5 27.5 0 0 1 4.016-.943l-.29-1.979a29.5 29.5 0 0 0-4.67 1.125c-1.733.572-3.583 1.38-4.838 2.465l1.307 1.513c.458-.395 1.053-.765 1.733-1.103C28.241 22.04 28 22.975 28 24c0 2.21 1.12 4 2.5 4"/><path d="M0 0h48v48H0zm24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18"/></g><defs><clipPath id="healthiconsAngryNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-angry-negative {
  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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsAngryNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2040c8.837%200%2016-7.163%2016-16S32.837%208%2024%208S8%2015.163%208%2024s7.163%2016%2016%2016m-.013-9c2.33%200%204.362.796%205.44%201.977l.075.079c.073.077.146.154.206.242c.379.565.593%202.003-.684%201.638c-4.654-1.214-5.116-1.26-9.862%200c-1.63.409-1.203-1.25-.756-1.797c1.037-1.27%203.147-2.139%205.58-2.139M17.5%2028c1.38%200%202.5-1.79%202.5-4c0-.856-.168-1.65-.454-2.3c.398.233.753.479%201.05.735l1.307-1.513c-1.255-1.085-3.105-1.893-4.837-2.465a29.5%2029.5%200%200%200-4.67-1.125l-.29%201.979a27.6%2027.6%200%200%201%204.333%201.046l.019.006C15.598%2020.995%2015%2022.386%2015%2024c0%202.21%201.12%204%202.5%204m13%200c1.38%200%202.5-1.79%202.5-4c0-1.714-.674-3.177-1.621-3.746a27.5%2027.5%200%200%201%204.016-.943l-.29-1.979a29.5%2029.5%200%200%200-4.67%201.125c-1.733.572-3.583%201.38-4.838%202.465l1.307%201.513c.458-.395%201.053-.765%201.733-1.103C28.241%2022.04%2028%2022.975%2028%2024c0%202.21%201.12%204%202.5%204%22%2F%3E%3Cpath%20d%3D%22M0%200h48v48H0zm24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAngryNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsAngryNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2040c8.837%200%2016-7.163%2016-16S32.837%208%2024%208S8%2015.163%208%2024s7.163%2016%2016%2016m-.013-9c2.33%200%204.362.796%205.44%201.977l.075.079c.073.077.146.154.206.242c.379.565.593%202.003-.684%201.638c-4.654-1.214-5.116-1.26-9.862%200c-1.63.409-1.203-1.25-.756-1.797c1.037-1.27%203.147-2.139%205.58-2.139M17.5%2028c1.38%200%202.5-1.79%202.5-4c0-.856-.168-1.65-.454-2.3c.398.233.753.479%201.05.735l1.307-1.513c-1.255-1.085-3.105-1.893-4.837-2.465a29.5%2029.5%200%200%200-4.67-1.125l-.29%201.979a27.6%2027.6%200%200%201%204.333%201.046l.019.006C15.598%2020.995%2015%2022.386%2015%2024c0%202.21%201.12%204%202.5%204m13%200c1.38%200%202.5-1.79%202.5-4c0-1.714-.674-3.177-1.621-3.746a27.5%2027.5%200%200%201%204.016-.943l-.29-1.979a29.5%2029.5%200%200%200-4.67%201.125c-1.733.572-3.583%201.38-4.838%202.465l1.307%201.513c.458-.395%201.053-.765%201.733-1.103C28.241%2022.04%2028%2022.975%2028%2024c0%202.21%201.12%204%202.5%204%22%2F%3E%3Cpath%20d%3D%22M0%200h48v48H0zm24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAngryNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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