The HugeIcons brochure icon visually represents a folded pamphlet or booklet, commonly used to signify information, documentation, or promotional materials within a user interface.
Common uses
- Link to product information
- Accessing help documentation
- Displaying promotional offers
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BrochureIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BrochureIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- pamphletleafletbookletinformation
FAQ
- What does the brochure icon represent?
- It represents a folded pamphlet or booklet, often used for information or documentation.
- How do I use the BrochureIcon in React?
- Import both HugeiconsIcon and BrochureIcon, then render <HugeiconsIcon icon={BrochureIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license.