The Phosphor smiley x eyes icon depicts a face with X-shaped eyes, commonly used to represent a state of shock, disbelief, or being overwhelmed in UI elements.
Common uses
- Error message indicator
- Unsuccessful action confirmation
- "Out of stock" or "unavailable" status
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SmileyXEyes } from '@phosphor-icons/react';
<SmileyXEyes size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SmileyXEyes size={24} />thin
<SmileyXEyes size={24} weight="thin" />light
<SmileyXEyes size={24} weight="light" />bold
<SmileyXEyes size={24} weight="bold" />fill
<SmileyXEyes size={24} weight="fill" />duotone
<SmileyXEyes size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- faceemojideadkilledunconsciouscommunicationspeoplesmileyxeyesdead faceshocked emojiunconscious face
FAQ
- What does the smiley x eyes icon represent?
- It visually conveys extreme shock, disbelief, or a sense of being overwhelmed or stunned.
- How do I use this icon in React?
- Import it using `import { SmileyXEyes } from '@phosphor-icons/react';` and then use it as a React component.
- What is the license for this icon?
- The Phosphor icon library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →