The HugeIcons kissing icon depicts two faces leaning in for a kiss, commonly used to represent affection, romance, or a positive, friendly interaction.
Common uses
- Dating app profile actions
- Expressing positive feedback or agreement
- Illustrating romantic content or themes
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { KissingIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={KissingIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- loveromanceaffectionkiss
FAQ
- What does the kissing icon represent?
- It symbolizes affection, romance, or a friendly, positive interaction between two entities.
- How do I use the KissingIcon in React?
- Import both HugeiconsIcon and KissingIcon, then render <HugeiconsIcon icon={KissingIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license, allowing for free commercial and non-commercial use.