John KuehJohn Kueh

face smile icon

Heroicons · face-smile · MIT

Download SVG

The Heroicons face smile icon depicts a simple smiling face, commonly used to represent positive emotions, satisfaction, or user happiness.

Common uses

  • Feedback submission success message
  • User satisfaction rating
  • Positive sentiment indicator

Use it in React

Install
npm i @heroicons/react
Import & render
import { FaceSmileIcon } from '@heroicons/react/24/outline';

<FaceSmileIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<FaceSmileIcon className="size-6" />
24/solid
<FaceSmileIcon className="size-6" />
20/solid
<FaceSmileIcon className="size-6" />
16/solid
<FaceSmileIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
facesmilehappy facesmileyemoticonpositive

FAQ

What is the face smile icon used for?
It's typically used to convey positive emotions, like happiness or satisfaction, in user interfaces.
How do I use the face smile icon in React?
Import it using `import { FaceSmileIcon } from '@heroicons/react/24/outline'` and then use it as a component: `<FaceSmileIcon className="h-6 w-6" />`.
What is the license for Heroicons?
Heroicons are released under the MIT license, allowing for free use in commercial and non-commercial projects.

Related icons

The same idea in other libraries, and near matches in Heroicons.

Looking for something else? Search Heroicons 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 →