Skip to content

Calling Icons

Roy edited this page Oct 11, 2020 · 8 revisions

Calling an icon

You can see the complete code list at neuicons.com.

<i class="neu-activity"></i>

You can change the activity with other icons name.

HTML doc example.

<!DOCTYPE html>

<html lang="en">

  <title>Neu Test</title>
  
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/neuicons/css/neu.min.css">

  <body>
    <!-- example icon -->
    <i class="neu-squid" style="font-size: 24px;"></i> 
  </body>

</html>

Or play around with this Codepen template.


Icon style

Currently, Neuicons have 2 option styles to match your project. Line and Solid are your best friend.

Line

Simply call the icon names on your project with prefix neu-.

For example, neu-factory it will call the factory Line style icon on your project.

Solid

For the Solid style, the name itself for all of the icons are remains the same. The difference is how you call it.

You can just add the so- prefix after neu-. For example, neu-so-factory it will call the factory Solid style icon on your project.

When you call the icon name the same as the Line one using the prefix so- but it does not show up. That means the Solid icon style is not available yet at this moment. Feel free to check all of the available icons on the Neuicons website.

Categories

  • Accessibility 23 icons
  • Animal 25 icons
  • Arrow 30 icons
  • Brand 31 icons
  • Building 38 icons
  • Business and Finance 90 icons
  • Design 89 icons
  • Development 48 icons
  • Ecommerce 46 icons
  • Emoji 20 icons
  • Fashion 85 icons
  • File 48 icons
  • Food 57 icons
  • Furniture 50 icons
  • Game 48 icons
  • Gesture 32 icons
  • Holiday 55 icons
  • Interface 323 icons
  • Kitchen 30 icons
  • Medical 35 icons
  • Music 45 icons
  • Nature 25 icons
  • Space 25 icons
  • Sports 35 icons
  • Technology 30 icons
  • Text 35 icons
  • Transportation 25 icons
  • Users 35 icons
  • Weather 50 icons
Clone this wiki locally