The HugeIcons iconjar icon depicts a jar, commonly used to represent a collection, storage, or a place where items are kept.
Common uses
- Displaying a user's saved items or favorites.
- Indicating a storage or vault section.
- Representing a collection of assets or resources.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { IconjarIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={IconjarIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- jar iconcollection iconstorage iconassets icon
FAQ
- What is the iconjar icon used for?
- It's used to visually represent a collection, storage, or a repository of items within a user interface.
- How do I use the Iconjar icon in React?
- Import both HugeiconsIcon and IconjarIcon, then render <HugeiconsIcon icon={IconjarIcon} />.
- What is the license for this icon?
- The HugeIcons iconjar icon is released under the MIT license.