PHPackages                             legacy-icons/vendor-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/vendor-icons

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

legacy-icons/vendor-icons
=========================

Icons and logos from various vendors of the coding community

1.0.0(10y ago)1416MITCSS

Since Mar 10Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (28)Used By (0)

vendor-icons
============

[](#vendor-icons)

[![NPM version](https://camo.githubusercontent.com/326dab802e8f32ef0ecfa4af4d29f094c0e8baca650cc9f848afcc1cceaa181f/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f76656e646f722d69636f6e732e737667)](https://www.npmjs.org/package/vendor-icons)[![Bower version](https://camo.githubusercontent.com/4c99f0e361445f1b8650fa4c8aa84416dc86af08e34d26b880898a953e945906/68747470733a2f2f696d672e736869656c64732e696f2f626f7765722f762f76656e646f722d69636f6e732e737667)](http://bower.io/search/?q=vendor-icons)[![Packagist version](https://camo.githubusercontent.com/679998c47e1efbf01dfdb123bb5474fd9479a224b59a14a19bd716aeb81bd5c2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c65676163792d69636f6e732f76656e646f722d69636f6e732e737667)](https://packagist.org/packages/legacy-icons/vendor-icons)[![Nuget version](https://camo.githubusercontent.com/ff0b43b1a2f90ea563109eaea2be9d8429c8e66825bf6a121ea7d5688e467ff9/68747470733a2f2f696d672e736869656c64732e696f2f6e756765742f762f76656e646f722d69636f6e732e737667)](https://www.nuget.org/packages/vendor-icons/)

[![Dependency Status](https://camo.githubusercontent.com/43bdc7f686d36810b194117098f5c7c4dc22828cf2b2c1ef5d86441b628fec33/68747470733a2f2f696d672e736869656c64732e696f2f64617669642f6465762f6c65676163792d69636f6e732f76656e646f722d69636f6e732e737667)](https://david-dm.org/legacy-icons/vendor-icons)[![Build Status](https://camo.githubusercontent.com/0957023de567c2fc95b589017c3b5ed345582b4b99a2e3f00b1562faa6b5cd1b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c65676163792d69636f6e732f76656e646f722d69636f6e732e737667)](https://travis-ci.org/legacy-icons/vendor-icons)

About
-----

[](#about)

Icons and logos from various vendors of the coding community. While the project is opened to new icons, its author admits the project is kind of orientated towards JavaScript / Web &amp; HTML5 / HybridApps.

This project just provides icons from various projects. 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/vendor-icons/master/dist/sprite-32x32/vendor-icons.png)](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/sprite-32x32/vendor-icons.png)[![Spritesheet](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/sprite-16x16/vendor-icons.png)](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/sprite-16x16/vendor-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 vendor-icons

### Get the package with Bower

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

> bower install vendor-icons

### Get the package with Composer / Packagist

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

> composer require legacy-icons/vendor-icons

### Get the package with NuGet

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

> Install-Package vendor-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 `css3` and `html5` icons in a spritesheet, you just have to fork this project, point your CLI to the working directory, empty the `src` directory, except `css3` and `html5` 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 "vendor-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.

This project is meant to follow any kind of "upstream-design". Let's say NPM creates a Github repository to host SVG/EPS/AI for the NPM logo, then `vendor-icons`'s vocation would be to create a workflow to take the repository as a source for the NPM icon. Each project and/or company handles graphic assets in different manners, and then, `vendor-icons` can not give general guidelines for use or licensing, since each icon may have its own guidelines/policy/license.

Please refer the rightful owners in case you don't know whether your use of any icon is legit or not.

The icons are borrowed from the following projects:

- [![Air](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/air.png) Air](https://get.adobe.com/air/)
- [![Android](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/android.png) Android](https://www.android.com/)
- [![AngularJS](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/angular.png) AngularJS](https://angularjs.org/)
- [![Apache](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/apache.png) Apache](http://httpd.apache.org/)
- [![Atom Editor](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/atom.png) Atom Editor](https://atom.io/)
- [![Backbone.js](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/backbone.png) Backbone.js](http://backbonejs.org/)
- [![BitBucket](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/bitbucket.png) BitBucket](https://bitbucket.org/)
- [![BlackBerry](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/blackberry.png) BlackBerry](http://global.blackberry.com/)
- [![Bootstrap](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/bootstrap.png) Bootstrap](http://getbootstrap.com/)
- [![Bower](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/bower.png) Bower](http://bower.io/)
- [![C++](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/c.png) C++](http://en.wikipedia.org/wiki/C%2B%2B)
- [![Chai](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/chai.png) Chai](http://chaijs.com/)
- [![Chrome](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/chrome.png) Chrome](https://www.google.com/chrome/browser/desktop/index.html)
- [![Chromium](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/chromium.png) Chromium](https://www.chromium.org/)
- [![Code Climate](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/code-climate.png) Code Climate](https://codeclimate.com/)
- [![CodeIgniter](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/codeigniter.png) CodeIgniter](https://codeigniter.com/)
- [![CodeMirror](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/codemirror.png) CodeMirror](http://codemirror.net/)
- [![Codepen](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/codepen.png) Codepen](http://codepen.io/)
- [![Composer](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/composer.png) Composer](https://getcomposer.org/)
- [![Cordova](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/cordova.png) Cordova](http://cordova.apache.org/)
- [![CouchDB](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/couchdb.png) CouchDB](http://couchdb.apache.org/)
- [![Coveralls](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/coveralls.png) Coveralls](https://coveralls.io/)
- [![CSS3](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/css3.png) CSS3](http://www.w3.org/Style/CSS/)
- [![David-DM](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/david-dm.png) David-DM](https://david-dm.org/)
- [![Debian](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/debian.png) Debian](https://www.debian.org/)
- [![Django](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/django.png) Django](https://www.djangoproject.com/)
- [![Drupal](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/drupal.png) Drupal](https://www.drupal.org/)
- [![EditorConfig](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/editorconfig.png) EditorConfig](http://editorconfig.org/)
- [![Fedora](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/fedora.png) Fedora](https://getfedora.org/)
- [![Firefox Developer Edition](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/firefox-dev.png) Firefox Developer Edition](https://www.mozilla.org/en-US/firefox/developer/)
- [![Firefox OS](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/firefox-os.png) Firefox OS](https://www.mozilla.org/en/firefox/os/)
- [![Firefox](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/firefox.png) Firefox](https://www.mozilla.org/firefox/)
- [![Flash](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/flash.png) Flash](https://get.adobe.com/flashplayer/)
- [![Flattr](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/flattr.png) Flattr](https://flattr.com/)
- [![Font-Awesome](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/font-awesome.png) Font-Awesome](http://fortawesome.github.io/Font-Awesome/)
- [![Git](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/git.png) Git](http://git-scm.com/)
- [![Gitbook](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/gitbook.png) Gitbook](https://www.gitbook.com/)
- [![Github](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/github.png) Github](https://github.com/)
- [![Gitlab](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/gitlab.png) Gitlab](https://about.gitlab.com/)
- [![GNU](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/gnu.png) GNU](https://www.gnu.org/)
- [![Gradle](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/gradle.png) Gradle](https://gradle.org/)
- [![Grunt](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/grunt.png) Grunt](http://gruntjs.com/)
- [![GTK](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/gtk.png) GTK](http://www.gtk.org/)
- [![Gulp](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/gulp.png) Gulp](http://gulpjs.com/)
- [![H5BP](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/h5bp.png) H5BP](https://html5boilerplate.com/)
- [![HBase](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/hbase.png) HBase](http://hbase.apache.org/)
- [![HTML5](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/html5.png) HTML5](http://www.w3.org/TR/html5/)
- [![Humans.txt](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/humans-txt.png) Humans.txt](http://humanstxt.org/)
- [![Internet Explorer](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/ie.png) Internet Explorer](http://windows.microsoft.com/en-us/internet-explorer/download-ie)
- [![Inch-CI](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/inch-ci.png) Inch-CI](https://inch-ci.org/)
- [![iOS](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/ios.png) iOS](https://www.apple.com/ios/)
- [![Java](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/java.png) Java](https://www.java.com/)
- [![Jekyll](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/jekyll.png) Jekyll](http://jekyllrb.com/)
- [![jQuery](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/jquery.png) jQuery](http://jquery.com/)
- [![JSBin](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/jsbin.png) JSBin](http://jsbin.com)
- [![JSON](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/json.png) JSON](http://json.org/)
- [![Linux](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/linux.png) Linux](https://www.kernel.org/)
- [![Lo-Dash](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/lodash.png) Lo-Dash](http://lodash.com/)
- [![Lua](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/lua.png) Lua](http://www.lua.org/)
- [![MariaDB](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/mariadb.png) MariaDB](https://mariadb.org/)
- [![Marionette](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/marionette.png) Marionette](http://marionettejs.com/)
- [![Markdown](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/markdown.png) Markdown](http://daringfireball.net/projects/markdown/)
- [![MDN](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/mdn.png) MDN](https://developer.mozilla.org/)
- [![Mocha](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/mocha.png) Mocha](http://mochajs.org/)
- [![Modernizr](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/modernizr.png) Modernizr](http://modernizr.com/)
- [![MongoDB](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/mongodb.png) MongoDB](https://www.mongodb.org/)
- [![MySQL](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/mysql.png) MySQL](http://www.mysql.com/)
- [![Nginx](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/nginx.png) Nginx](http://nginx.org/)
- [![Node.js](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/nodejs.png) Node.js](https://nodejs.org/)
- [![NPM](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/npm.png) NPM](https://www.npmjs.com/)
- [![NuGet](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/nuget.png) NuGet](https://www.nuget.org/)
- [![OpenGL](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/opengl.png) OpenGL](https://www.opengl.org/)
- [![OpenHub](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/openhub.png) OpenHub](https://www.openhub.net/)
- [![Opera](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/opera.png) Opera](http://www.opera.com)
- [![Packagist](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/packagist.png) Packagist](https://packagist.org/)
- [![PEAR](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/pear.png) PEAR](http://pear.php.net/)
- [![Perl](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/perl.png) Perl](https://www.perl.org/)
- [![PhantomJS](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/phantomjs.png) PhantomJS](http://phantomjs.org/)
- [![Phonegap](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/phonegap.png) Phonegap](http://phonegap.com/)
- [![PHP](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/php.png) PHP](http://php.net/)
- [![Polymer](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/polymer.png) Polymer](https://www.polymer-project.org/)
- [![PostgreSQL](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/postgresql.png) PostgreSQL](http://www.postgresql.org/)
- [![Python](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/python.png) Python](https://www.python.org/)
- [![Qt](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/qt.png) Qt](http://www.qt.io/)
- [![React](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/react.png) React](https://facebook.github.io/react/)
- [![Redis](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/redis.png) Redis](http://redis.io/)
- [![Require.js](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/requirejs.png) Require.js](http://requirejs.org/)
- [![Ruby](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/ruby.png) Ruby](http://rubyonrails.org/)
- [![RubyGems](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/rubygems.png) RubyGems](https://rubygems.org/)
- [![Safari](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/safari.png) Safari](https://www.apple.com/safari/)
- [![SourceForge](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/sourceforge.png) SourceForge](http://sourceforge.net/)
- [![SourceGraph](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/sourcegraph.png) Sourcegraph](https://sourcegraph.com/)
- [![Sqlite](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/sqlite.png) Sqlite](https://www.sqlite.org/)
- [![SVG](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/svg.png) SVG](http://www.w3.org/Graphics/SVG/)
- [![SVN/Subversion](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/svn.png) SVN/Subversion](https://subversion.apache.org/)
- [![Symfony](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/symfony.png) Symfony](http://symfony.com/)
- [![Stack Overflow](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/stack-overflow.png) Stack Overflow](http://stackoverflow.com/)
- [![Titanium](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/titanium.png) Titanium](http://www.appcelerator.com/product/)
- [![Tizen](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/tizen.png) Tizen](https://www.tizen.org)
- [![Travis-CI](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/travis-ci.png) Travis-CI](https://travis-ci.org/)
- [![Unity](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/unity.png) Unity](http://unity3d.com/)
- [![Ubuntu](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/ubuntu.png) Ubuntu](http://www.ubuntu.com/)
- [![VersionEye](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/versioneye.png) VersionEye](https://www.versioneye.com/)
- [![W3C](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/w3c.png) W3C](http://www.w3.org/)
- [![WebGL](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/webgl.png) WebGL](https://www.khronos.org/webgl/)
- [![WebKit](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/webkit.png) WebKit](https://www.webkit.org/)
- [![WHATWG](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/whatwg.png) WHATWG](https://whatwg.org/)
- [![Windows 8](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/windows8.png) Windows 8](http://windows.microsoft.com/en-us/windows-8)
- [![WordPress](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/xamarin.png) Xamarin](http://xamarin.com/)
- [![Xamarin](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/wordpress.png) WordPress](https://wordpress.org/)
- [![Yeoman](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/yeoman.png) Yeoman](http://yeoman.io/)
- [![Zend](https://raw.githubusercontent.com/legacy-icons/vendor-icons/master/dist/32x32/zend.png) Zend](http://framework.zend.com/)

### 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

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 97.9% 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 ~13 days

Recently: every ~30 days

Total

27

Last Release

3785d ago

Major Versions

0.5.1 → 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 (189 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-vendor-icons/health.svg)

```
[![Health](https://phpackages.com/badges/legacy-icons-vendor-icons/health.svg)](https://phpackages.com/packages/legacy-icons-vendor-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.3M428](/packages/matthiasmullie-minify)[scssphp/scssphp

scssphp is a compiler for SCSS written in PHP.

62929.3M293](/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)
