Grulla Software Icons
Official open source Font icon library with over 2,358 icons.
Explore Icons »
Grulla Software official page
·
Grulla Software on GitHub
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 ✌🤩
Authors ✒️
People who helped build the project from its inception
- Marvin Calvo Acuña - Software Development - marvinjesus
- Marvin Calvo Acuña - Documentation - marvinjesus
License 📄
This project is licensed under the ISC License - see the file LICENSE.md for details.