smirking face emoji
smirking-face from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- smirking-face
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More smileys & emotion icons from Fluent Emoji Flat
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbombbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-cat
Use the smirking face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#fff" d="M6 13.5q0-.254.027-.5h4.004l2.301.923L14.464 13h.508q.028.246.028.5a4.5 4.5 0 1 1-9 0m11 0q0-.254.027-.5h4.014l2.24.712L25.449 13h.524q.028.246.028.5a4.5 4.5 0 1 1-9 0"/><path fill="#402a32" d="M10 13.25q0-.127.014-.25h4.472q.015.123.014.25a2.25 2.25 0 0 1-2.25 2.25A2.26 2.26 0 0 1 10 13.25m11 0q0-.127.014-.25h4.472q.015.123.014.25a2.25 2.25 0 0 1-2.25 2.25A2.26 2.26 0 0 1 21 13.25M8.07 7.988c-.594.562-.952 1.24-1.096 1.67a.5.5 0 1 1-.948-.316c.19-.57.63-1.392 1.355-2.08C8.113 6.567 9.148 6 10.5 6a.5.5 0 0 1 0 1c-1.048 0-1.846.433-2.43.988m15.86 0c.594.562.952 1.24 1.096 1.67a.5.5 0 1 0 .948-.316c-.19-.57-.63-1.392-1.355-2.08C23.887 6.567 22.852 6 21.5 6a.5.5 0 0 0 0 1c1.048 0 1.846.433 2.43.988m.017 13.274a1 1 0 1 0-1.894-.644a5.337 5.337 0 0 1-6.788 3.326a1 1 0 1 0-.65 1.892a7.337 7.337 0 0 0 9.332-4.574"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatSmirkingFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#fff" d="M6 13.5q0-.254.027-.5h4.004l2.301.923L14.464 13h.508q.028.246.028.5a4.5 4.5 0 1 1-9 0m11 0q0-.254.027-.5h4.014l2.24.712L25.449 13h.524q.028.246.028.5a4.5 4.5 0 1 1-9 0"/><path fill="#402a32" d="M10 13.25q0-.127.014-.25h4.472q.015.123.014.25a2.25 2.25 0 0 1-2.25 2.25A2.26 2.26 0 0 1 10 13.25m11 0q0-.127.014-.25h4.472q.015.123.014.25a2.25 2.25 0 0 1-2.25 2.25A2.26 2.26 0 0 1 21 13.25M8.07 7.988c-.594.562-.952 1.24-1.096 1.67a.5.5 0 1 1-.948-.316c.19-.57.63-1.392 1.355-2.08C8.113 6.567 9.148 6 10.5 6a.5.5 0 0 1 0 1c-1.048 0-1.846.433-2.43.988m15.86 0c.594.562.952 1.24 1.096 1.67a.5.5 0 1 0 .948-.316c-.19-.57-.63-1.392-1.355-2.08C23.887 6.567 22.852 6 21.5 6a.5.5 0 0 0 0 1c1.048 0 1.846.433 2.43.988m.017 13.274a1 1 0 1 0-1.894-.644a5.337 5.337 0 0 1-6.788 3.326a1 1 0 1 0-.65 1.892a7.337 7.337 0 0 0 9.332-4.574"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffb02e" d="M15.999 29.998c9.334 0 13.999-6.268 13.999-14c0-7.73-4.665-13.998-14-13.998C6.665 2 2 8.268 2 15.999s4.664 13.999 13.999 13.999"/><path fill="#fff" d="M6 13.5q0-.254.027-.5h4.004l2.301.923L14.464 13h.508q.028.246.028.5a4.5 4.5 0 1 1-9 0m11 0q0-.254.027-.5h4.014l2.24.712L25.449 13h.524q.028.246.028.5a4.5 4.5 0 1 1-9 0"/><path fill="#402a32" d="M10 13.25q0-.127.014-.25h4.472q.015.123.014.25a2.25 2.25 0 0 1-2.25 2.25A2.26 2.26 0 0 1 10 13.25m11 0q0-.127.014-.25h4.472q.015.123.014.25a2.25 2.25 0 0 1-2.25 2.25A2.26 2.26 0 0 1 21 13.25M8.07 7.988c-.594.562-.952 1.24-1.096 1.67a.5.5 0 1 1-.948-.316c.19-.57.63-1.392 1.355-2.08C8.113 6.567 9.148 6 10.5 6a.5.5 0 0 1 0 1c-1.048 0-1.846.433-2.43.988m15.86 0c.594.562.952 1.24 1.096 1.67a.5.5 0 1 0 .948-.316c-.19-.57-.63-1.392-1.355-2.08C23.887 6.567 22.852 6 21.5 6a.5.5 0 0 0 0 1c1.048 0 1.846.433 2.43.988m.017 13.274a1 1 0 1 0-1.894-.644a5.337 5.337 0 0 1-6.788 3.326a1 1 0 1 0-.65 1.892a7.337 7.337 0 0 0 9.332-4.574"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.999%2029.998c9.334%200%2013.999-6.268%2013.999-14c0-7.73-4.665-13.998-14-13.998C6.665%202%202%208.268%202%2015.999s4.664%2013.999%2013.999%2013.999%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%2013.5q0-.254.027-.5h4.004l2.301.923L14.464%2013h.508q.028.246.028.5a4.5%204.5%200%201%201-9%200m11%200q0-.254.027-.5h4.014l2.24.712L25.449%2013h.524q.028.246.028.5a4.5%204.5%200%201%201-9%200%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M10%2013.25q0-.127.014-.25h4.472q.015.123.014.25a2.25%202.25%200%200%201-2.25%202.25A2.26%202.26%200%200%201%2010%2013.25m11%200q0-.127.014-.25h4.472q.015.123.014.25a2.25%202.25%200%200%201-2.25%202.25A2.26%202.26%200%200%201%2021%2013.25M8.07%207.988c-.594.562-.952%201.24-1.096%201.67a.5.5%200%201%201-.948-.316c.19-.57.63-1.392%201.355-2.08C8.113%206.567%209.148%206%2010.5%206a.5.5%200%200%201%200%201c-1.048%200-1.846.433-2.43.988m15.86%200c.594.562.952%201.24%201.096%201.67a.5.5%200%201%200%20.948-.316c-.19-.57-.63-1.392-1.355-2.08C23.887%206.567%2022.852%206%2021.5%206a.5.5%200%200%200%200%201c1.048%200%201.846.433%202.43.988m.017%2013.274a1%201%200%201%200-1.894-.644a5.337%205.337%200%200%201-6.788%203.326a1%201%200%201%200-.65%201.892a7.337%207.337%200%200%200%209.332-4.574%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M15.999%2029.998c9.334%200%2013.999-6.268%2013.999-14c0-7.73-4.665-13.998-14-13.998C6.665%202%202%208.268%202%2015.999s4.664%2013.999%2013.999%2013.999%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%2013.5q0-.254.027-.5h4.004l2.301.923L14.464%2013h.508q.028.246.028.5a4.5%204.5%200%201%201-9%200m11%200q0-.254.027-.5h4.014l2.24.712L25.449%2013h.524q.028.246.028.5a4.5%204.5%200%201%201-9%200%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M10%2013.25q0-.127.014-.25h4.472q.015.123.014.25a2.25%202.25%200%200%201-2.25%202.25A2.26%202.26%200%200%201%2010%2013.25m11%200q0-.127.014-.25h4.472q.015.123.014.25a2.25%202.25%200%200%201-2.25%202.25A2.26%202.26%200%200%201%2021%2013.25M8.07%207.988c-.594.562-.952%201.24-1.096%201.67a.5.5%200%201%201-.948-.316c.19-.57.63-1.392%201.355-2.08C8.113%206.567%209.148%206%2010.5%206a.5.5%200%200%201%200%201c-1.048%200-1.846.433-2.43.988m15.86%200c.594.562.952%201.24%201.096%201.67a.5.5%200%201%200%20.948-.316c-.19-.57-.63-1.392-1.355-2.08C23.887%206.567%2022.852%206%2021.5%206a.5.5%200%200%200%200%201c1.048%200%201.846.433%202.43.988m.017%2013.274a1%201%200%201%200-1.894-.644a5.337%205.337%200%200%201-6.788%203.326a1%201%200%201%200-.65%201.892a7.337%207.337%200%200%200%209.332-4.574%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/smirking-face.svg?color=%231a73e8&size=48