The HugeIcons liver icon depicts a stylized liver and is commonly used to represent health, medical information, or biological data within a user interface.
Common uses
- Displaying health status indicators.
- Representing medical records or patient data.
- Illustrating biological or anatomical information.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LiverIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LiverIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- organ iconhealth iconmedical iconanatomy icon
FAQ
- What does the liver icon represent?
- The liver icon represents the organ itself and is typically used in contexts related to health, medicine, or biology.
- How do I use the LiverIcon in React?
- Import both HugeiconsIcon and LiverIcon from their respective packages and render it using <HugeiconsIcon icon={LiverIcon} />.
- What is the license for the HugeIcons liver icon?
- The HugeIcons liver icon is available under the MIT license, allowing for free use in both personal and commercial projects.