Emoji Face Disapointed Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Face Disapointed 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/339825.svg" alt="Emoji Face Disapointed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339825.svg" alt="Emoji Face Disapointed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339825.svg" alt="Emoji Face Disapointed icon" :width="24" :height="24" />
CSS background
.icon-emoji-face-disapointed {
background-image: url('https://proicons.com/icon/339825.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m24.0402,42.5c10.2152,0,18.4598-8.2848,18.4598-18.5402,0-10.2152-8.2446-18.4598-18.4598-18.4598C13.7848,5.5,5.5,13.7446,5.5,23.9598c0,10.2554,8.2848,18.5402,18.5402,18.5402Z"/><path class="b" d="m34.9237,20.4964s-1.5791.5371-3.3741-.1163c-1.7875-.6506-2.6726-2.0845-2.6726-2.0845"/><path class="b" d="m19.123,18.2956s-.8644,1.4264-2.6595,2.0798c-1.7875.6506-3.3873.1211-3.3873.1211"/><path class="b" d="m28.0217,31.5824s-1.6252-1.4469-4.013-1.4469c-2.3777,0-4.0305,1.4469-4.0305,1.4469"/></svg>
Copied!