Skip to main content
Starlight

Search documentation

Type to search this documentation.

On this pageOverview

Icons Reference

Starlight provides a set of built-in icons that you can display in your content using the <Icon> component.

Icons can be displayed using the <Icon> component. They are also often used in other components, such as cards or settings like hero actions.

Use the StarlightIcon TypeScript type to reference the names of Starlight’s built-in icons.

/icon:
// src/icon.tsimport type { StarlightIcon } from '@astrojs/starlight/types';function getIconLabel(icon: StarlightIcon) {	// …}

A list of all available icons is shown below with their associated names. Click an icon to copy its name to your clipboard.

Suggest an edit

Propose a replacement for this page. The site team reviews it before applying any changes.

Export
Documentation menu