Custom Icons

The Leadx theme utilizes Remixicon and custom FlatIcon icons to enhance the visual experience. You can manually use these icons by referencing the resources below.


1. Using Remixicon Icons

You can explore and use Remixicon icons from their official website:
🔗 Remixicon Website

Example Usage in HTML:

<i class="ri-home-line"></i> Home
<i class="ri-phone-fill"></i> Call Us
<i class="ri-heart-fill"></i> Favorite


Final Notes

  • Remixicon icons can be directly referenced using their class names.
  • You can customize the icons using CSS for size, spacing, and color adjustments.