upside down face emoji
upside-down-face from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.
- Name
- upside-down-face
- Set
- Twitter Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
upside-down-faceEmoji One (Colored)upside-down-faceFluent Emojiupside-down-faceFluent Emoji Flatupside-down-faceFluent Emoji High Contrastupside-down-faceIconParkupside-down-faceIconPark Outlineupside-down-faceIconPark Solidupside-down-faceIconPark TwoToneupside-down-faceNoto Emojiupside-down-faceOpenMojiupside-down-faceStreamline Emojis
More smileys & emotion icons from Twitter Emoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-catcrying-face
Use the upside down face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M0 18C0 8.059 8.059 0 18 0s18 8.059 18 18s-8.059 18-18 18S0 27.941 0 18"/><path fill="#664500" d="M8.665 12.871a.5.5 0 0 0 .635.029c.039-.029 3.922-2.9 8.7-2.9c4.766 0 8.662 2.871 8.7 2.9a.5.5 0 0 0 .729-.657C27.3 12.029 24.212 7 18 7s-9.301 5.028-9.429 5.243a.5.5 0 0 0 .094.628"/><ellipse cx="11.5" cy="21.5" fill="#664500" rx="2.5" ry="3.5"/><ellipse cx="24.5" cy="21.5" fill="#664500" rx="2.5" ry="3.5"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiUpsideDownFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M0 18C0 8.059 8.059 0 18 0s18 8.059 18 18s-8.059 18-18 18S0 27.941 0 18"/><path fill="#664500" d="M8.665 12.871a.5.5 0 0 0 .635.029c.039-.029 3.922-2.9 8.7-2.9c4.766 0 8.662 2.871 8.7 2.9a.5.5 0 0 0 .729-.657C27.3 12.029 24.212 7 18 7s-9.301 5.028-9.429 5.243a.5.5 0 0 0 .094.628"/><ellipse cx="11.5" cy="21.5" fill="#664500" rx="2.5" ry="3.5"/><ellipse cx="24.5" cy="21.5" fill="#664500" rx="2.5" ry="3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M0 18C0 8.059 8.059 0 18 0s18 8.059 18 18s-8.059 18-18 18S0 27.941 0 18"/><path fill="#664500" d="M8.665 12.871a.5.5 0 0 0 .635.029c.039-.029 3.922-2.9 8.7-2.9c4.766 0 8.662 2.871 8.7 2.9a.5.5 0 0 0 .729-.657C27.3 12.029 24.212 7 18 7s-9.301 5.028-9.429 5.243a.5.5 0 0 0 .094.628"/><ellipse cx="11.5" cy="21.5" fill="#664500" rx="2.5" ry="3.5"/><ellipse cx="24.5" cy="21.5" fill="#664500" rx="2.5" ry="3.5"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M0%2018C0%208.059%208.059%200%2018%200s18%208.059%2018%2018s-8.059%2018-18%2018S0%2027.941%200%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M8.665%2012.871a.5.5%200%200%200%20.635.029c.039-.029%203.922-2.9%208.7-2.9c4.766%200%208.662%202.871%208.7%202.9a.5.5%200%200%200%20.729-.657C27.3%2012.029%2024.212%207%2018%207s-9.301%205.028-9.429%205.243a.5.5%200%200%200%20.094.628%22%2F%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2221.5%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Cellipse%20cx%3D%2224.5%22%20cy%3D%2221.5%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M0%2018C0%208.059%208.059%200%2018%200s18%208.059%2018%2018s-8.059%2018-18%2018S0%2027.941%200%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M8.665%2012.871a.5.5%200%200%200%20.635.029c.039-.029%203.922-2.9%208.7-2.9c4.766%200%208.662%202.871%208.7%202.9a.5.5%200%200%200%20.729-.657C27.3%2012.029%2024.212%207%2018%207s-9.301%205.028-9.429%205.243a.5.5%200%200%200%20.094.628%22%2F%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2221.5%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Cellipse%20cx%3D%2224.5%22%20cy%3D%2221.5%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/upside-down-face.svg?color=%231a73e8&size=48