Skip to content

griddy-icons/griddy-icons

Repository files navigation

Griddy Icons

Griddy Icons is a free, open-source icon library with a unique utilitarian vibe ready for your next project.

✨ Features

  • 1,145 icons and counting
  • 2 styles: Line and Filled
  • Designed at 24 × 24px
  • Optimized for 16px–48px scaling

🔗 More Information

Visit griddyicons.com to learn more.

Installation

npm install griddy-icons
# or
yarn add griddy-icons
# or
pnpm add griddy-icons

Usage

import { Activity } from "griddy-icons";

const App = () => {
  return (
    <div>
      <Activity size={32} filled />
    </div>
  );
};

Configuration

Icons accept standard SVG props plus:

  • size: width and height (default: "24px")
  • filled: boolean (default: false)
  • color: stroke/fill color (default: "currentColor")

License

MIT © Griddy Icons

About

Lightweight icon library

Resources

License

Stars

167 stars

Watchers

3 watching

Forks

Packages

 
 
 

Contributors