Skip to content
Roy edited this page Sep 1, 2020 · 4 revisions

Basic usage

If you understand basic knowledge of how NPM and CDN works, you can skip this guide.

You can get the single SVG or PNG file directly on the Neuicons website or if you want to get all of the files including all of the SVG icons, CSS, Webfont, etc. Simply download the latest package here.

Figma

Neuicons is now available on Figma as a component library.

Using CDN

Call the CSS on your HTML file using this address.

https://cdn.jsdelivr.net/npm/neuicons/css/neu.min.css

NPM install

You can skip this step if you want to use the CSS or Webfont file using the CDN

npm i neuicons --save
Clone this wiki locally