Emoji Face Confused Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Face Confused 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/339824.svg" alt="Emoji Face Confused icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339824.svg" alt="Emoji Face Confused icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339824.svg" alt="Emoji Face Confused icon" :width="24" :height="24" />
CSS background
.icon-emoji-face-confused {
background-image: url('https://proicons.com/icon/339824.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m30.9978,29.6377c-5.0899-1.3963-9.1776-.7287-13.9957,1.5299"/><path id="d" class="f" d="m19.1739,19.2455c0,1.3326-1.0817,2.413-2.413,2.413s-2.413-1.0805-2.413-2.413c0-1.3314,1.0816-2.413,2.413-2.413s2.413,1.0817,2.413,2.413"/><path id="e" class="f" d="m33.6522,19.2455c0,1.3326-1.0816,2.413-2.413,2.413s-2.413-1.0805-2.413-2.413c0-1.3314,1.0816-2.413,2.413-2.413s2.413,1.0817,2.413,2.413"/><circle class="f" cx="24" cy="24" r="18.5"/></svg>
Copied!