Menu

Post image 1
Post image 2
Post image 3
Post image 4
1 / 4
0

I Built an SVG Icon Library Because I Was Tired of Installing Heavy Packages

DEV Community·Bidyut Kundu·20 days ago
#oblMUX4e
Reading 0:00
15s threshold
Cover image for I Built an SVG Icon Library Because I Was Tired of Installing Heavy Packages

Bidyut Kundu

Over the past few years of building frontend projects, one thing kept bothering me — installing large icon packages just to use a handful of icons.

Most of the time, I only needed the actual SVG or component source code so I could customize it freely without adding extra dependencies or increasing bundle size.

So I started building Next Icons.

It’s a growing collection of 500+ modern SVG icons that developers can simply copy, paste, and use instantly in their projects.

The main goal was simplicity:

  • No package installation
  • No setup
  • Clean source code
  • Easy customization
  • Developer-friendly experience

I’m actively improving the project every day by adding more icons, categories, and better search/navigation.

Would genuinely love feedback from the developer community

Website: https://nexticons.in
Icons: https://nexticons.in/icons

Read More