Feather
Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency and usability.
Check --- Feather Icon Offical Website
<!-- Use SVG code directly --> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-activity"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline></svg> <!-- OR --> <!-- Use it inside <i> tag --> <i data-feather="activity"></i> <!-- with js code --> <script type="text/javascript"> feather.replace(); </script>
Fontawesome
Get vector icons and social logos on your website with Font Awesome, the web's most popular icon set and toolkit.
Download complete fonts library. Check --- FontAwesome Official Website
<!-- Use fontawesome with a class on i tag directly --> <i class="far fa-address-book"></i>
Copyright © 2021 DesignReset, All rights reserved.
Coded with