The HugeIcons clothes icon depicts a shirt and pants, commonly used to represent clothing, fashion, or apparel sections in a user interface.
Common uses
- E-commerce product category for clothing
- User profile section for personal style
- Fashion blog or magazine navigation
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ClothesIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ClothesIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- clothingapparelfashionoutfit
FAQ
- What does the ClothesIcon represent?
- The ClothesIcon represents clothing items, typically a shirt and pants, and is used for fashion or apparel-related features.
- How do I use ClothesIcon in React?
- Import ClothesIcon from '@hugeicons/core-free-icons' and render it using <HugeiconsIcon icon={ClothesIcon} /> from '@hugeicons/react'.
- What is the license for HugeIcons?
- HugeIcons are released under the MIT license, allowing for free commercial and non-commercial use.