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

Name
angry-24px
Set
Health Icons
Style
Filled 24px
Category
Emotions
Viewbox
24×24
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 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m10-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16" clip-rule="evenodd"/><path d="M6.842 8.75c1.28 0 2.492.576 3.62 1.632l1.026-1.094C10.17 8.053 8.608 7.25 6.842 7.25zm10.316 0c-1.28 0-2.493.576-3.62 1.632l-1.026-1.094c1.318-1.235 2.88-2.038 4.646-2.038zm-9.041 6.408c.79-.686 2.153-1.655 3.883-1.655s3.092.97 3.883 1.655c.524.454.5 1.13.237 1.558c-.26.42-.83.735-1.456.512l-1-.357c-.838-.299-1.217-.298-1.634-.298h-.06c-.417 0-.796 0-1.634.298l-1 .357a1.22 1.22 0 0 1-1.456-.512c-.264-.428-.288-1.104.237-1.558"/><path d="M8.75 12.15a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m6.5 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAngry24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m10-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16" clipRule="evenodd"/><path d="M6.842 8.75c1.28 0 2.492.576 3.62 1.632l1.026-1.094C10.17 8.053 8.608 7.25 6.842 7.25zm10.316 0c-1.28 0-2.493.576-3.62 1.632l-1.026-1.094c1.318-1.235 2.88-2.038 4.646-2.038zm-9.041 6.408c.79-.686 2.153-1.655 3.883-1.655s3.092.97 3.883 1.655c.524.454.5 1.13.237 1.558c-.26.42-.83.735-1.456.512l-1-.357c-.838-.299-1.217-.298-1.634-.298h-.06c-.417 0-.796 0-1.634.298l-1 .357a1.22 1.22 0 0 1-1.456-.512c-.264-.428-.288-1.104.237-1.558"/><path d="M8.75 12.15a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m6.5 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m10-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16" clip-rule="evenodd"/><path d="M6.842 8.75c1.28 0 2.492.576 3.62 1.632l1.026-1.094C10.17 8.053 8.608 7.25 6.842 7.25zm10.316 0c-1.28 0-2.493.576-3.62 1.632l-1.026-1.094c1.318-1.235 2.88-2.038 4.646-2.038zm-9.041 6.408c.79-.686 2.153-1.655 3.883-1.655s3.092.97 3.883 1.655c.524.454.5 1.13.237 1.558c-.26.42-.83.735-1.456.512l-1-.357c-.838-.299-1.217-.298-1.634-.298h-.06c-.417 0-.796 0-1.634.298l-1 .357a1.22 1.22 0 0 1-1.456-.512c-.264-.428-.288-1.104.237-1.558"/><path d="M8.75 12.15a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m6.5 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></g></svg>
</template>

CSS

.icon-angry-24px {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012m10-8a8%208%200%201%200%200%2016a8%208%200%200%200%200-16%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6.842%208.75c1.28%200%202.492.576%203.62%201.632l1.026-1.094C10.17%208.053%208.608%207.25%206.842%207.25zm10.316%200c-1.28%200-2.493.576-3.62%201.632l-1.026-1.094c1.318-1.235%202.88-2.038%204.646-2.038zm-9.041%206.408c.79-.686%202.153-1.655%203.883-1.655s3.092.97%203.883%201.655c.524.454.5%201.13.237%201.558c-.26.42-.83.735-1.456.512l-1-.357c-.838-.299-1.217-.298-1.634-.298h-.06c-.417%200-.796%200-1.634.298l-1%20.357a1.22%201.22%200%200%201-1.456-.512c-.264-.428-.288-1.104.237-1.558%22%2F%3E%3Cpath%20d%3D%22M8.75%2012.15a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m6.5%200a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012m10-8a8%208%200%201%200%200%2016a8%208%200%200%200%200-16%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6.842%208.75c1.28%200%202.492.576%203.62%201.632l1.026-1.094C10.17%208.053%208.608%207.25%206.842%207.25zm10.316%200c-1.28%200-2.493.576-3.62%201.632l-1.026-1.094c1.318-1.235%202.88-2.038%204.646-2.038zm-9.041%206.408c.79-.686%202.153-1.655%203.883-1.655s3.092.97%203.883%201.655c.524.454.5%201.13.237%201.558c-.26.42-.83.735-1.456.512l-1-.357c-.838-.299-1.217-.298-1.634-.298h-.06c-.417%200-.796%200-1.634.298l-1%20.357a1.22%201.22%200%200%201-1.456-.512c-.264-.428-.288-1.104.237-1.558%22%2F%3E%3Cpath%20d%3D%22M8.75%2012.15a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m6.5%200a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%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-24px.svg?color=%231a73e8&size=48