Emoji Face Stuck Out Tongue Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Face Stuck Out Tongue 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/325287.svg" alt="Emoji Face Stuck Out Tongue icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325287.svg" alt="Emoji Face Stuck Out Tongue icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325287.svg" alt="Emoji Face Stuck Out Tongue icon" :width="24" :height="24" />
CSS background
.icon-emoji-face-stuck-out-tongue {
background-image: url('https://proicons.com/icon/325287.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><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"/><line class="b" x1="30.1934" y1="18.3695" x2="30.1934" y2="20.7825"/><line class="b" x1="17.8868" y1="18.3695" x2="17.8868" y2="20.7825"/><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="23.9999" y1="29.6943" x2="23.9999" y2="37.9727"/></svg>
Copied!