The Lucide table of contents icon visually represents a hierarchical structure, commonly used in UIs to indicate navigation through sections or chapters of content.
Common uses
- Navigation menu for documentation
- Outline for an article or report
- Index for a knowledge base
Use it in React
Install
npm i lucide-reactImport & render
import { TableOfContents } from 'lucide-react';
<TableOfContents size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- tocoutlinenavigationdocument structureindexoverviewsectionschapterscontentdocumentationmanualknowledge basefaqtableofcontents
FAQ
- What does the table of contents icon signify?
- It signifies a structured list of topics or sections within a larger body of content, aiding users in navigating and understanding the organization.
- How do I use this icon in React?
- You can import and use it in your React application with the following statement: `import { TableOfContents } from 'lucide-react'`.
- What is the license for this icon?
- This icon is available under the ISC license, which is a permissive open-source license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →