The HugeIcons libraries icon visually represents a collection of books or resources, commonly used to indicate sections for documentation, tutorials, or a repository of assets.
Common uses
- Documentation section link
- Resource library access
- Tutorials or guides entry point
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LibrariesIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LibrariesIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- booksresourcesdocumentationcollection
FAQ
- What does the Libraries icon represent?
- It symbolizes a collection of items, like books or digital resources, often used for navigation to documentation or asset libraries.
- How do I use the Libraries icon in React?
- Import { HugeiconsIcon } from '@hugeicons/react'; and { LibrariesIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={LibrariesIcon} />.
- What is the license for this icon?
- The HugeIcons libraries icon is distributed under the MIT license, allowing for free commercial and non-commercial use.