Emoji Face Angry Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Face 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/339818.svg" alt="Emoji Face Angry icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339818.svg" alt="Emoji Face Angry icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339818.svg" alt="Emoji Face Angry icon" :width="24" :height="24" />
CSS background
.icon-emoji-face-angry {
background-image: url('https://proicons.com/icon/339818.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="m19.175,21.5274c0,1.3323-1.0814,2.4125-2.4125,2.4125s-2.4125-1.0802-2.4125-2.4125c0-1.3311,1.0814-2.4125,2.4125-2.4125s2.4125,1.0814,2.4125,2.4125"/><path id="d" class="h" d="m33.65,21.5274c0,1.3323-1.0814,2.4125-2.4125,2.4125s-2.4125-1.0802-2.4125-2.4125c0-1.3311,1.0814-2.4125,2.4125-2.4125s2.4125,1.0814,2.4125,2.4125"/><path id="e" class="h" d="m18.7729,29.6292c1.0326-.5127,3.2044-.8289,5.5022-.8026,2.1097.0241,4.0125.3334,4.952.8026"/><path id="f" class="h" d="m13.5458,14.35l5.6292,3.2167"/><path id="g" class="h" d="m34.4542,14.35l-5.6292,3.2167"/><circle class="h" cx="24" cy="24" r="18.5"/></svg>
Copied!