emoticon tongue icon
emoticon-tongue from Material Design Icons by Pictogrammers · Filled · Emoji · Apache-2.0 Free for personal and commercial use.
- Name
- emoticon-tongue
- Set
- Material Design Icons
- Style
- Filled
- Category
- Emoji
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- emoji-tongue, face-tongue, smiley-tongue
1 other variant in Material Design Icons
More emoji icons from Material Design Icons
Use the emoticon tongue icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m-4.73 9c-.17-.29-.27-.64-.27-1c0-1.11.89-2 2-2a2 2 0 0 1 2 2c0 .36-.1.71-.27 1c-.34-.6-.99-1-1.73-1s-1.39.4-1.73 1M16 15h-1c0 2-.9 3-2 3s-2-1-2-3H8v-2h8zm.73-4c-.34-.6-.99-1-1.73-1s-1.39.4-1.73 1c-.17-.29-.27-.64-.27-1c0-1.11.89-2 2-2a2 2 0 0 1 2 2c0 .36-.1.71-.27 1"/></svg>
React
import type { SVGProps } from "react";
export function MdiEmoticonTongue(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m-4.73 9c-.17-.29-.27-.64-.27-1c0-1.11.89-2 2-2a2 2 0 0 1 2 2c0 .36-.1.71-.27 1c-.34-.6-.99-1-1.73-1s-1.39.4-1.73 1M16 15h-1c0 2-.9 3-2 3s-2-1-2-3H8v-2h8zm.73-4c-.34-.6-.99-1-1.73-1s-1.39.4-1.73 1c-.17-.29-.27-.64-.27-1c0-1.11.89-2 2-2a2 2 0 0 1 2 2c0 .36-.1.71-.27 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m-4.73 9c-.17-.29-.27-.64-.27-1c0-1.11.89-2 2-2a2 2 0 0 1 2 2c0 .36-.1.71-.27 1c-.34-.6-.99-1-1.73-1s-1.39.4-1.73 1M16 15h-1c0 2-.9 3-2 3s-2-1-2-3H8v-2h8zm.73-4c-.34-.6-.99-1-1.73-1s-1.39.4-1.73 1c-.17-.29-.27-.64-.27-1c0-1.11.89-2 2-2a2 2 0 0 1 2 2c0 .36-.1.71-.27 1"/></svg> </template>
CSS
.icon-emoticon-tongue {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202A10%2010%200%200%200%202%2012a10%2010%200%200%200%2010%2010a10%2010%200%200%200%2010-10A10%2010%200%200%200%2012%202m-4.73%209c-.17-.29-.27-.64-.27-1c0-1.11.89-2%202-2a2%202%200%200%201%202%202c0%20.36-.1.71-.27%201c-.34-.6-.99-1-1.73-1s-1.39.4-1.73%201M16%2015h-1c0%202-.9%203-2%203s-2-1-2-3H8v-2h8zm.73-4c-.34-.6-.99-1-1.73-1s-1.39.4-1.73%201c-.17-.29-.27-.64-.27-1c0-1.11.89-2%202-2a2%202%200%200%201%202%202c0%20.36-.1.71-.27%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202A10%2010%200%200%200%202%2012a10%2010%200%200%200%2010%2010a10%2010%200%200%200%2010-10A10%2010%200%200%200%2012%202m-4.73%209c-.17-.29-.27-.64-.27-1c0-1.11.89-2%202-2a2%202%200%200%201%202%202c0%20.36-.1.71-.27%201c-.34-.6-.99-1-1.73-1s-1.39.4-1.73%201M16%2015h-1c0%202-.9%203-2%203s-2-1-2-3H8v-2h8zm.73-4c-.34-.6-.99-1-1.73-1s-1.39.4-1.73%201c-.17-.29-.27-.64-.27-1c0-1.11.89-2%202-2a2%202%200%200%201%202%202c0%20.36-.1.71-.27%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/emoticon-tongue.svg?color=%231a73e8&size=48