Emoji Face Joy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Face Joy 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/339833.svg" alt="Emoji Face Joy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339833.svg" alt="Emoji Face Joy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339833.svg" alt="Emoji Face Joy icon" :width="24" :height="24" />
CSS background
.icon-emoji-face-joy {
background-image: url('https://proicons.com/icon/339833.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="m6.58,30.35c2.6,7.1,9.41,12.15,17.42,12.15,7.95,0,14.7-5.01,17.3-12.07"/><path class="b" d="m5.47,23.65c.16-10.08,8.37-18.15,18.53-18.15,10.18,0,18.39,8.17,18.46,18.33"/><path class="b" d="m35.7033,23.9745s-4.7456,3.8133-11.7179,3.8133c-6.943,0-11.769-3.8133-11.769-3.8133,0,6.51,5.259,11.769,11.769,11.769,6.4844,0,11.7179-5.259,11.7179-11.769Z"/><path class="b" d="m13.0207,18.7718s1.3002-1.0447,3.2104-1.0447c1.9022,0,3.2244,1.0447,3.2244,1.0447"/><path class="b" d="m28.4641,18.7718s1.3002-1.0447,3.2104-1.0447c1.9022,0,3.2244,1.0447,3.2244,1.0447"/><path class="b" d="m2.8506,25.9976c-.8388,1.4528-.341,3.3106,1.1118,4.1493s3.3106.341,4.1493-1.1118c1.2076-2.0916.5757-7.0722.5757-7.0722,0,0-4.6293,1.9431-5.8369,4.0347Z"/><path class="b" d="m44.7863,25.9976c.8388,1.4528.341,3.3106-1.1118,4.1493s-3.3106.341-4.1493-1.1118c-1.2076-2.0916-.5757-7.0722-.5757-7.0722,0,0,4.6293,1.9431,5.8369,4.0347Z"/></svg>
Copied!