Map npm package names to simple-icons SVG icons

npm install very-simple-icons simple-icons
Playground

Try it

Enter a package name above to see its icon
Paste a package.json and click Analyze
Under the hood

How it works

01

Normalize the name

Strips version suffixes and extracts the org scope from packages like @tanstack/react-query → tries tanstack first.

02

Apply overrides

A curated map handles edge cases: react-domreact, nodenodedotjs, nextnextdotjs.

03

Resolve the icon

Tries each slug candidate against simple-icons. Returns the first match or undefined.