grimacing face emoji
grimacing-face from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.
- Name
- grimacing-face
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- People
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
grimacing-faceFluent Emojigrimacing-faceFluent Emoji Flatgrimacing-faceFluent Emoji High Contrastgrimacing-faceIconParkgrimacing-faceIconPark Outlinegrimacing-faceIconPark Solidgrimacing-faceIconPark TwoTonegrimacing-faceNoto Emojigrimacing-faceOpenMojigrimacing-faceStreamline Emojisgrimacing-faceTwitter Emoji
More people icons from Emoji One (Colored)
alienalien-monsterangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upbeaming-face-with-smiling-eyesblond-haired-personboybride-with-veilbriefcasebust-in-silhouettebusts-in-silhouettecall-me-handcat-face-with-tears-of-joycat-face-with-wry-smileclapping-hands
Use the grimacing face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffdd67"/><g fill="#664e27"><path d="M52.5 40c-2.2-3.6-7.7-6-20.5-6s-18.3 2.4-20.5 6c-1.2 1.9.5 5 .5 5c2.1 3.9 1.8 5 20 5c18.1 0 17.9-1.1 20-5c0 0 1.7-3.1.5-5"/><circle cx="20.5" cy="24.5" r="5"/><circle cx="43.5" cy="24.5" r="5"/></g><path fill="#fff" d="M48 40c.1-.5-.2-1.2-.6-1.5c0 0-3.9-2.5-15.4-2.5s-15.4 2.5-15.4 2.5c-.4.3-.7.9-.6 1.5l.2 1c.1.5.6 1 1.1 1h29.3c.5 0 1-.4 1.1-1zm-16 8c6.3 0 15.2 0 15-2.1c0-.4-.1-.8-.3-1.3s-.3-.7-1.4-.7H18.6c-1.1 0-1.2.1-1.4.7c-.1.5-.2.9-.3 1.3C16.8 48 25.7 48 32 48"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneGrimacingFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffdd67"/><g fill="#664e27"><path d="M52.5 40c-2.2-3.6-7.7-6-20.5-6s-18.3 2.4-20.5 6c-1.2 1.9.5 5 .5 5c2.1 3.9 1.8 5 20 5c18.1 0 17.9-1.1 20-5c0 0 1.7-3.1.5-5"/><circle cx="20.5" cy="24.5" r="5"/><circle cx="43.5" cy="24.5" r="5"/></g><path fill="#fff" d="M48 40c.1-.5-.2-1.2-.6-1.5c0 0-3.9-2.5-15.4-2.5s-15.4 2.5-15.4 2.5c-.4.3-.7.9-.6 1.5l.2 1c.1.5.6 1 1.1 1h29.3c.5 0 1-.4 1.1-1zm-16 8c6.3 0 15.2 0 15-2.1c0-.4-.1-.8-.3-1.3s-.3-.7-1.4-.7H18.6c-1.1 0-1.2.1-1.4.7c-.1.5-.2.9-.3 1.3C16.8 48 25.7 48 32 48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffdd67"/><g fill="#664e27"><path d="M52.5 40c-2.2-3.6-7.7-6-20.5-6s-18.3 2.4-20.5 6c-1.2 1.9.5 5 .5 5c2.1 3.9 1.8 5 20 5c18.1 0 17.9-1.1 20-5c0 0 1.7-3.1.5-5"/><circle cx="20.5" cy="24.5" r="5"/><circle cx="43.5" cy="24.5" r="5"/></g><path fill="#fff" d="M48 40c.1-.5-.2-1.2-.6-1.5c0 0-3.9-2.5-15.4-2.5s-15.4 2.5-15.4 2.5c-.4.3-.7.9-.6 1.5l.2 1c.1.5.6 1 1.1 1h29.3c.5 0 1-.4 1.1-1zm-16 8c6.3 0 15.2 0 15-2.1c0-.4-.1-.8-.3-1.3s-.3-.7-1.4-.7H18.6c-1.1 0-1.2.1-1.4.7c-.1.5-.2.9-.3 1.3C16.8 48 25.7 48 32 48"/></svg> </template>
CSS
.icon-grimacing-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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ffdd67%22%2F%3E%3Cg%20fill%3D%22%23664e27%22%3E%3Cpath%20d%3D%22M52.5%2040c-2.2-3.6-7.7-6-20.5-6s-18.3%202.4-20.5%206c-1.2%201.9.5%205%20.5%205c2.1%203.9%201.8%205%2020%205c18.1%200%2017.9-1.1%2020-5c0%200%201.7-3.1.5-5%22%2F%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2224.5%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2243.5%22%20cy%3D%2224.5%22%20r%3D%225%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M48%2040c.1-.5-.2-1.2-.6-1.5c0%200-3.9-2.5-15.4-2.5s-15.4%202.5-15.4%202.5c-.4.3-.7.9-.6%201.5l.2%201c.1.5.6%201%201.1%201h29.3c.5%200%201-.4%201.1-1zm-16%208c6.3%200%2015.2%200%2015-2.1c0-.4-.1-.8-.3-1.3s-.3-.7-1.4-.7H18.6c-1.1%200-1.2.1-1.4.7c-.1.5-.2.9-.3%201.3C16.8%2048%2025.7%2048%2032%2048%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ffdd67%22%2F%3E%3Cg%20fill%3D%22%23664e27%22%3E%3Cpath%20d%3D%22M52.5%2040c-2.2-3.6-7.7-6-20.5-6s-18.3%202.4-20.5%206c-1.2%201.9.5%205%20.5%205c2.1%203.9%201.8%205%2020%205c18.1%200%2017.9-1.1%2020-5c0%200%201.7-3.1.5-5%22%2F%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2224.5%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2243.5%22%20cy%3D%2224.5%22%20r%3D%225%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M48%2040c.1-.5-.2-1.2-.6-1.5c0%200-3.9-2.5-15.4-2.5s-15.4%202.5-15.4%202.5c-.4.3-.7.9-.6%201.5l.2%201c.1.5.6%201%201.1%201h29.3c.5%200%201-.4%201.1-1zm-16%208c6.3%200%2015.2%200%2015-2.1c0-.4-.1-.8-.3-1.3s-.3-.7-1.4-.7H18.6c-1.1%200-1.2.1-1.4.7c-.1.5-.2.9-.3%201.3C16.8%2048%2025.7%2048%2032%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/grimacing-face.svg?color=%231a73e8&size=48