Angry Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Angry icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/304924.svg" alt="Angry icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304924.svg" alt="Angry icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304924.svg" alt="Angry icon" :width="24" :height="24" />
CSS background
.icon-angry {
background-image: url('https://proicons.com/icon/304924.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M313 643l44 51c80-69 205-69 285 0l44-51c-106-92-267-92-373 0zm-26-210h28c0 11 3 22 9 32 13 24 37 36 61 36 12 0 24-2 35-9 22-12 35-26 36-59h87c1 33 14 47 36 59 11 7 23 9 35 9 25 0 49-12 62-36 5-10 8-21 9-32h28v-68H287v68zM500 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zm0 933C262 933 67 738 67 500S262 67 500 67s433 194 433 433-194 433-433 433z"/></svg>
Copied!