The HugeIcons shampoo icon depicts a bottle with a cap, commonly used to represent personal hygiene, hair care, or bath-related products and features in a user interface.
Common uses
- Hair care product category filter
- Bathroom or amenity section
- Personal hygiene settings
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ShampooIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ShampooIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- hair washbottlesoapbath
FAQ
- What is the Shampoo icon used for?
- It represents items related to hair washing, personal hygiene, or bath products. It's useful for filtering or labeling sections concerning these items.
- How do I use the Shampoo icon in React?
- Import both HugeiconsIcon and ShampooIcon, then render it using <HugeiconsIcon icon={ShampooIcon} />. Ensure you have the correct imports: import { HugeiconsIcon } from '@hugeicons/react'; import { ShampooIcon } from '@hugeicons/core-free-icons';
- What is the license for this icon?
- The Shampoo icon is provided under the MIT license, allowing for free use in both personal and commercial projects.