Beautiful icons library with zero dependencies.
1000+ production-ready SVG icons optimized for CDN distribution. Lightweight, customizable, and designed for modern web applications.
~50KB minified with support for size, color, and stroke width customization. Perfect for building beautiful digital experiences.
$
npm install @iconz/iconz
<script src="https://cdn.jsdelivr.net/npm/@iconz/iconz@1.0.1/dist/iconz.min.js"></script>
Quick Usage
HTML
<i iconz="heart" size="24" color="red"></i>
JavaScript
const icon = renderIcon('heart', { size: 32, color: 'red' });
document.body.appendChild(icon);
With Tailwind CSS
<i iconz="download" size="20" class="text-blue-600"></i>
Highlights
1000+ Icons
Production Ready
Comprehensive collection
50KB Minified
Ultra Lightweight
Zero dependencies
Features
Highly
Customizable
Control size, color, stroke width, and more with ease.