// LICENSES

Icon Library Licenses
Official Guide (2026)

Can you use these icon libraries in commercial projects? Do you need to provide attribution? This page covers the official license for every major icon library with direct links to the official license files on GitHub.

// TL;DR — All major icon libraries are free for commercial use. Only Remix Icon requires attribution.

QUICK COMPARISON

LibraryLicenseCommercial UseAttribution RequiredOfficial Source
Lucide IconsISC✓ Yes✓ Not requiredGitHub →
HeroiconsMIT✓ Yes✓ Not requiredGitHub →
Tabler IconsMIT✓ Yes✓ Not requiredGitHub →
Phosphor IconsMIT✓ Yes✓ Not requiredGitHub →
Remix IconApache 2.0✓ Yes⚠ RequiredGitHub →
Bootstrap IconsMIT✓ Yes✓ Not requiredGitHub →
Feather IconsMIT✓ Yes✓ Not requiredGitHub →
Radix IconsMIT✓ Yes✓ Not requiredGitHub →

DETAILED LICENSE BREAKDOWN

Lucide Icons

ISC
✓ Commercial use✓ No attribution

ISC license is functionally identical to MIT. Free for commercial use, no attribution required.

Heroicons

MIT
✓ Commercial use✓ No attribution

MIT licensed by Tailwind Labs. Free for personal and commercial use. No attribution required.

Tabler Icons

MIT
✓ Commercial use✓ No attribution

MIT licensed. Free for commercial use. No attribution required. Can modify and redistribute.

Phosphor Icons

MIT
✓ Commercial use✓ No attribution

MIT licensed. Free for personal and commercial use without attribution.

Remix Icon

Apache 2.0
✓ Commercial use⚠ Attribution required

Apache 2.0 license. Free for commercial use. Attribution required — you must include a notice that icons are from Remix Icon.

Bootstrap Icons

MIT
✓ Commercial use✓ No attribution

MIT licensed by the Bootstrap team. Free for commercial use. No attribution required.

Feather Icons

MIT
✓ Commercial use✓ No attribution

MIT licensed. Free for commercial use. Note: Feather Icons is no longer maintained. Consider migrating to Lucide.

Radix Icons

MIT
✓ Commercial use✓ No attribution

MIT licensed by WorkOS. Free for commercial use. No attribution required.

Frequently Asked Questions

Can I use Heroicons in a commercial project?

Yes. Heroicons is MIT licensed by Tailwind Labs. You can use it freely in any personal or commercial project without attribution. The license is available on the official GitHub repository at github.com/tailwindlabs/heroicons.

Can I use Tabler Icons commercially?

Yes. Tabler Icons is MIT licensed. You can use all 5,500+ icons in commercial projects without attribution. The MIT license is confirmed on the official GitHub repository.

Does Remix Icon require attribution?

Yes. Remix Icon uses the Apache 2.0 license which requires attribution. You must include a notice that the icons are from Remix Icon. All other major icon libraries on this list do not require attribution.

What is the difference between MIT and ISC license for icons?

For practical purposes there is no difference. Both MIT and ISC licenses allow free use in commercial projects, modification, and distribution without attribution. Lucide Icons uses the ISC license which is functionally identical to MIT.

Can I modify MIT licensed icons?

Yes. MIT license explicitly allows modification. You can change colors, sizes, stroke widths, and shapes of any MIT-licensed icon. You can also create derivative works and distribute them.

Do I need to include license files when using icon libraries?

When distributing software that includes icon libraries as bundled assets, you should include the license file. However, for most web applications where icons are loaded as npm packages, the license files are included in node_modules automatically and no additional action is required.

EXPLORE LIBRARIES

Lucide IconsISCHeroiconsMITTabler IconsMITPhosphor IconsMITRemix IconApache 2.0Bootstrap IconsMITFeather IconsMITRadix IconsMIT