The HugeIcons child icon depicts a young person and is typically used to represent children, family, or child-related features in a user interface.
Common uses
- Family profiles section
- Children's content filter
- Parental controls settings
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ChildIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ChildIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- kidyoungsterbabyperson
FAQ
- What does the child icon represent?
- The icon visually represents a child or a young person. It's commonly used for features related to children or family.
- How do I use the ChildIcon in React?
- Import both HugeiconsIcon and ChildIcon, then render it using <HugeiconsIcon icon={ChildIcon} />. Ensure you have the correct imports: import { HugeiconsIcon } from '@hugeicons/react'; import { ChildIcon } from '@hugeicons/core-free-icons';
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.