The HugeIcons grinning icon depicts a classic smiley face, commonly used to express happiness, satisfaction, or positive feedback in user interfaces.
Common uses
- Success messages
- Positive rating
- Emoticon input
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GrinningIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GrinningIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- smileyhappy facesmilejoy
FAQ
- What does the grinning icon represent?
- It represents happiness, joy, or positive sentiment. It's often used to acknowledge a successful action or provide positive feedback.
- How do I use the GrinningIcon in React?
- Import both HugeiconsIcon and GrinningIcon, then render <HugeiconsIcon icon={GrinningIcon} />. Ensure you have the correct imports: import { HugeiconsIcon } from '@hugeicons/react'; import { GrinningIcon } from '@hugeicons/core-free-icons';
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free use in both personal and commercial projects.