Last updated July 11, 2026
Icon Reference
2 minutes read
Set icon: in your page settings to display an icon next to the page in the sidebar. folio.md shows icons in two places:
- Top-level pages: next to the page’s sidebar entry.
- Section headers: defined in
_section.mdx, the icon appears next to the section title.
Setting icon on a page nested inside a section 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 (opens in new tab). To add more icons, import them in src/components/NavIcon.tsx and add them to the icons map.