Emoji Face Smiling Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Face Smiling 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/325286.svg" alt="Emoji Face Smiling icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325286.svg" alt="Emoji Face Smiling icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325286.svg" alt="Emoji Face Smiling icon" :width="24" :height="24" />
CSS background
.icon-emoji-face-smiling {
background-image: url('https://proicons.com/icon/325286.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="M28.5291,33.6676c-.9035,1.0198-2.453,1.6721-4.6503,1.6721-2.1808,0-3.7319-.6448-4.645-1.6524" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path id="f" d="M12.0222,16.923c.5797-1.1146,1.5506-1.9739,2.7273-2.413,1.1303-.5632,2.4295-.6826,3.6438-.3385" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path id="g" d="M35.8391,16.923c-1.2725-2.23-3.8638-3.354-6.3617-2.7594" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path id="h" d="M13.9331,22.5885s3.1628-1.745,6.4348,0" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path id="i" d="M27.808,22.5885s3.1628-1.745,6.4348,0" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="24" cy="24" r="18.5" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!