The HugeIcons license third party icon depicts a document with a lock and a globe, typically used to represent external or third-party licenses and compliance.
Common uses
- Displaying third-party software licenses
- Indicating compliance with external regulations
- Linking to terms of service for integrated services
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LicenseThirdPartyIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LicenseThirdPartyIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- external licensethird party termscompliance iconglobal license
FAQ
- What does the license third party icon represent?
- This icon represents external or third-party licenses. It's used to signify that a particular component, service, or piece of information is governed by terms outside of your own.
- How do I use the LicenseThirdPartyIcon in React?
- Import both HugeiconsIcon and LicenseThirdPartyIcon, then render the icon using the HugeiconsIcon component with the licenseThirdPartyIcon passed to the 'icon' prop: import { HugeiconsIcon } from '@hugeicons/react'; import { LicenseThirdPartyIcon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={LicenseThirdPartyIcon} />
- What is the license for this icon?
- This icon is released under the MIT license, which allows for free use in both personal and commercial projects with minimal restrictions.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →