The HugeIcons course icon depicts a book or document with pages, commonly used to represent educational content, learning modules, or training materials in a user interface.
Common uses
- Link to a learning path or tutorial
- Button for accessing course materials
- Indicator for completed training modules
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CourseIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CourseIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- book iconeducation iconlearning icondocument icon
FAQ
- What is the CourseIcon used for?
- The CourseIcon is typically used to signify educational content, such as courses, tutorials, or learning modules within an application.
- How do I use the CourseIcon in React?
- To use the CourseIcon in React, import both HugeiconsIcon and CourseIcon, then render it using <HugeiconsIcon icon={CourseIcon} />.
- What is the license for the CourseIcon?
- The CourseIcon is part of the HugeIcons library and is distributed under the MIT license.
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 →