The HugeIcons kidneys icon visually represents the pair of organs responsible for filtering waste from the blood, commonly used in medical or health-related applications.
Common uses
- Medical app navigation
- Health record indicator
- Organ donation information
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { KidneysIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={KidneysIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- kidneyrenalorganmedical
FAQ
- What is the kidneys icon used for?
- It's used to represent kidneys or related medical concepts in user interfaces, particularly within health and medical applications.
- How do I use the KidneysIcon in React?
- Import both HugeiconsIcon and KidneysIcon, then render <HugeiconsIcon icon={KidneysIcon} />.
- What is the license for this icon?
- The KidneysIcon is part of the HugeIcons library and is available under the MIT license.