The HugeIcons favourite icon depicts a heart shape, commonly used to indicate user preferences, saved items, or liked content.
Common uses
- Add to favorites button
- Like/unlike post
- Bookmark item
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FavouriteIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FavouriteIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- heart iconlike iconfavorite iconlove icon
FAQ
- What is the Favourite icon used for?
- It's typically used to represent actions like 'liking', 'favoriting', or 'bookmarking' content, allowing users to save or express preference for items.
- How do I use the Favourite icon in React?
- Import both HugeiconsIcon and FavouriteIcon, then render it using <HugeiconsIcon icon={FavouriteIcon} />.
- What is the license for this icon?
- The Favourite icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →