The HugeIcons wellness icon depicts a stylized heart with a plus sign, commonly used to represent health, medical services, or well-being features in user interfaces.
Common uses
- Health tracking feature
- Medical appointment booking
- Wellness program promotion
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { WellnessIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={WellnessIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- healthmedicalheart pluswell-being
FAQ
- What does the wellness icon represent?
- It represents health, medical services, or well-being. It's often used for features related to physical or mental health.
- How do I use the WellnessIcon in React?
- Import both HugeiconsIcon and WellnessIcon, then render it using <HugeiconsIcon icon={WellnessIcon} />.
- What is the license for this icon?
- The HugeIcons wellness icon is available under the MIT license.