emoji smile upside down icon
emoji-smile-upside-down-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- emoji-smile-upside-down-fill
- Set
- Bootstrap Icons
- Style
- Fill
- 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"><path fill="currentColor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5s.448 1.5 1 1.5s1-.672 1-1.5M4.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.683M10 8c-.552 0-1 .672-1 1.5s.448 1.5 1 1.5s1-.672 1-1.5S10.552 8 10 8"/></svg>
React
import type { SVGProps } from "react";
export function BiEmojiSmileUpsideDownFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5s.448 1.5 1 1.5s1-.672 1-1.5M4.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.683M10 8c-.552 0-1 .672-1 1.5s.448 1.5 1 1.5s1-.672 1-1.5S10.552 8 10 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5s.448 1.5 1 1.5s1-.672 1-1.5M4.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.683M10 8c-.552 0-1 .672-1 1.5s.448 1.5 1 1.5s1-.672 1-1.5S10.552 8 10 8"/></svg> </template>
CSS
.icon-emoji-smile-upside-down-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200a8%208%200%201%201%200%2016A8%208%200%200%201%208%200M7%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.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.683M10%208c-.552%200-1%20.672-1%201.5s.448%201.5%201%201.5s1-.672%201-1.5S10.552%208%2010%208%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200a8%208%200%201%201%200%2016A8%208%200%200%201%208%200M7%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.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.683M10%208c-.552%200-1%20.672-1%201.5s.448%201.5%201%201.5s1-.672%201-1.5S10.552%208%2010%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/emoji-smile-upside-down-fill.svg?color=%231a73e8&size=48