Emoji Face Astonished Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Face Astonished 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/339820.svg" alt="Emoji Face Astonished icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339820.svg" alt="Emoji Face Astonished icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339820.svg" alt="Emoji Face Astonished icon" :width="24" :height="24" />
CSS background
.icon-emoji-face-astonished {
background-image: url('https://proicons.com/icon/339820.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="m29.9421,35.3937h-11.5578c0-3.2174,1.9221-5.7749,5.775-5.7749s5.7993,2.5654,5.7993,5.7749"/><path id="d" class="h" d="m11.5222,15.5505c.5797-1.1146,1.5506-1.974,2.7273-2.413,1.1303-.5632,2.4295-.6826,3.6439-.3385"/><path id="e" class="h" d="m19.341,21.0199c0,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="f" class="h" d="m33.8193,21.0199c0,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"/><path id="g" class="h" d="m36.4778,15.5505c-1.2725-2.23-3.8638-3.3541-6.3617-2.7594"/><circle class="h" cx="24" cy="24" r="18.5"/></svg>
Copied!