upside down face emoji

upside-down-face from Fluent Emoji Flat by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
upside-down-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

Use the upside down 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 2.002c9.334 0 13.999 6.268 13.999 14c0 7.73-4.665 13.998-14 13.998C6.665 30 2 23.733 2 16.001C2 8.27 6.664 2.002 15.999 2.002"/><path fill="#fff" d="M10.42 15.776a4.206 4.206 0 1 1 0 8.412a4.206 4.206 0 0 1 0-8.412m11.148-.077a4.244 4.244 0 1 1 0 8.489a4.244 4.244 0 0 1 0-8.49"/><path fill="#402a32" d="M11 17a3 3 0 1 1 0 6a3 3 0 0 1 0-6m10 0a3 3 0 1 1 0 6a3 3 0 0 1 0-6m-10.6-3.2a1 1 0 0 0 1.4-.2c.31-.412 1.712-1.6 4.2-1.6s3.89 1.188 4.2 1.6a1 1 0 1 0 1.6-1.2c-.69-.92-2.688-2.4-5.8-2.4s-5.11 1.48-5.8 2.4a1 1 0 0 0 .2 1.4"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatUpsideDownFace(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 2.002c9.334 0 13.999 6.268 13.999 14c0 7.73-4.665 13.998-14 13.998C6.665 30 2 23.733 2 16.001C2 8.27 6.664 2.002 15.999 2.002"/><path fill="#fff" d="M10.42 15.776a4.206 4.206 0 1 1 0 8.412a4.206 4.206 0 0 1 0-8.412m11.148-.077a4.244 4.244 0 1 1 0 8.489a4.244 4.244 0 0 1 0-8.49"/><path fill="#402a32" d="M11 17a3 3 0 1 1 0 6a3 3 0 0 1 0-6m10 0a3 3 0 1 1 0 6a3 3 0 0 1 0-6m-10.6-3.2a1 1 0 0 0 1.4-.2c.31-.412 1.712-1.6 4.2-1.6s3.89 1.188 4.2 1.6a1 1 0 1 0 1.6-1.2c-.69-.92-2.688-2.4-5.8-2.4s-5.11 1.48-5.8 2.4a1 1 0 0 0 .2 1.4"/></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 2.002c9.334 0 13.999 6.268 13.999 14c0 7.73-4.665 13.998-14 13.998C6.665 30 2 23.733 2 16.001C2 8.27 6.664 2.002 15.999 2.002"/><path fill="#fff" d="M10.42 15.776a4.206 4.206 0 1 1 0 8.412a4.206 4.206 0 0 1 0-8.412m11.148-.077a4.244 4.244 0 1 1 0 8.489a4.244 4.244 0 0 1 0-8.49"/><path fill="#402a32" d="M11 17a3 3 0 1 1 0 6a3 3 0 0 1 0-6m10 0a3 3 0 1 1 0 6a3 3 0 0 1 0-6m-10.6-3.2a1 1 0 0 0 1.4-.2c.31-.412 1.712-1.6 4.2-1.6s3.89 1.188 4.2 1.6a1 1 0 1 0 1.6-1.2c-.69-.92-2.688-2.4-5.8-2.4s-5.11 1.48-5.8 2.4a1 1 0 0 0 .2 1.4"/></g></svg>
</template>

CSS

.icon-upside-down-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%202.002c9.334%200%2013.999%206.268%2013.999%2014c0%207.73-4.665%2013.998-14%2013.998C6.665%2030%202%2023.733%202%2016.001C2%208.27%206.664%202.002%2015.999%202.002%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.42%2015.776a4.206%204.206%200%201%201%200%208.412a4.206%204.206%200%200%201%200-8.412m11.148-.077a4.244%204.244%200%201%201%200%208.489a4.244%204.244%200%200%201%200-8.49%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M11%2017a3%203%200%201%201%200%206a3%203%200%200%201%200-6m10%200a3%203%200%201%201%200%206a3%203%200%200%201%200-6m-10.6-3.2a1%201%200%200%200%201.4-.2c.31-.412%201.712-1.6%204.2-1.6s3.89%201.188%204.2%201.6a1%201%200%201%200%201.6-1.2c-.69-.92-2.688-2.4-5.8-2.4s-5.11%201.48-5.8%202.4a1%201%200%200%200%20.2%201.4%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%202.002c9.334%200%2013.999%206.268%2013.999%2014c0%207.73-4.665%2013.998-14%2013.998C6.665%2030%202%2023.733%202%2016.001C2%208.27%206.664%202.002%2015.999%202.002%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.42%2015.776a4.206%204.206%200%201%201%200%208.412a4.206%204.206%200%200%201%200-8.412m11.148-.077a4.244%204.244%200%201%201%200%208.489a4.244%204.244%200%200%201%200-8.49%22%2F%3E%3Cpath%20fill%3D%22%23402a32%22%20d%3D%22M11%2017a3%203%200%201%201%200%206a3%203%200%200%201%200-6m10%200a3%203%200%201%201%200%206a3%203%200%200%201%200-6m-10.6-3.2a1%201%200%200%200%201.4-.2c.31-.412%201.712-1.6%204.2-1.6s3.89%201.188%204.2%201.6a1%201%200%201%200%201.6-1.2c-.69-.92-2.688-2.4-5.8-2.4s-5.11%201.48-5.8%202.4a1%201%200%200%200%20.2%201.4%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/upside-down-face.svg?color=%231a73e8&size=48