IconML is a customizable SVG icon library for easy integration into HTML projects. Designed for flexibility, it allows you to use self-closing custom HTML tags for each icon. Perfect for building scalable and consistent UIs.
- Lightweight SVG Icons – Optimized for performance.
-
Custom HTML Component – Use with
<iconml-icon name="icon-name" />
. -
Flexible Styling – Adapts to text color using
currentColor
.
Include the library directly from a CDN:
<script src="https://cdn.yourhost.com/iconml-icons.js"></script>