The HugeIcons infant icon depicts a baby, commonly used to represent new users, children's products, or family-related features.
Common uses
- New user onboarding
- Children's app section
- Family plan indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { InfantIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={InfantIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- babynewbornchildtoddler
FAQ
- What does the infant icon represent?
- The infant icon visually represents a baby. It's typically used in UIs to signify newness, children, or family contexts.
- How do I use the InfantIcon in React?
- Import both HugeiconsIcon and InfantIcon, then render <HugeiconsIcon icon={InfantIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for this icon?
- The InfantIcon is distributed under the MIT license, which allows for free commercial and non-commercial use.