drooling face emoji
drooling-face from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.
- Name
- drooling-face
- Set
- Twitter Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More smileys & emotion icons from Twitter Emoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-catcrying-face
Use the drooling face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><path fill="#664500" d="M22.5 25H18c-5.6 0-7-1-7-1s1.267 3.594 6.179 3.963q.156.036.321.037H22c.825 0 2-1.175 2-2s-.675-1-1.5-1m-6.687-7.112a.5.5 0 0 1-.61.014C15.19 17.892 13.942 17 11.5 17c-2.441 0-3.69.893-3.7.9a.5.5 0 0 1-.757-.603C7.103 17.162 8.543 14 11.5 14c2.958 0 4.397 3.162 4.457 3.297a.5.5 0 0 1-.144.591m12.999 0a.5.5 0 0 1-.61.014C28.19 17.892 26.941 17 24.5 17s-3.69.893-3.7.9a.5.5 0 0 1-.757-.603c.059-.135 1.5-3.297 4.457-3.297c2.958 0 4.398 3.162 4.457 3.297a.5.5 0 0 1-.145.591M13.114 6.002A1 1 0 0 1 13.041 8c-.156-.004-3.57-.052-6.339 3.357a1 1 0 0 1-1.552-1.262c3.428-4.219 7.78-4.1 7.964-4.093m9.403 1.672c.181-.033 4.473-.763 8.461 2.933a.997.997 0 0 1 .053 1.413a1 1 0 0 1-1.413.054c-3.228-2.992-6.608-2.456-6.75-2.432a.999.999 0 0 1-.351-1.968"/><path fill="#88c9f9" d="M23 26h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v3.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5V27c0-.55-.45-1-1-1"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiDroolingFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><path fill="#664500" d="M22.5 25H18c-5.6 0-7-1-7-1s1.267 3.594 6.179 3.963q.156.036.321.037H22c.825 0 2-1.175 2-2s-.675-1-1.5-1m-6.687-7.112a.5.5 0 0 1-.61.014C15.19 17.892 13.942 17 11.5 17c-2.441 0-3.69.893-3.7.9a.5.5 0 0 1-.757-.603C7.103 17.162 8.543 14 11.5 14c2.958 0 4.397 3.162 4.457 3.297a.5.5 0 0 1-.144.591m12.999 0a.5.5 0 0 1-.61.014C28.19 17.892 26.941 17 24.5 17s-3.69.893-3.7.9a.5.5 0 0 1-.757-.603c.059-.135 1.5-3.297 4.457-3.297c2.958 0 4.398 3.162 4.457 3.297a.5.5 0 0 1-.145.591M13.114 6.002A1 1 0 0 1 13.041 8c-.156-.004-3.57-.052-6.339 3.357a1 1 0 0 1-1.552-1.262c3.428-4.219 7.78-4.1 7.964-4.093m9.403 1.672c.181-.033 4.473-.763 8.461 2.933a.997.997 0 0 1 .053 1.413a1 1 0 0 1-1.413.054c-3.228-2.992-6.608-2.456-6.75-2.432a.999.999 0 0 1-.351-1.968"/><path fill="#88c9f9" d="M23 26h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v3.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5V27c0-.55-.45-1-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><path fill="#664500" d="M22.5 25H18c-5.6 0-7-1-7-1s1.267 3.594 6.179 3.963q.156.036.321.037H22c.825 0 2-1.175 2-2s-.675-1-1.5-1m-6.687-7.112a.5.5 0 0 1-.61.014C15.19 17.892 13.942 17 11.5 17c-2.441 0-3.69.893-3.7.9a.5.5 0 0 1-.757-.603C7.103 17.162 8.543 14 11.5 14c2.958 0 4.397 3.162 4.457 3.297a.5.5 0 0 1-.144.591m12.999 0a.5.5 0 0 1-.61.014C28.19 17.892 26.941 17 24.5 17s-3.69.893-3.7.9a.5.5 0 0 1-.757-.603c.059-.135 1.5-3.297 4.457-3.297c2.958 0 4.398 3.162 4.457 3.297a.5.5 0 0 1-.145.591M13.114 6.002A1 1 0 0 1 13.041 8c-.156-.004-3.57-.052-6.339 3.357a1 1 0 0 1-1.552-1.262c3.428-4.219 7.78-4.1 7.964-4.093m9.403 1.672c.181-.033 4.473-.763 8.461 2.933a.997.997 0 0 1 .053 1.413a1 1 0 0 1-1.413.054c-3.228-2.992-6.608-2.456-6.75-2.432a.999.999 0 0 1-.351-1.968"/><path fill="#88c9f9" d="M23 26h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v3.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5V27c0-.55-.45-1-1-1"/></svg> </template>
CSS
.icon-drooling-face {
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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M22.5%2025H18c-5.6%200-7-1-7-1s1.267%203.594%206.179%203.963q.156.036.321.037H22c.825%200%202-1.175%202-2s-.675-1-1.5-1m-6.687-7.112a.5.5%200%200%201-.61.014C15.19%2017.892%2013.942%2017%2011.5%2017c-2.441%200-3.69.893-3.7.9a.5.5%200%200%201-.757-.603C7.103%2017.162%208.543%2014%2011.5%2014c2.958%200%204.397%203.162%204.457%203.297a.5.5%200%200%201-.144.591m12.999%200a.5.5%200%200%201-.61.014C28.19%2017.892%2026.941%2017%2024.5%2017s-3.69.893-3.7.9a.5.5%200%200%201-.757-.603c.059-.135%201.5-3.297%204.457-3.297c2.958%200%204.398%203.162%204.457%203.297a.5.5%200%200%201-.145.591M13.114%206.002A1%201%200%200%201%2013.041%208c-.156-.004-3.57-.052-6.339%203.357a1%201%200%200%201-1.552-1.262c3.428-4.219%207.78-4.1%207.964-4.093m9.403%201.672c.181-.033%204.473-.763%208.461%202.933a.997.997%200%200%201%20.053%201.413a1%201%200%200%201-1.413.054c-3.228-2.992-6.608-2.456-6.75-2.432a.999.999%200%200%201-.351-1.968%22%2F%3E%3Cpath%20fill%3D%22%2388c9f9%22%20d%3D%22M23%2026h-3c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201s1-.45%201-1v3.5c0%20.825.675%201.5%201.5%201.5s1.5-.675%201.5-1.5V27c0-.55-.45-1-1-1%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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M22.5%2025H18c-5.6%200-7-1-7-1s1.267%203.594%206.179%203.963q.156.036.321.037H22c.825%200%202-1.175%202-2s-.675-1-1.5-1m-6.687-7.112a.5.5%200%200%201-.61.014C15.19%2017.892%2013.942%2017%2011.5%2017c-2.441%200-3.69.893-3.7.9a.5.5%200%200%201-.757-.603C7.103%2017.162%208.543%2014%2011.5%2014c2.958%200%204.397%203.162%204.457%203.297a.5.5%200%200%201-.144.591m12.999%200a.5.5%200%200%201-.61.014C28.19%2017.892%2026.941%2017%2024.5%2017s-3.69.893-3.7.9a.5.5%200%200%201-.757-.603c.059-.135%201.5-3.297%204.457-3.297c2.958%200%204.398%203.162%204.457%203.297a.5.5%200%200%201-.145.591M13.114%206.002A1%201%200%200%201%2013.041%208c-.156-.004-3.57-.052-6.339%203.357a1%201%200%200%201-1.552-1.262c3.428-4.219%207.78-4.1%207.964-4.093m9.403%201.672c.181-.033%204.473-.763%208.461%202.933a.997.997%200%200%201%20.053%201.413a1%201%200%200%201-1.413.054c-3.228-2.992-6.608-2.456-6.75-2.432a.999.999%200%200%201-.351-1.968%22%2F%3E%3Cpath%20fill%3D%22%2388c9f9%22%20d%3D%22M23%2026h-3c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201s1-.45%201-1v3.5c0%20.825.675%201.5%201.5%201.5s1.5-.675%201.5-1.5V27c0-.55-.45-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/drooling-face.svg?color=%231a73e8&size=48