Eva Icons
Eva Icons
Eva Icons is a pack of more than 480 beautifully crafted Open Source icons, following the Eva Design System. They are fully customizable, scalable, and can be easily integrated into any web or mobile project to enhance the UI.
Step 1: Install Eva Icons
You can install Eva Icons include it directly via CDN.
Add the following <script> tag inside the <head> of your HTML to include Eva Icons via CDN:
<!-- Using CDN -->
<script src="https://cdn.jsdelivr.net/npm/eva-icons@1.1.3/eva.min.js"></script>
Step 2: Using Eva Icons
Use the <i> tag with the name attribute:
<i data-eva="person-outline"></i>
<i data-eva="bell-outline"></i>
<i data-eva="shopping-cart-outline"></i>
For a complete list of icons and names, visit the Eva Icons website.