emoji smile upside down icon

emoji-smile-upside-down from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
emoji-smile-upside-down
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

Related icons in Bootstrap Icons

Use the emoji smile upside down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m0-1a8 8 0 1 1 0 16A8 8 0 0 1 8 0"/><path d="M4.285 6.433a.5.5 0 0 0 .683-.183A3.5 3.5 0 0 1 8 4.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.5 4.5 0 0 0 8 3.5a4.5 4.5 0 0 0-3.898 2.25a.5.5 0 0 0 .183.683M7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5s.448 1.5 1 1.5s1-.672 1-1.5m4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5s.448 1.5 1 1.5s1-.672 1-1.5"/></g></svg>

React

import type { SVGProps } from "react";

export function BiEmojiSmileUpsideDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m0-1a8 8 0 1 1 0 16A8 8 0 0 1 8 0"/><path d="M4.285 6.433a.5.5 0 0 0 .683-.183A3.5 3.5 0 0 1 8 4.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.5 4.5 0 0 0 8 3.5a4.5 4.5 0 0 0-3.898 2.25a.5.5 0 0 0 .183.683M7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5s.448 1.5 1 1.5s1-.672 1-1.5m4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5s.448 1.5 1 1.5s1-.672 1-1.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m0-1a8 8 0 1 1 0 16A8 8 0 0 1 8 0"/><path d="M4.285 6.433a.5.5 0 0 0 .683-.183A3.5 3.5 0 0 1 8 4.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.5 4.5 0 0 0 8 3.5a4.5 4.5 0 0 0-3.898 2.25a.5.5 0 0 0 .183.683M7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5s.448 1.5 1 1.5s1-.672 1-1.5m4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5s.448 1.5 1 1.5s1-.672 1-1.5"/></g></svg>
</template>

CSS

.icon-emoji-smile-upside-down {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%201a7%207%200%201%200%200%2014A7%207%200%200%200%208%201m0-1a8%208%200%201%201%200%2016A8%208%200%200%201%208%200%22%2F%3E%3Cpath%20d%3D%22M4.285%206.433a.5.5%200%200%200%20.683-.183A3.5%203.5%200%200%201%208%204.5c1.295%200%202.426.703%203.032%201.75a.5.5%200%200%200%20.866-.5A4.5%204.5%200%200%200%208%203.5a4.5%204.5%200%200%200-3.898%202.25a.5.5%200%200%200%20.183.683M7%209.5C7%208.672%206.552%208%206%208s-1%20.672-1%201.5s.448%201.5%201%201.5s1-.672%201-1.5m4%200c0-.828-.448-1.5-1-1.5s-1%20.672-1%201.5s.448%201.5%201%201.5s1-.672%201-1.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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%201a7%207%200%201%200%200%2014A7%207%200%200%200%208%201m0-1a8%208%200%201%201%200%2016A8%208%200%200%201%208%200%22%2F%3E%3Cpath%20d%3D%22M4.285%206.433a.5.5%200%200%200%20.683-.183A3.5%203.5%200%200%201%208%204.5c1.295%200%202.426.703%203.032%201.75a.5.5%200%200%200%20.866-.5A4.5%204.5%200%200%200%208%203.5a4.5%204.5%200%200%200-3.898%202.25a.5.5%200%200%200%20.183.683M7%209.5C7%208.672%206.552%208%206%208s-1%20.672-1%201.5s.448%201.5%201%201.5s1-.672%201-1.5m4%200c0-.828-.448-1.5-1-1.5s-1%20.672-1%201.5s.448%201.5%201%201.5s1-.672%201-1.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/bi/emoji-smile-upside-down.svg?color=%231a73e8&size=48