angry icon
angry-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Emotions · MIT Free for personal and commercial use.
- Name
- angry-outline-24px
- Set
- Health Icons
- Style
- Outline 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 fill-rule="evenodd" d="M16.21 14.473c.741.641.706 1.599.335 2.198c-.363.588-1.166 1.035-2.049.72l-1-.356a4.6 4.6 0 0 0-.895-.24a4 4 0 0 0-.601-.03a4 4 0 0 0-.6.03a4.6 4.6 0 0 0-.896.24l-1 .356c-.883.315-1.686-.132-2.049-.72c-.37-.599-.406-1.556.334-2.198c.817-.708 2.296-1.777 4.211-1.777s3.394 1.07 4.21 1.777m-6.033 1.088l-.177.061l-1 .357c-.229.081-.412-.213-.229-.372l.074-.063a7 7 0 0 1 .962-.694c.622-.368 1.364-.654 2.193-.654s1.571.286 2.193.654l.068.04a7 7 0 0 1 .968.717c.183.159 0 .453-.229.372l-1-.357l-.177-.061c-.884-.295-1.354-.295-1.823-.295c-.47 0-.94 0-1.823.295" 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.038z"/><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 HealthiconsAngryOutline24px(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 fillRule="evenodd" d="M16.21 14.473c.741.641.706 1.599.335 2.198c-.363.588-1.166 1.035-2.049.72l-1-.356a4.6 4.6 0 0 0-.895-.24a4 4 0 0 0-.601-.03a4 4 0 0 0-.6.03a4.6 4.6 0 0 0-.896.24l-1 .356c-.883.315-1.686-.132-2.049-.72c-.37-.599-.406-1.556.334-2.198c.817-.708 2.296-1.777 4.211-1.777s3.394 1.07 4.21 1.777m-6.033 1.088l-.177.061l-1 .357c-.229.081-.412-.213-.229-.372l.074-.063a7 7 0 0 1 .962-.694c.622-.368 1.364-.654 2.193-.654s1.571.286 2.193.654l.068.04a7 7 0 0 1 .968.717c.183.159 0 .453-.229.372l-1-.357l-.177-.061c-.884-.295-1.354-.295-1.823-.295c-.47 0-.94 0-1.823.295" 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.038z"/><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 fill-rule="evenodd" d="M16.21 14.473c.741.641.706 1.599.335 2.198c-.363.588-1.166 1.035-2.049.72l-1-.356a4.6 4.6 0 0 0-.895-.24a4 4 0 0 0-.601-.03a4 4 0 0 0-.6.03a4.6 4.6 0 0 0-.896.24l-1 .356c-.883.315-1.686-.132-2.049-.72c-.37-.599-.406-1.556.334-2.198c.817-.708 2.296-1.777 4.211-1.777s3.394 1.07 4.21 1.777m-6.033 1.088l-.177.061l-1 .357c-.229.081-.412-.213-.229-.372l.074-.063a7 7 0 0 1 .962-.694c.622-.368 1.364-.654 2.193-.654s1.571.286 2.193.654l.068.04a7 7 0 0 1 .968.717c.183.159 0 .453-.229.372l-1-.357l-.177-.061c-.884-.295-1.354-.295-1.823-.295c-.47 0-.94 0-1.823.295" 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.038z"/><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-outline-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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.21%2014.473c.741.641.706%201.599.335%202.198c-.363.588-1.166%201.035-2.049.72l-1-.356a4.6%204.6%200%200%200-.895-.24a4%204%200%200%200-.601-.03a4%204%200%200%200-.6.03a4.6%204.6%200%200%200-.896.24l-1%20.356c-.883.315-1.686-.132-2.049-.72c-.37-.599-.406-1.556.334-2.198c.817-.708%202.296-1.777%204.211-1.777s3.394%201.07%204.21%201.777m-6.033%201.088l-.177.061l-1%20.357c-.229.081-.412-.213-.229-.372l.074-.063a7%207%200%200%201%20.962-.694c.622-.368%201.364-.654%202.193-.654s1.571.286%202.193.654l.068.04a7%207%200%200%201%20.968.717c.183.159%200%20.453-.229.372l-1-.357l-.177-.061c-.884-.295-1.354-.295-1.823-.295c-.47%200-.94%200-1.823.295%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.038z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.21%2014.473c.741.641.706%201.599.335%202.198c-.363.588-1.166%201.035-2.049.72l-1-.356a4.6%204.6%200%200%200-.895-.24a4%204%200%200%200-.601-.03a4%204%200%200%200-.6.03a4.6%204.6%200%200%200-.896.24l-1%20.356c-.883.315-1.686-.132-2.049-.72c-.37-.599-.406-1.556.334-2.198c.817-.708%202.296-1.777%204.211-1.777s3.394%201.07%204.21%201.777m-6.033%201.088l-.177.061l-1%20.357c-.229.081-.412-.213-.229-.372l.074-.063a7%207%200%200%201%20.962-.694c.622-.368%201.364-.654%202.193-.654s1.571.286%202.193.654l.068.04a7%207%200%200%201%20.968.717c.183.159%200%20.453-.229.372l-1-.357l-.177-.061c-.884-.295-1.354-.295-1.823-.295c-.47%200-.94%200-1.823.295%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.038z%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-outline-24px.svg?color=%231a73e8&size=48