nauseated face emoji
nauseated-face from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- nauseated-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 nauseated 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="#00d26a" 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 19a4.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="M10.988 5.61a.5.5 0 1 0-.976-.22c-.238 1.063-.801 1.7-1.447 2.082C7.904 7.864 7.133 8 6.5 8a.5.5 0 1 0 0 1c.757 0 1.718-.16 2.574-.667c.872-.516 1.613-1.38 1.914-2.724m10.024.001a.5.5 0 1 1 .976-.22c.238 1.063.801 1.7 1.447 2.082c.661.392 1.432.528 2.065.528a.5.5 0 0 1 0 1c-.757 0-1.718-.16-2.574-.667c-.872-.516-1.613-1.38-1.914-2.724m-7.109 15.396A1 1 0 0 1 14 21h4a1 1 0 0 1 .097.005c.2-.98.701-1.71 1.368-2.207C20.292 18.182 21.274 18 22 18a1 1 0 1 1 0 2c-.44 0-.959.118-1.34.402c-.333.248-.66.69-.66 1.598s.327 1.35.66 1.598c.381.284.9.402 1.34.402a1 1 0 1 1 0 2c-.726 0-1.708-.182-2.535-.798c-.666-.497-1.167-1.228-1.368-2.207A1 1 0 0 1 18 23h-4q-.05 0-.097-.005c-.2.98-.702 1.71-1.368 2.207c-.827.616-1.809.798-2.535.798a1 1 0 1 1 0-2c.44 0 .959-.118 1.34-.402c.333-.248.66-.69.66-1.598s-.327-1.35-.66-1.598c-.38-.284-.9-.402-1.34-.402a1 1 0 1 1 0-2c.726 0 1.708.182 2.535.798c.666.497 1.167 1.228 1.368 2.207M14 15a2 2 0 1 1-4 0a2 2 0 0 1 4 0m8 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatNauseatedFace(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="#00d26a" 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 19a4.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="M10.988 5.61a.5.5 0 1 0-.976-.22c-.238 1.063-.801 1.7-1.447 2.082C7.904 7.864 7.133 8 6.5 8a.5.5 0 1 0 0 1c.757 0 1.718-.16 2.574-.667c.872-.516 1.613-1.38 1.914-2.724m10.024.001a.5.5 0 1 1 .976-.22c.238 1.063.801 1.7 1.447 2.082c.661.392 1.432.528 2.065.528a.5.5 0 0 1 0 1c-.757 0-1.718-.16-2.574-.667c-.872-.516-1.613-1.38-1.914-2.724m-7.109 15.396A1 1 0 0 1 14 21h4a1 1 0 0 1 .097.005c.2-.98.701-1.71 1.368-2.207C20.292 18.182 21.274 18 22 18a1 1 0 1 1 0 2c-.44 0-.959.118-1.34.402c-.333.248-.66.69-.66 1.598s.327 1.35.66 1.598c.381.284.9.402 1.34.402a1 1 0 1 1 0 2c-.726 0-1.708-.182-2.535-.798c-.666-.497-1.167-1.228-1.368-2.207A1 1 0 0 1 18 23h-4q-.05 0-.097-.005c-.2.98-.702 1.71-1.368 2.207c-.827.616-1.809.798-2.535.798a1 1 0 1 1 0-2c.44 0 .959-.118 1.34-.402c.333-.248.66-.69.66-1.598s-.327-1.35-.66-1.598c-.38-.284-.9-.402-1.34-.402a1 1 0 1 1 0-2c.726 0 1.708.182 2.535.798c.666.497 1.167 1.228 1.368 2.207M14 15a2 2 0 1 1-4 0a2 2 0 0 1 4 0m8 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></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="#00d26a" 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 19a4.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="M10.988 5.61a.5.5 0 1 0-.976-.22c-.238 1.063-.801 1.7-1.447 2.082C7.904 7.864 7.133 8 6.5 8a.5.5 0 1 0 0 1c.757 0 1.718-.16 2.574-.667c.872-.516 1.613-1.38 1.914-2.724m10.024.001a.5.5 0 1 1 .976-.22c.238 1.063.801 1.7 1.447 2.082c.661.392 1.432.528 2.065.528a.5.5 0 0 1 0 1c-.757 0-1.718-.16-2.574-.667c-.872-.516-1.613-1.38-1.914-2.724m-7.109 15.396A1 1 0 0 1 14 21h4a1 1 0 0 1 .097.005c.2-.98.701-1.71 1.368-2.207C20.292 18.182 21.274 18 22 18a1 1 0 1 1 0 2c-.44 0-.959.118-1.34.402c-.333.248-.66.69-.66 1.598s.327 1.35.66 1.598c.381.284.9.402 1.34.402a1 1 0 1 1 0 2c-.726 0-1.708-.182-2.535-.798c-.666-.497-1.167-1.228-1.368-2.207A1 1 0 0 1 18 23h-4q-.05 0-.097-.005c-.2.98-.702 1.71-1.368 2.207c-.827.616-1.809.798-2.535.798a1 1 0 1 1 0-2c.44 0 .959-.118 1.34-.402c.333-.248.66-.69.66-1.598s-.327-1.35-.66-1.598c-.38-.284-.9-.402-1.34-.402a1 1 0 1 1 0-2c.726 0 1.708.182 2.535.798c.666.497 1.167 1.228 1.368 2.207M14 15a2 2 0 1 1-4 0a2 2 0 0 1 4 0m8 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg> </template>
CSS
.icon-nauseated-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%2300d26a%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%2019a4.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%22M10.988%205.61a.5.5%200%201%200-.976-.22c-.238%201.063-.801%201.7-1.447%202.082C7.904%207.864%207.133%208%206.5%208a.5.5%200%201%200%200%201c.757%200%201.718-.16%202.574-.667c.872-.516%201.613-1.38%201.914-2.724m10.024.001a.5.5%200%201%201%20.976-.22c.238%201.063.801%201.7%201.447%202.082c.661.392%201.432.528%202.065.528a.5.5%200%200%201%200%201c-.757%200-1.718-.16-2.574-.667c-.872-.516-1.613-1.38-1.914-2.724m-7.109%2015.396A1%201%200%200%201%2014%2021h4a1%201%200%200%201%20.097.005c.2-.98.701-1.71%201.368-2.207C20.292%2018.182%2021.274%2018%2022%2018a1%201%200%201%201%200%202c-.44%200-.959.118-1.34.402c-.333.248-.66.69-.66%201.598s.327%201.35.66%201.598c.381.284.9.402%201.34.402a1%201%200%201%201%200%202c-.726%200-1.708-.182-2.535-.798c-.666-.497-1.167-1.228-1.368-2.207A1%201%200%200%201%2018%2023h-4q-.05%200-.097-.005c-.2.98-.702%201.71-1.368%202.207c-.827.616-1.809.798-2.535.798a1%201%200%201%201%200-2c.44%200%20.959-.118%201.34-.402c.333-.248.66-.69.66-1.598s-.327-1.35-.66-1.598c-.38-.284-.9-.402-1.34-.402a1%201%200%201%201%200-2c.726%200%201.708.182%202.535.798c.666.497%201.167%201.228%201.368%202.207M14%2015a2%202%200%201%201-4%200a2%202%200%200%201%204%200m8%200a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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%2300d26a%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%2019a4.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%22M10.988%205.61a.5.5%200%201%200-.976-.22c-.238%201.063-.801%201.7-1.447%202.082C7.904%207.864%207.133%208%206.5%208a.5.5%200%201%200%200%201c.757%200%201.718-.16%202.574-.667c.872-.516%201.613-1.38%201.914-2.724m10.024.001a.5.5%200%201%201%20.976-.22c.238%201.063.801%201.7%201.447%202.082c.661.392%201.432.528%202.065.528a.5.5%200%200%201%200%201c-.757%200-1.718-.16-2.574-.667c-.872-.516-1.613-1.38-1.914-2.724m-7.109%2015.396A1%201%200%200%201%2014%2021h4a1%201%200%200%201%20.097.005c.2-.98.701-1.71%201.368-2.207C20.292%2018.182%2021.274%2018%2022%2018a1%201%200%201%201%200%202c-.44%200-.959.118-1.34.402c-.333.248-.66.69-.66%201.598s.327%201.35.66%201.598c.381.284.9.402%201.34.402a1%201%200%201%201%200%202c-.726%200-1.708-.182-2.535-.798c-.666-.497-1.167-1.228-1.368-2.207A1%201%200%200%201%2018%2023h-4q-.05%200-.097-.005c-.2.98-.702%201.71-1.368%202.207c-.827.616-1.809.798-2.535.798a1%201%200%201%201%200-2c.44%200%20.959-.118%201.34-.402c.333-.248.66-.69.66-1.598s-.327-1.35-.66-1.598c-.38-.284-.9-.402-1.34-.402a1%201%200%201%201%200-2c.726%200%201.708.182%202.535.798c.666.497%201.167%201.228%201.368%202.207M14%2015a2%202%200%201%201-4%200a2%202%200%200%201%204%200m8%200a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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/nauseated-face.svg?color=%231a73e8&size=48