Emoji Face Frowning Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Face Frowning 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/339830.svg" alt="Emoji Face Frowning icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339830.svg" alt="Emoji Face Frowning icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339830.svg" alt="Emoji Face Frowning icon" :width="24" :height="24" />
CSS background
.icon-emoji-face-frowning {
background-image: url('https://proicons.com/icon/339830.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"><path id="e" d="M16.3587,33.6522c1.5096-3.0827,4.6844-4.9841,8.0435-4.8261,3.0841.1451,5.8658,2.0049,7.2391,4.8261" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="f" d="M19.1739,19.9783c0,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" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="g" d="M33.6522,19.9783c0,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" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="24" cy="24" r="18.5" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!