PHPackages                             legacy-icons/license-icons - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. legacy-icons/license-icons

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

legacy-icons/license-icons
==========================

Icons and logos from various licenses of the coding community

1.0.0(10y ago)6148MITJavaScript

Since Apr 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/legacy-icons/license-icons)[ Packagist](https://packagist.org/packages/legacy-icons/license-icons)[ Docs](https://github.com/legacy-icons/license-icons)[ RSS](/packages/legacy-icons-license-icons/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (10)Used By (0)

license-icons
=============

[](#license-icons)

[![NPM version](https://camo.githubusercontent.com/5ba6004a1d26a3b5833c0c568e0d62259bb76d1ff370bb8ca088a09176c5392e/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f6c6963656e73652d69636f6e732e737667)](https://www.npmjs.org/package/license-icons)[![Bower version](https://camo.githubusercontent.com/3241052a7ad1f13b9e9eea8199231a76be1f34f813398aa3f7b8ae9a496e1562/68747470733a2f2f696d672e736869656c64732e696f2f626f7765722f762f6c6963656e73652d69636f6e732e737667)](http://bower.io/search/?q=license-icons)[![Packagist version](https://camo.githubusercontent.com/2843e064ebc84a21a96bc3db3607158003de215d5c43fd333288736e774d1b7d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c65676163792d69636f6e732f6c6963656e73652d69636f6e732e737667)](https://packagist.org/packages/legacy-icons/license-icons)[![Nuget version](https://camo.githubusercontent.com/5eaa2a200ef5a8febb9016a3e979715739601c32092963cab6d6840a2fc05756/68747470733a2f2f696d672e736869656c64732e696f2f6e756765742f762f6c6963656e73652d69636f6e732e737667)](https://www.nuget.org/packages/license-icons/)

[![Dependency Status](https://camo.githubusercontent.com/0f2cf9ec86713437ec3597c03444a885175c09b5f9f7aa25009b6b646298f3d8/68747470733a2f2f696d672e736869656c64732e696f2f64617669642f6465762f6c65676163792d69636f6e732f6c6963656e73652d69636f6e732e737667)](https://david-dm.org/legacy-icons/license-icons)[![Build Status](https://camo.githubusercontent.com/29765e9b2b28cbc81a0c822fa7fdf071cba9af56746712e5a43b35bbb0ed9d53/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c65676163792d69636f6e732f6c6963656e73652d69636f6e732e737667)](https://travis-ci.org/legacy-icons/license-icons)

About
-----

[](#about)

Icons and logos from various vendors of the coding community.

This project just provides icons from various licenses. All icons are made available through the following dimensions (in pixels):

- 16x16
- 32x32
- 48x48
- 64x64
- 96x96
- 128x128
- 256x256

CSS spritesheets
----------------

[](#css-spritesheets)

You can insert the icons directly into your HTML with a common IMG tag:

```

```

In addition to the icons by themselves, this project also ships a CSS spritesheet for the icon-pack. This spritesheet allows to load the entire icon-pack in just 1 image, and thus reduce HTTP calls.

This is what it actually looks:

[![Spritesheet](https://raw.githubusercontent.com/legacy-icons/license-icons/master/dist/sprite-32x32/license-icons.png)](https://raw.githubusercontent.com/legacy-icons/license-icons/master/dist/sprite-32x32/license-icons.png)[![Spritesheet](https://raw.githubusercontent.com/legacy-icons/license-icons/master/dist/sprite-16x16/license-icons.png)](https://raw.githubusercontent.com/legacy-icons/license-icons/master/dist/sprite-16x16/license-icons.png)

All the positioning of the icons inside this alone image is made through CSS, which allows you to just add block-type tags with the proper class and get the same result:

```

```

Just remember to add the CSS stylesheet to the HEAD of your HTML page!

Install
-------

[](#install)

### Get the package with NPM

[](#get-the-package-with-npm)

> npm install license-icons

### Get the package with Bower

[](#get-the-package-with-bower)

> bower install license-icons

### Get the package with Composer / Packagist

[](#get-the-package-with-composer--packagist)

> composer require legacy-icons/license-icons

### Get the package with NuGet

[](#get-the-package-with-nuget)

> Install-Package license-icons

Build the whole project or your custom project
----------------------------------------------

[](#build-the-whole-project-or-your-custom-project)

We use [Gulp](http://gulpjs.com/) to build the project, so if you want to re-build or customize this project, you'll need Gulp.

After gulp is installed, and your CLI is pointed to your work directory, first install the dependencies:

**with NPM 2.x.x**

> npm install

**with NPM 3.x.x** (resolve dependencies for `node-spritesheet` before this module's ones)

> npm install grunt grunt-contrib-coffee grunt-contrib-clean

> npm install

then be sure that you have *[ImageMagick](http://www.imagemagick.org/script/binary-releases.php)* installed for building spritesheet.

then, you can run the `gulp build` task to build the project:

> gulp build

### What the build task does?

[](#what-the-build-task-does)

First, it takes PNG files from the `src` folder, and pastes them to the `dist` folder.

Then it creates a spritesheet from the PNG images located in the `src` folder, and thus creates the `sprite` folder in `dist`.

If, for example you just want `bsd` and `mit` icons in a spritesheet, you just have to fork this project, point your CLI to the working directory, empty the `src` directory, except `bsd` and `mit` icons in PNG format, and then run the `gulp build` task.

You'll get the proper spritesheet and copies of the icons directly in the `dist` folder.

License
-------

[](#license)

Each icon in this project belong to its original author, and for most of them, they are copyrighted. Some of these icons may not match their project's official icon/logo.

Actually, this icon set is quite opinionated, but is definitely open to improvements, or critics.

Please note that the project "license-icons" does not consider these icons as free-to-use by default: if you want to use these icons in your project, you may|shall|should|must check with the rightful owners that your use of the icon is OK.

The icons are borrowed from the following projects:

- [![Apache](https://raw.githubusercontent.com/legacy-icons/license-icons/master/dist/32x32/apache.png) Apache](https://www.apache.org/licenses/LICENSE-2.0)
- [![BSD](https://raw.githubusercontent.com/legacy-icons/license-icons/master/dist/32x32/bsd.png) BSD](http://opensource.org/licenses/BSD-3-Clause)
- [![Copyleft](https://raw.githubusercontent.com/legacy-icons/license-icons/master/dist/32x32/copyleft.png) Copyleft](https://www.gnu.org/copyleft/copyleft.en.html)
- [![GPL](https://raw.githubusercontent.com/legacy-icons/license-icons/master/dist/32x32/gpl.png) GPL](https://www.gnu.org/licenses/gpl-3.0.en.html)
- [![MIT](https://raw.githubusercontent.com/legacy-icons/license-icons/master/dist/32x32/mit.png) MIT](http://opensource.org/licenses/MIT)
- [![Mozilla MPL](https://raw.githubusercontent.com/legacy-icons/license-icons/master/dist/32x32/mozilla.png) Mozilla MPL](https://www.mozilla.org/MPL/)
- [![Open Source](https://raw.githubusercontent.com/legacy-icons/license-icons/master/dist/32x32/open-source.png) Open Source](http://opensource.org/licenses)
- [![Public domain](https://raw.githubusercontent.com/legacy-icons/license-icons/master/dist/32x32/public-domain.png) Public domain](http://en.wikipedia.org/wiki/Public_domain)
- [![WTFPL](https://raw.githubusercontent.com/legacy-icons/license-icons/master/dist/32x32/wtfpl.png) WTFPL](http://www.wtfpl.net/)

### About the rest (all this repository but the icons)

[](#about-the-rest-all-this-repository-but-the-icons)

All the content of this repository (excepted the icon pack) is licensed under the [MIT license](http://opensource.org/licenses/MIT).

Though, it is just composed a few trivial json files and a Readme.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 91.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~40 days

Recently: every ~79 days

Total

9

Last Release

3785d ago

Major Versions

0.2.6 → 1.0.02016-02-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/01b906db10aefb2fe1be1fdbaa69ad645d268ba4270d27a97b60ec7f5b7be6af?d=identicon)[T1st3](/maintainers/T1st3)

---

Top Contributors

[![t1st3](https://avatars.githubusercontent.com/u/1469638?v=4)](https://github.com/t1st3 "t1st3 (41 commits)")[![greenkeeperio-bot](https://avatars.githubusercontent.com/u/14790466?v=4)](https://github.com/greenkeeperio-bot "greenkeeperio-bot (4 commits)")

---

Tags

csspngiconvendorspritesheet

### Embed Badge

![Health badge](/badges/legacy-icons-license-icons/health.svg)

```
[![Health](https://phpackages.com/badges/legacy-icons-license-icons/health.svg)](https://phpackages.com/packages/legacy-icons-license-icons)
```

###  Alternatives

[matthiasmullie/minify

CSS &amp; JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.

2.0k32.3M424](/packages/matthiasmullie-minify)[scssphp/scssphp

scssphp is a compiler for SCSS written in PHP.

62929.3M291](/packages/scssphp-scssphp)[tubalmartin/cssmin

A PHP port of the YUI CSS compressor

23142.7M63](/packages/tubalmartin-cssmin)[wikimedia/less.php

PHP port of the LESS processor

12328.7M118](/packages/wikimedia-lessphp)[jkphl/iconizr

A PHP command line tool for converting SVG images to a set of CSS icons (SVG &amp; PNG, single icons and / or CSS sprites) with support for image optimization and Sass output

4869.0k](/packages/jkphl-iconizr)[legacy-icons/famfamfam-flags

FamFamFam Flags icon pack, as individual icons or as a CSS spritesheet

6819.3k1](/packages/legacy-icons-famfamfam-flags)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
