The HugeIcons catalogue icon visually represents a collection or list of items, commonly used to indicate access to a product catalog, a list of services, or a directory of content.
Common uses
- Product listing page
- Service directory
- Content archive
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CatalogueIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CatalogueIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- listdirectoryarchivecollection
FAQ
- What does the catalogue icon represent?
- It represents a collection or list of items, often used for catalogs, directories, or archives.
- How do I use the CatalogueIcon in React?
- Import both HugeiconsIcon and CatalogueIcon, then render <HugeiconsIcon icon={CatalogueIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license.