smirking face emoji
smirking-face from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.
- Name
- smirking-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 smirking face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M24.327 23.622a.5.5 0 0 0-.551-.069l-4 2c-1.871.935-6.727.947-6.776.947a.5.5 0 0 0-.25.933v.001h.001v.001q.108.061.24.065h7.008c2.658 0 4.089-2.185 4.475-3.342a.5.5 0 0 0-.147-.536M31.001 16a1 1 0 0 1-.801-.4c-2.641-3.521-6.061-3.599-6.206-3.6a1 1 0 0 1-.991-1.005A.997.997 0 0 1 24 10c.184 0 4.537.05 7.8 4.4a1 1 0 0 1-.799 1.6M4.999 16a1 1 0 0 1-.799-1.6C7.462 10.05 11.816 10 12 10a1 1 0 0 1 .004 2c-.156.002-3.569.086-6.205 3.6a1 1 0 0 1-.8.4m10.898 1.396c.023-.052.059-.096.073-.154a1 1 0 0 0-.727-1.213c-.18-.045-4.467-1.08-7.797 1.138a1 1 0 0 0 1.109 1.665c1.092-.729 2.362-.995 3.468-1.061c-.009.076-.023.151-.023.229a2 2 0 0 0 4 0c0-.212-.042-.412-.103-.604m11.999-.001c.023-.052.059-.095.073-.152a1 1 0 0 0-.727-1.213c-.18-.045-4.466-1.08-7.797 1.138a1 1 0 1 0 1.11 1.664c1.092-.729 2.361-.994 3.469-1.06c-.009.076-.024.15-.024.228a2 2 0 0 0 4 0a2 2 0 0 0-.104-.605"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiSmirkingFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M24.327 23.622a.5.5 0 0 0-.551-.069l-4 2c-1.871.935-6.727.947-6.776.947a.5.5 0 0 0-.25.933v.001h.001v.001q.108.061.24.065h7.008c2.658 0 4.089-2.185 4.475-3.342a.5.5 0 0 0-.147-.536M31.001 16a1 1 0 0 1-.801-.4c-2.641-3.521-6.061-3.599-6.206-3.6a1 1 0 0 1-.991-1.005A.997.997 0 0 1 24 10c.184 0 4.537.05 7.8 4.4a1 1 0 0 1-.799 1.6M4.999 16a1 1 0 0 1-.799-1.6C7.462 10.05 11.816 10 12 10a1 1 0 0 1 .004 2c-.156.002-3.569.086-6.205 3.6a1 1 0 0 1-.8.4m10.898 1.396c.023-.052.059-.096.073-.154a1 1 0 0 0-.727-1.213c-.18-.045-4.467-1.08-7.797 1.138a1 1 0 0 0 1.109 1.665c1.092-.729 2.362-.995 3.468-1.061c-.009.076-.023.151-.023.229a2 2 0 0 0 4 0c0-.212-.042-.412-.103-.604m11.999-.001c.023-.052.059-.095.073-.152a1 1 0 0 0-.727-1.213c-.18-.045-4.466-1.08-7.797 1.138a1 1 0 1 0 1.11 1.664c1.092-.729 2.361-.994 3.469-1.06c-.009.076-.024.15-.024.228a2 2 0 0 0 4 0a2 2 0 0 0-.104-.605"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M24.327 23.622a.5.5 0 0 0-.551-.069l-4 2c-1.871.935-6.727.947-6.776.947a.5.5 0 0 0-.25.933v.001h.001v.001q.108.061.24.065h7.008c2.658 0 4.089-2.185 4.475-3.342a.5.5 0 0 0-.147-.536M31.001 16a1 1 0 0 1-.801-.4c-2.641-3.521-6.061-3.599-6.206-3.6a1 1 0 0 1-.991-1.005A.997.997 0 0 1 24 10c.184 0 4.537.05 7.8 4.4a1 1 0 0 1-.799 1.6M4.999 16a1 1 0 0 1-.799-1.6C7.462 10.05 11.816 10 12 10a1 1 0 0 1 .004 2c-.156.002-3.569.086-6.205 3.6a1 1 0 0 1-.8.4m10.898 1.396c.023-.052.059-.096.073-.154a1 1 0 0 0-.727-1.213c-.18-.045-4.467-1.08-7.797 1.138a1 1 0 0 0 1.109 1.665c1.092-.729 2.362-.995 3.468-1.061c-.009.076-.023.151-.023.229a2 2 0 0 0 4 0c0-.212-.042-.412-.103-.604m11.999-.001c.023-.052.059-.095.073-.152a1 1 0 0 0-.727-1.213c-.18-.045-4.466-1.08-7.797 1.138a1 1 0 1 0 1.11 1.664c1.092-.729 2.361-.994 3.469-1.06c-.009.076-.024.15-.024.228a2 2 0 0 0 4 0a2 2 0 0 0-.104-.605"/></svg> </template>
CSS
.icon-smirking-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%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018S8.059%200%2018%200s18%208.059%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M24.327%2023.622a.5.5%200%200%200-.551-.069l-4%202c-1.871.935-6.727.947-6.776.947a.5.5%200%200%200-.25.933v.001h.001v.001q.108.061.24.065h7.008c2.658%200%204.089-2.185%204.475-3.342a.5.5%200%200%200-.147-.536M31.001%2016a1%201%200%200%201-.801-.4c-2.641-3.521-6.061-3.599-6.206-3.6a1%201%200%200%201-.991-1.005A.997.997%200%200%201%2024%2010c.184%200%204.537.05%207.8%204.4a1%201%200%200%201-.799%201.6M4.999%2016a1%201%200%200%201-.799-1.6C7.462%2010.05%2011.816%2010%2012%2010a1%201%200%200%201%20.004%202c-.156.002-3.569.086-6.205%203.6a1%201%200%200%201-.8.4m10.898%201.396c.023-.052.059-.096.073-.154a1%201%200%200%200-.727-1.213c-.18-.045-4.467-1.08-7.797%201.138a1%201%200%200%200%201.109%201.665c1.092-.729%202.362-.995%203.468-1.061c-.009.076-.023.151-.023.229a2%202%200%200%200%204%200c0-.212-.042-.412-.103-.604m11.999-.001c.023-.052.059-.095.073-.152a1%201%200%200%200-.727-1.213c-.18-.045-4.466-1.08-7.797%201.138a1%201%200%201%200%201.11%201.664c1.092-.729%202.361-.994%203.469-1.06c-.009.076-.024.15-.024.228a2%202%200%200%200%204%200a2%202%200%200%200-.104-.605%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%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018S8.059%200%2018%200s18%208.059%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M24.327%2023.622a.5.5%200%200%200-.551-.069l-4%202c-1.871.935-6.727.947-6.776.947a.5.5%200%200%200-.25.933v.001h.001v.001q.108.061.24.065h7.008c2.658%200%204.089-2.185%204.475-3.342a.5.5%200%200%200-.147-.536M31.001%2016a1%201%200%200%201-.801-.4c-2.641-3.521-6.061-3.599-6.206-3.6a1%201%200%200%201-.991-1.005A.997.997%200%200%201%2024%2010c.184%200%204.537.05%207.8%204.4a1%201%200%200%201-.799%201.6M4.999%2016a1%201%200%200%201-.799-1.6C7.462%2010.05%2011.816%2010%2012%2010a1%201%200%200%201%20.004%202c-.156.002-3.569.086-6.205%203.6a1%201%200%200%201-.8.4m10.898%201.396c.023-.052.059-.096.073-.154a1%201%200%200%200-.727-1.213c-.18-.045-4.467-1.08-7.797%201.138a1%201%200%200%200%201.109%201.665c1.092-.729%202.362-.995%203.468-1.061c-.009.076-.023.151-.023.229a2%202%200%200%200%204%200c0-.212-.042-.412-.103-.604m11.999-.001c.023-.052.059-.095.073-.152a1%201%200%200%200-.727-1.213c-.18-.045-4.466-1.08-7.797%201.138a1%201%200%201%200%201.11%201.664c1.092-.729%202.361-.994%203.469-1.06c-.009.076-.024.15-.024.228a2%202%200%200%200%204%200a2%202%200%200%200-.104-.605%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/smirking-face.svg?color=%231a73e8&size=48