Documentation
Voxez is a free and open-source icon library designed for modern websites and web applications. Add the CDN link and start using icons instantly.
Installation
Add the stylesheet below inside the <head> tag of your HTML document.
index.html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/parsaasadzadeh/voxez@master/style.css" />
Quick Start
The fastest way is the CDN link. Paste it into the <head> of any HTML page.
index.html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/parsaasadzadeh/voxez@master/style.css" />
For production apps, self-host the assets so you're not dependent on CDN uptime.