django-iconx¶
CSS-only icon system for Django.
Generates a single CSS file from SVG icon sources. No JavaScript or icon fonts needed. Built-in support for Lucide, Heroicons, Tabler, Phosphor, Bootstrap Icons, and Remix.
Mono icons use mask-image with currentColor, so they inherit text color and scale with font size via Tailwind text-* classes. Multi-color icons use background-image to preserve original SVG colors.
Quick start¶
That downloads the icons and generates the CSS. Include it in your template or Tailwind entry point:
See Installation for the full setup guide.