Last updated June 23, 2026
Icon Reference
2 minutes read
The icon field in page frontmatter accepts any of the names below. folio.md shows icons in the sidebar in two places:
- Top-level pages: the icon appears next to the page’s sidebar entry.
- Top-level
_section.mdxfiles: the icon appears next to the section header.
Setting icon on a nested page inside a section passes schema validation but has no visible effect. folio.md emits a build warning in that case.
mdx
---
title: My Page
icon: Rocket
---Available icons
| Name | Use for |
|---|---|
Book | Guides, manuals |
BookOpen | Tutorials, reading material |
ChevronRight | Generic navigation, steps |
Code | API docs, code references |
FileText | General pages, text content |
GitBranch | Versioning, branching, changelogs |
Globe | Internationalization, deployment, external |
House | Home / landing page |
LifeBuoy | Support, troubleshooting |
Package | Packages, dependencies, releases |
Rocket | Deployment, getting started, launches |
Settings | Configuration, options |
Shield | Security, authentication, permissions |
Star | Highlights, reference, featured |
Terminal | Command-line tool, commands, scripts |
Users | Teams, accounts, collaboration |
Wrench | Tools, setup, advanced |
Zap | Performance, quick-start, power features |
Icons come from Lucide. To add more icons, import them in src/components/NavIcon.tsx and add them to the icons map.