getting-started

Install Voxez

Add a single CDN link to your project and start using Voxez icons instantly. No packages, no build tools, and no configuration required.

index.html
<!-- Add Voxez to your <head> -->
<link rel="stylesheet"
  href="https://cdn.jsdelivr.net/gh/parsaasadzadeh/voxez@master/style.css"
/>
usage.html
<!-- Use any icon class -->
<i class="vx-home"></i>
<i class="vx-search"></i>
<i class="vx-heart"></i>

<!-- Style with CSS -->
<i class="vx-star" style="font-size: 24px; color: #8b5cf6;"></i>