Emoji Anger Symbol Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Anger Symbol 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/325077.svg" alt="Emoji Anger Symbol icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325077.svg" alt="Emoji Anger Symbol icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325077.svg" alt="Emoji Anger Symbol icon" :width="24" :height="24" />
CSS background
.icon-emoji-anger-symbol {
background-image: url('https://proicons.com/icon/325077.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="m24.3401,9.2741c-6.2751,0-12.6078-3.2643-12.6078-3.2643-.7398-.3814-1.004-.104-.587.6164,0,0,4.4747,7.7295,13.1947,7.6627,8.7201.0668,13.1947-7.6627,13.1947-7.6627.4171-.7204.1529-.9978-.587-.6164,0,0-6.3326,3.2643-12.6078,3.2643"/><path id="d" class="g" d="m24.3401,38.7259c6.2752,0,12.6078,3.2643,12.6078,3.2643.7399.3814,1.004.104.587-.6164,0,0-4.4746-7.7296-13.1947-7.6628-8.72-.0668-13.1947,7.6628-13.1947,7.6628-.417.7203-.1528.9977.587.6164,0,0,6.3326-3.2643,12.6078-3.2643"/><path id="e" class="g" d="m39.0651,24c0-6.2755,3.2641-12.6086,3.2641-12.6086.3814-.7399.104-1.004-.6164-.5869,0,0-7.729,4.4749-7.6622,13.1955-.0668,8.7207,7.6622,13.1956,7.6622,13.1956.7204.4171.9978.1529.6164-.5869,0-.0002-3.2641-6.3331-3.2641-12.6087"/><path id="f" class="g" d="m5.5944,36.6086c-.3814.7399.4635,1.004,1.1839.5869,0,0,7.5398-4.4749,7.473-13.1956.0668-8.7206-7.473-13.1955-7.473-13.1955-.7204-.4171-.9978-.1529-.6164.5869,0,0,3.2641,6.3331,3.2641,12.6086s-3.8316,12.6085-3.8316,12.6087h0"/></svg>
Copied!