PHPackages                             legacy-icons/famfamfam-mini - 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. [Image &amp; Media](/categories/media)
4. /
5. legacy-icons/famfamfam-mini

ActiveLibrary[Image &amp; Media](/categories/media)

legacy-icons/famfamfam-mini
===========================

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

1.0.0(10y ago)181261MITCSS

Since Feb 28Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (16)Used By (1)

famfamfam-mini
==============

[](#famfamfam-mini)

[![NPM version](https://camo.githubusercontent.com/8a82fd036e54fe5b301c64f55a5d124e00fdffa467d42d4090af457655b6c93d/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f66616d66616d66616d2d6d696e692e737667)](https://www.npmjs.org/package/famfamfam-mini)[![Bower version](https://camo.githubusercontent.com/741817a01ead2212c50bc4a6d1a56b2dd905275e1eaacef0dbc31581b050a183/68747470733a2f2f696d672e736869656c64732e696f2f626f7765722f762f66616d66616d66616d2d6d696e692e737667)](http://bower.io/search/?q=famfamfam-mini)[![Packagist version](https://camo.githubusercontent.com/17fe11a6264ef278c772a61474b48f38aa3655e53e0cd8b17a7e442ab70ec8a0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c65676163792d69636f6e732f66616d66616d66616d2d6d696e692e737667)](https://packagist.org/packages/legacy-icons/famfamfam-mini)[![Nuget version](https://camo.githubusercontent.com/1319b45cb10083ea3480a5722c51ff90f080bde01b263869911923d2e4b37602/68747470733a2f2f696d672e736869656c64732e696f2f6e756765742f762f66616d66616d66616d2d6d696e692e737667)](https://www.nuget.org/packages/famfamfam-mini/)

[![Dependency Status](https://camo.githubusercontent.com/3149dac910d96a4b56d3468d5e7ed1c18f42566389ed22b2a7969a02b1c67824/68747470733a2f2f696d672e736869656c64732e696f2f64617669642f6465762f6c65676163792d69636f6e732f66616d66616d66616d2d6d696e692e737667)](https://david-dm.org/legacy-icons/famfamfam-mini)[![Build Status](https://camo.githubusercontent.com/f13aee64698b6a736fa2b571f0a2fb1b36f8ee2df4db3cb0073d6a2af6c86048/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c65676163792d69636f6e732f66616d66616d66616d2d6d696e692e737667)](https://travis-ci.org/legacy-icons/famfamfam-mini)

About
-----

[](#about)

The `Mini` icon pack, as available on [famfamfam website](http://www.famfamfam.com/lab/icons/mini/).

All credits for these icons go to their original author: Mark James ()

The aim of this project is to make this icon pack available through various package managers, such as:

- [NPM](https://npmjs.org)
- [Bower](http://bower.io)
- [Packagist](https://packagist.org)
- [NuGet](https://www.nuget.org)

All icons are supplied in GIF format.

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/famfamfam-mini/master/dist/sprite/famfamfam-mini.png)](https://raw.githubusercontent.com/legacy-icons/famfamfam-mini/master/dist/sprite/famfamfam-mini.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

> npm install famfamfam-mini

Get the package with Bower

> bower install famfamfam-mini

Get the package with Composer / Packagist

> composer require legacy-icons/famfamfam-mini

Get the package with NuGet

> Install-Package famfamfam-mini

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 copies GIF files from the `src` folder, and pastes them to the `dist` folder.

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

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

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

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 93.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 ~51 days

Recently: every ~14 days

Total

15

Last Release

3790d ago

Major Versions

0.3.7 → 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 (67 commits)")[![greenkeeperio-bot](https://avatars.githubusercontent.com/u/14790466?v=4)](https://github.com/greenkeeperio-bot "greenkeeperio-bot (4 commits)")[![jonrandoem](https://avatars.githubusercontent.com/u/6131742?v=4)](https://github.com/jonrandoem "jonrandoem (1 commits)")

---

Tags

gifpngiconminifamfamfamimg

### Embed Badge

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

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

###  Alternatives

[picqer/php-barcode-generator

An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.

1.8k28.4M119](/packages/picqer-php-barcode-generator)[rosell-dk/webp-convert

Convert JPEG &amp; PNG to WebP with PHP

6049.0M63](/packages/rosell-dk-webp-convert)[legacy-icons/famfamfam-flags

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

7019.5k1](/packages/legacy-icons-famfamfam-flags)[yzalis/identicon

Generate unique identicon avatars from any string

6101.2M23](/packages/yzalis-identicon)[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)[intervention/gif

PHP GIF Encoder/Decoder

6128.3M15](/packages/intervention-gif)

PHPackages © 2026

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