Emoji Face Anguished Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Face Anguished 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/339819.svg" alt="Emoji Face Anguished icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339819.svg" alt="Emoji Face Anguished icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339819.svg" alt="Emoji Face Anguished icon" :width="24" :height="24" />
CSS background
.icon-emoji-face-anguished {
background-image: url('https://proicons.com/icon/339819.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.1754,19.9193c0,1.3322-1.0814,2.4123-2.4123,2.4123s-2.4123-1.0802-2.4123-2.4123c0-1.331,1.0813-2.4123,2.4123-2.4123s2.4123,1.0814,2.4123,2.4123"/><path id="d" class="h" d="m33.6493,19.9193c0,1.3322-1.0813,2.4123-2.4123,2.4123s-2.4123-1.0802-2.4123-2.4123c0-1.331,1.0813-2.4123,2.4123-2.4123s2.4123,1.0814,2.4123,2.4123"/><path id="e" class="h" d="m17.5672,32.041s-.0958-2.335,0-2.4123c1.1005-.5876,3.1879-.8041,6.4328-.8041,3.2164,0,5.3491.2247,6.4328.8041.0706.046,0,2.4123,0,2.4123h-12.8657"/><path id="f" class="h" d="m13.6659,14.5519c.3918.1829,2.1129.9334,4.1523.2675,1.6545-.5402,2.5547-1.698,2.8462-2.1099"/><path id="g" class="h" d="m34.3341,14.5519c-.3918.1829-2.1129.9334-4.1523.2675-1.6545-.5402-2.5547-1.698-2.8462-2.1099"/><circle class="h" cx="24" cy="24" r="18.5"/></svg>
Copied!