Skip to content
ZenithDocs
English

Icons

Every name accepted by the icon field.

On this page

ZenithDocs ships a small set of icons, adapted from Lucide. Use a name below in the icon field of a page, of a meta.json file, or of a <Card>. An unknown name renders nothing, so check the spelling here.

arrow-left

arrow-right

book

box

braces

chevron

close

cloud

code

component

edit

external

file

folder

grid

github

home

image

info

languages

layers

list

menu

moon

palette

search

plug

rocket

settings

sliders

sparkles

sun

tag

terminal

type

wand

zap

Using an icon

---
title: Getting started
icon: rocket
---

Press <Icon name="search" /> to search.

<Icon> is available in every page without importing it. It takes a name, an optional size in pixels, and an optional label when the icon carries meaning on its own.

Adding your own

The set is deliberately small. For anything else, use an inline SVG, or your own component through the component overrides.

Last updated on