Icons

Icons are used to represent various actions and concepts in the application.

Helper#

Use the `icon` helper to render an icon.

<%= icon("user") %>

Image Icons#

These icons are image files explicitly added to the application outside of Lucide.

logo

Lucide Icons#

These icons are imported into the application from Lucide.

check
chevron-down
chevron-left
chevron-right
chevron-up
circle-check
circle-question-mark
external-link
github
globe
hash
info
layout-grid
loader
menu
search
settings
trash
triangle-alert
user
x

Importing more icons#

A vast library of icons is available at https://lucide.dev/icons/.

$ bin/icons import chevron-down

Upgrading Lucide#

You can upgrade to a new version of Lucide icons by running the following command:

$ bin/icons upgrade 0.546.0