Licensing

The short version

Every one of the 8,584 icons is free: outline, twotone, bold and bulk. Commercial use included, closed source included.

There is no paid tier of this icon set, and none planned. No account, no licence key, no seats, and no build that ships less than the published one.

One thing is asked in return: credit the upstream artwork. The drawings are derived from Solar Icon Set by 480 Design (1,055 icons, CC BY 4.0) and Iconsax by Vuesax (909 icons). CC BY 4.0 is an attribution licence, so a line like this goes wherever you keep third-party notices:

Icons from Devigner Icons, derived from Solar Icon Set by 480 Design (CC BY 4.0) and Iconsax by Vuesax. Modified.

The code around the artwork (components, CLI, search) is MIT. See ATTRIBUTION.md.

What ships

Included
Icons All 8,584
Outline, twotone, bold, bulk Every icon
Semantic search Full, in the browser and the CLI
CLI Every command
TypeScript types Full
Tree shaking Yes
Licence MIT code, CC BY 4.0 artwork

Per-icon metadata

Each icon still records which styles are free for it, so consumers read the data rather than assume:

JSON
{
  "name": "ShoppingCart",
  "freeStyles": ["outline", "twotone", "bold", "bulk"],
  "proStyles": []
}

proStyles is empty for every icon. It is kept because reading it is what makes the website's screened cells and the CLI stay correct without a code change if anything is ever sold again.

Terminal
npx @devigner-ui/icons info ShoppingCart

History

Bulk used to be sold on 1,682 of the icons, free on the other 282. That gate was a build step rather than a runtime check: the free build had the bulk artwork deleted from the bundle, because a licence check with the drawings still sitting next to it gates nobody.

It is gone. There is one build now, and scripts/artwork-check.mjs verifies that every component in it kept all three of its drawing branches.

FAQ

Can I use this commercially? Yes, in closed-source and paid products, with no seat count. Credit Solar Icon Set and Iconsax in your third-party notices; that is the only condition.

Do I have to open source my project? No. CC BY 4.0 asks for attribution, not for share-alike.

Can I use the logo icons (Apple, Google, Figma, and the crypto marks)? Those are trademarks, and no licence here grants a right to them. Referring to a company with its own logo is usually fine; implying endorsement or using it in your own branding is not. Check the owner's brand guidelines.

Is any icon or style held back? No. All 8,584 icons are in the published package.

Is anything planned to cost money? No. There is one package and one build, and everything in it is free.

Documentation

Browse all 8,584 icons