The Lucide frown icon depicts a downturned mouth, commonly used to represent negative emotions, dissatisfaction, or an error state in user interfaces.
Common uses
- Error messages
- Feedback forms
- Empty states
Use it in React
Install
npm i lucide-reactImport & render
import { Frown } from 'lucide-react';
<Frown size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- emojifacebadsademotionfrownsad faceunhappydisappointednegative emoji
FAQ
- What does the frown icon represent?
- The frown icon typically signifies negative emotions like sadness or disappointment, or it can indicate an error or a lack of something.
- How do I use the frown icon in React?
- You can import and use the frown icon in React with the following import statement: `import { Frown } from 'lucide-react'`.
- What is the license for the Lucide frown icon?
- The Lucide frown icon is available under the ISC license.