lying face emoji
lying-face from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- lying-face
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More smileys & emotion icons from Fluent Emoji High Contrast
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="currentColor"><path d="M6.235 6.778C4.105 9.089 3 12.328 3 15.998s1.106 6.91 3.235 9.222c2.116 2.298 5.333 3.778 9.764 3.778s7.648-1.48 9.764-3.778c1.092-1.185 1.914-2.614 2.456-4.22h1.344q.404-.008.782-.103c-.606 2.14-1.637 4.078-3.11 5.678c-2.55 2.769-6.332 4.423-11.236 4.423s-8.686-1.654-11.236-4.423C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.18 2.367 3.392 5.475 3.69 8.88A3.5 3.5 0 0 0 29.5 14h-.616c-.333-2.844-1.388-5.34-3.12-7.222C23.646 4.48 20.43 3 15.998 3c-4.43 0-7.648 1.48-9.764 3.778"/><path d="M29.52 20H15.5a2.5 2.5 0 0 1 0-5h14q.243 0 .474.045A2.496 2.496 0 0 1 32 17.5a2.5 2.5 0 0 1-2.455 2.5zM12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10-2a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-6 11c-2.005 0-2.934 1.104-3.106 1.447a1 1 0 1 1-1.788-.894C11.6 22.563 13.205 21 16 21s4.4 1.563 4.894 2.553a1 1 0 1 1-1.788.894C18.934 24.104 18.005 23 16 23"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastLyingFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M6.235 6.778C4.105 9.089 3 12.328 3 15.998s1.106 6.91 3.235 9.222c2.116 2.298 5.333 3.778 9.764 3.778s7.648-1.48 9.764-3.778c1.092-1.185 1.914-2.614 2.456-4.22h1.344q.404-.008.782-.103c-.606 2.14-1.637 4.078-3.11 5.678c-2.55 2.769-6.332 4.423-11.236 4.423s-8.686-1.654-11.236-4.423C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.18 2.367 3.392 5.475 3.69 8.88A3.5 3.5 0 0 0 29.5 14h-.616c-.333-2.844-1.388-5.34-3.12-7.222C23.646 4.48 20.43 3 15.998 3c-4.43 0-7.648 1.48-9.764 3.778"/><path d="M29.52 20H15.5a2.5 2.5 0 0 1 0-5h14q.243 0 .474.045A2.496 2.496 0 0 1 32 17.5a2.5 2.5 0 0 1-2.455 2.5zM12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10-2a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-6 11c-2.005 0-2.934 1.104-3.106 1.447a1 1 0 1 1-1.788-.894C11.6 22.563 13.205 21 16 21s4.4 1.563 4.894 2.553a1 1 0 1 1-1.788.894C18.934 24.104 18.005 23 16 23"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M6.235 6.778C4.105 9.089 3 12.328 3 15.998s1.106 6.91 3.235 9.222c2.116 2.298 5.333 3.778 9.764 3.778s7.648-1.48 9.764-3.778c1.092-1.185 1.914-2.614 2.456-4.22h1.344q.404-.008.782-.103c-.606 2.14-1.637 4.078-3.11 5.678c-2.55 2.769-6.332 4.423-11.236 4.423s-8.686-1.654-11.236-4.423C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.18 2.367 3.392 5.475 3.69 8.88A3.5 3.5 0 0 0 29.5 14h-.616c-.333-2.844-1.388-5.34-3.12-7.222C23.646 4.48 20.43 3 15.998 3c-4.43 0-7.648 1.48-9.764 3.778"/><path d="M29.52 20H15.5a2.5 2.5 0 0 1 0-5h14q.243 0 .474.045A2.496 2.496 0 0 1 32 17.5a2.5 2.5 0 0 1-2.455 2.5zM12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10-2a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-6 11c-2.005 0-2.934 1.104-3.106 1.447a1 1 0 1 1-1.788-.894C11.6 22.563 13.205 21 16 21s4.4 1.563 4.894 2.553a1 1 0 1 1-1.788.894C18.934 24.104 18.005 23 16 23"/></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%22currentColor%22%3E%3Cpath%20d%3D%22M6.235%206.778C4.105%209.089%203%2012.328%203%2015.998s1.106%206.91%203.235%209.222c2.116%202.298%205.333%203.778%209.764%203.778s7.648-1.48%209.764-3.778c1.092-1.185%201.914-2.614%202.456-4.22h1.344q.404-.008.782-.103c-.606%202.14-1.637%204.078-3.11%205.678c-2.55%202.769-6.332%204.423-11.236%204.423s-8.686-1.654-11.236-4.423C2.226%2023.82%201%2020.06%201%2015.999S2.226%208.178%204.763%205.423C7.313%202.654%2011.095%201%2016%201s8.686%201.654%2011.235%204.423c2.18%202.367%203.392%205.475%203.69%208.88A3.5%203.5%200%200%200%2029.5%2014h-.616c-.333-2.844-1.388-5.34-3.12-7.222C23.646%204.48%2020.43%203%2015.998%203c-4.43%200-7.648%201.48-9.764%203.778%22%2F%3E%3Cpath%20d%3D%22M29.52%2020H15.5a2.5%202.5%200%200%201%200-5h14q.243%200%20.474.045A2.496%202.496%200%200%201%2032%2017.5a2.5%202.5%200%200%201-2.455%202.5zM12%2014a2%202%200%201%200%200-4a2%202%200%200%200%200%204m10-2a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-6%2011c-2.005%200-2.934%201.104-3.106%201.447a1%201%200%201%201-1.788-.894C11.6%2022.563%2013.205%2021%2016%2021s4.4%201.563%204.894%202.553a1%201%200%201%201-1.788.894C18.934%2024.104%2018.005%2023%2016%2023%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%22currentColor%22%3E%3Cpath%20d%3D%22M6.235%206.778C4.105%209.089%203%2012.328%203%2015.998s1.106%206.91%203.235%209.222c2.116%202.298%205.333%203.778%209.764%203.778s7.648-1.48%209.764-3.778c1.092-1.185%201.914-2.614%202.456-4.22h1.344q.404-.008.782-.103c-.606%202.14-1.637%204.078-3.11%205.678c-2.55%202.769-6.332%204.423-11.236%204.423s-8.686-1.654-11.236-4.423C2.226%2023.82%201%2020.06%201%2015.999S2.226%208.178%204.763%205.423C7.313%202.654%2011.095%201%2016%201s8.686%201.654%2011.235%204.423c2.18%202.367%203.392%205.475%203.69%208.88A3.5%203.5%200%200%200%2029.5%2014h-.616c-.333-2.844-1.388-5.34-3.12-7.222C23.646%204.48%2020.43%203%2015.998%203c-4.43%200-7.648%201.48-9.764%203.778%22%2F%3E%3Cpath%20d%3D%22M29.52%2020H15.5a2.5%202.5%200%200%201%200-5h14q.243%200%20.474.045A2.496%202.496%200%200%201%2032%2017.5a2.5%202.5%200%200%201-2.455%202.5zM12%2014a2%202%200%201%200%200-4a2%202%200%200%200%200%204m10-2a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-6%2011c-2.005%200-2.934%201.104-3.106%201.447a1%201%200%201%201-1.788-.894C11.6%2022.563%2013.205%2021%2016%2021s4.4%201.563%204.894%202.553a1%201%200%201%201-1.788.894C18.934%2024.104%2018.005%2023%2016%2023%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-high-contrast/lying-face.svg?color=%231a73e8&size=48