Skip to content

Icons

Nexgen ships with two popular icon libraries, giving you thousands of icons to use anywhere in your markup — in buttons, feature lists, contact details, and more. This article shows how to reference an icon and where to find the class name you need.

Each library renders through an <i> tag with the library’s class names:

Simple Line Icons
<i class="icon-user"></i>
<i class="icon-settings"></i>
<i class="icon-envelope"></i>
Font Awesome
<i class="fa-solid fa-camera"></i>
<i class="fa-regular fa-heart"></i>
<i class="fa-brands fa-github"></i>