lying face emoji
lying-face from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- lying-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 lying 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="M10.5 16a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m11 0a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9"/><path fill="#402a32" d="M14 13a2 2 0 1 1-4 0a2 2 0 0 1 4 0m8 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-9.106 11.447C13.066 24.104 13.995 23 16 23s2.934 1.104 3.105 1.447a1 1 0 0 0 1.79-.894C20.398 22.563 18.794 21 16 21s-4.4 1.563-4.895 2.553a1 1 0 0 0 1.79.894"/><path fill="#ff822d" d="M13 17.5a2.5 2.5 0 0 1 2.5-2.5h14a2.5 2.5 0 0 1 0 5h-14a2.5 2.5 0 0 1-2.5-2.5"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatLyingFace(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="M10.5 16a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m11 0a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9"/><path fill="#402a32" d="M14 13a2 2 0 1 1-4 0a2 2 0 0 1 4 0m8 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-9.106 11.447C13.066 24.104 13.995 23 16 23s2.934 1.104 3.105 1.447a1 1 0 0 0 1.79-.894C20.398 22.563 18.794 21 16 21s-4.4 1.563-4.895 2.553a1 1 0 0 0 1.79.894"/><path fill="#ff822d" d="M13 17.5a2.5 2.5 0 0 1 2.5-2.5h14a2.5 2.5 0 0 1 0 5h-14a2.5 2.5 0 0 1-2.5-2.5"/></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="M10.5 16a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m11 0a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9"/><path fill="#402a32" d="M14 13a2 2 0 1 1-4 0a2 2 0 0 1 4 0m8 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-9.106 11.447C13.066 24.104 13.995 23 16 23s2.934 1.104 3.105 1.447a1 1 0 0 0 1.79-.894C20.398 22.563 18.794 21 16 21s-4.4 1.563-4.895 2.553a1 1 0 0 0 1.79.894"/><path fill="#ff822d" d="M13 17.5a2.5 2.5 0 0 1 2.5-2.5h14a2.5 2.5 0 0 1 0 5h-14a2.5 2.5 0 0 1-2.5-2.5"/></g></svg> </template>
CSS
.icon-lying-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%22M10.5%2016a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m11%200a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M14%2013a2%202%200%201%201-4%200a2%202%200%200%201%204%200m8%200a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-9.106%2011.447C13.066%2024.104%2013.995%2023%2016%2023s2.934%201.104%203.105%201.447a1%201%200%200%200%201.79-.894C20.398%2022.563%2018.794%2021%2016%2021s-4.4%201.563-4.895%202.553a1%201%200%200%200%201.79.894%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M13%2017.5a2.5%202.5%200%200%201%202.5-2.5h14a2.5%202.5%200%200%201%200%205h-14a2.5%202.5%200%200%201-2.5-2.5%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%22M10.5%2016a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m11%200a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M14%2013a2%202%200%201%201-4%200a2%202%200%200%201%204%200m8%200a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-9.106%2011.447C13.066%2024.104%2013.995%2023%2016%2023s2.934%201.104%203.105%201.447a1%201%200%200%200%201.79-.894C20.398%2022.563%2018.794%2021%2016%2021s-4.4%201.563-4.895%202.553a1%201%200%200%200%201.79.894%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M13%2017.5a2.5%202.5%200%200%201%202.5-2.5h14a2.5%202.5%200%200%201%200%205h-14a2.5%202.5%200%200%201-2.5-2.5%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/lying-face.svg?color=%231a73e8&size=48