Emoji Face Stuck Out Tongue Closed Eyes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Face Stuck Out Tongue Closed Eyes 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/325288.svg" alt="Emoji Face Stuck Out Tongue Closed Eyes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325288.svg" alt="Emoji Face Stuck Out Tongue Closed Eyes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325288.svg" alt="Emoji Face Stuck Out Tongue Closed Eyes icon" :width="24" :height="24" />
CSS background
.icon-emoji-face-stuck-out-tongue-closed-eyes {
background-image: url('https://proicons.com/icon/325288.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="20.5174" y1="16.5054" x2="15.5945" y2="13.4033"/><line class="b" x1="32.4859" y1="13.4033" x2="27.5631" y2="16.5054"/><line class="b" x1="15.5945" y1="19.6075" x2="20.5174" y2="16.5054"/><line class="b" x1="27.5631" y1="16.5054" x2="32.4859" y2="19.6075"/><path class="b" d="m19.4188,41.9217c-8.0121-2.0483-13.9188-9.3027-13.9188-17.9619C5.5,13.7446,13.7848,5.5,24.0402,5.5c10.2152,0,18.4598,8.2446,18.4598,18.4598,0,8.6878-5.9164,15.9611-13.9353,17.9816"/><path class="b" d="m29.8907,36.0773c3.5021-2.033,5.8528-5.8339,5.8528-10.1963h-.0002s-4.7456,3.8133-11.7179,3.8133c-6.943,0-11.769-3.8133-11.769-3.8133h.0002c0,4.3515,2.3495,8.1444,5.8524,10.1802"/><path class="b" d="m27.8088,29.3129s2.0818,1.4872,2.0818,4.0722v4.8328c0,3.2534-2.6374,5.8907-5.8907,5.8907s-5.8907-2.6374-5.8907-5.8907v-4.8368c0-2.585,2.0818-4.0722,2.0818-4.0722"/><line class="b" x1="24.0254" y1="29.6943" x2="24.0254" y2="37.9727"/></svg>
Copied!