Installation¶
Add django_iconx to your INSTALLED_APPS and configure STATICFILES_DIRS:
Add an icon package and generate the CSS:
This downloads Lucide icons to static/icons/lucide/ and generates static/iconx/icons.css. Include the CSS in your templates or Tailwind entry point:
See Icon Packages for other icon sets and custom SVGs. See Configuration for all available settings.