Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

grulla-software-icons

Grulla-Software16MIT1.0.3

Icons Grulla Software

Grulla Software, icons, reactjs-icons, react-icons, icons reactjs, icons react

readme

npm Price License: ISC GitHub package version

Gulla Software logo

Grulla Software Icons

Official open source Font icon library with over 2,358 icons.
Explore Icons »

Grulla Software official page · Grulla Software on GitHub

Icons preview

Install 🔧

Grulla Software Icons are packaged up and published to npm. We only include the processed fonts in this package—it's up to you and your team to implement. Read our docs for usage instructions.

npm install icons-reactjs --save 

For those using CDN you can install Icons via file CSS3:

@import url("https://cdn.jsdelivr.net/npm/grulla-software-icons@1.0.3/font/icons.css");

For those using CDN you can install Icons via file HTML5:

<!DOCTYPE html>
<html lang="en">
  <head>
    <link href="https://cdn.jsdelivr.net/npm/grulla-software-icons@1.0.3/font/icons.css" rel="stylesheet"  crossorigin="anonymous">
  </head>
  ...

Usage via HTML5 via CDN: 🚀

<!DOCTYPE html>
<html lang="en">
  <head>
    <link href="https://cdn.jsdelivr.net/npm/grulla-software-icons@1.0.3/font/icons.css" rel="stylesheet"  crossorigin="anonymous">
  </head>
  <body>
        <i class="i i-github" style="color: cornflowerblue; font-size: 2rem;"></i>
  </body>
</html>

Usage via CSS via CDN: 🚀

In CSS:

import url("https://cdn.jsdelivr.net/npm/grulla-software-icons@1.0.3/font/icons.css");

In HTML:

<!DOCTYPE html>
<html lang="en">
  <body>
        <i class="i i-github" style="color: cornflowerblue; font-size: 2rem;"></i>
  </body>
</html>

Thanks to ✌🤩

fontello.com

Authors ✒️

People who helped build the project from its inception

License 📄

This project is licensed under the ISC License - see the file LICENSE.md for details.