The HugeIcons file heart icon visually represents a file associated with health or a favorite item, commonly used to indicate saved health records, favorite documents, or user preferences.
Common uses
- Saving a health record
- Marking a document as favorite
- User profile settings
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileHeartIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileHeartIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- health filefavorite filedocument heartsaved file
FAQ
- What does the file heart icon represent?
- It signifies a file related to health, love, or a favored item. It's often used for saving health data or marking important documents.
- How do I use the FileHeartIcon in React?
- Import both HugeiconsIcon and FileHeartIcon from their respective packages, then render the icon using <HugeiconsIcon icon={FileHeartIcon} />.
- What is the license for this icon?
- The FileHeartIcon is distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →