The HugeIcons favourite circle icon visually represents a user's preference or selection, commonly used to mark items as favorites or save them for later.
Common uses
- Add to favorites button
- Bookmark item
- Save for later functionality
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FavouriteCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FavouriteCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- heart iconlike iconstar iconsave icon
FAQ
- What does the favourite circle icon represent?
- It signifies a user's choice or preference, typically used for marking items as favorites or saving them.
- How do I use the FavouriteCircleIcon in React?
- Import both HugeiconsIcon and FavouriteCircleIcon, then render <HugeiconsIcon icon={FavouriteCircleIcon} />.
- What is the license for this icon?
- The FavouriteCircleIcon is distributed 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 →