The HugeIcons kid icon depicts a child and is typically used to represent child-related content, user profiles for minors, or family-oriented features.
Common uses
- Child profile avatar
- Family plan indicator
- Children's section link
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { KidIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={KidIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- childboygirlyoungster
FAQ
- What is the KidIcon used for?
- The KidIcon is used to visually represent children or child-related content within an application's user interface.
- How do I use the KidIcon in React?
- Import both HugeiconsIcon and KidIcon from their respective packages and render it using <HugeiconsIcon icon={KidIcon} />.
- What is the license for HugeIcons?
- HugeIcons are distributed under the MIT license, allowing for free commercial and non-commercial use.