The Iconweuse Static CDN allows you to serve single vector assets or optimized CSS font bundles dynamically using our ultra-fast Edge Network. No build steps or installations required.
You can load all icons in a specific project kit by embedding a single stylesheet link. This links all vector styles as custom webfonts under our high-performance HTTP/3 servers.
<link href="https://cdn.iconweuse.com/icon/19babe39-18b5-4d71-9d28-84fbdc895142" rel="stylesheet" crossOrigin="anonymous" />Note: The identifier in the URL corresponds to your project's unique Kit ID, which you can configure in your dashboard settings.
If you do not want to load a font bundle, you can request and render individual SVG files directly via <img> tags or raw references:
<img src="https://cdn.iconweuse.com/svg/k4z9rm2tq1/regular/home.svg" alt="Home Icon" />Customize how the CDN delivers your icons by adding query parameters to your requests:
All CDN requests are cached across regional edge nodes. This ensures sub-millisecond response times for global users. When you deploy updates to your custom kits, our CDN automatically invalidates cache layers using stale-while-revalidate headers, delivering updates instantly without downtime.