The HugeIcons ico icon depicts a generic placeholder or symbol, often used to represent an item, a file, or a general object when a specific icon is not available or necessary.
Common uses
- Placeholder for unassigned items
- Generic file type representation
- Default object icon
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { IcoIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={IcoIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- placeholder icongeneric iconobject iconsymbol icon
FAQ
- What is the IcoIcon used for?
- The IcoIcon serves as a versatile placeholder or generic symbol for various items, files, or objects within a user interface.
- How do I use the IcoIcon in React?
- Import { HugeiconsIcon } from '@hugeicons/react'; and { IcoIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={IcoIcon} />.
- What is the license for HugeIcons?
- HugeIcons are provided under the MIT license, allowing for free use in both personal and commercial projects.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →