PHPackages                             kenangundogan/fontisto - 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. kenangundogan/fontisto

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

kenangundogan/fontisto
======================

Fontisto gives you scalable vector icons that can instantly be customized: size, color, drop shadow and anything that can be done with the power of CSS.

v3.0.4(8y ago)4881.9k↓71.8%48[39 issues](https://github.com/kenangundogan/fontisto/issues)[1 PRs](https://github.com/kenangundogan/fontisto/pulls)MITLess

Since Nov 11Pushed 4y ago20 watchersCompare

[ Source](https://github.com/kenangundogan/fontisto)[ Packagist](https://packagist.org/packages/kenangundogan/fontisto)[ Docs](http://www.fontisto.com/)[ RSS](/packages/kenangundogan-fontisto/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (11)Used By (0)

 [![](https://camo.githubusercontent.com/98d92ddaa1f6f4cd74ff90ad1eb052363cb473d61c1051a7c81854a4eed1683c/687474703a2f2f666f6e746973746f2e636f6d2f6173736574732f696d616765732f666f6e746973746f2d636f7665722d312e706e67)](http://fontisto.com)

 Fontisto gives you scalable vector icons that can instantly be customized: size, color, drop shadow and anything that can be done with the power of CSS.
 [**Fontisto get-started**](http://www.fontisto.com/get-started) · [**Fontisto example**](http://fontisto.com/examples) · [**Fontisto icons**](http://fontisto.com/icons) · [**Fontisto cheatsheet**](http://fontisto.com/icons-cheatsheet)

 [ ![npm](https://camo.githubusercontent.com/d3bb5e01984ab29c43271e4fe5ceb0530c562be5bdcdb5b797b708e467081da1/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f666f6e746973746f2e7376673f7374796c653d666c6174) ](https://www.npmjs.org/package/fontisto)

Fontisto (The iconic font and CSS toolkit)
------------------------------------------

[](#fontisto-the-iconic-font-and-css-toolkit)

Fontisto is a full suite of 616+ pictographic icons for easy scalable vector graphics on websites, created and maintained by [Kenan Gündoğan](https://www.linkedin.com/in/kenangundogan). Stay up to date with the latest release and announcements on Twitter: [@fontisto](http://twitter.com/fontisto).

Get started at

Quick start
-----------

[](#quick-start)

[![Build Status](https://camo.githubusercontent.com/a49d5e9bad85dfa4af4b3dfac85719d822aa70fd1a68de8ac83a13e9a401ceb6/68747470733a2f2f7472617669732d63692e6f72672f6b656e616e67756e646f67616e2f666f6e746973746f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kenangundogan/fontisto)[![npm version](https://camo.githubusercontent.com/2cdd4cfaef662efd5ad01bbd00ce85183d6ea3c62191c9ea0ff2d9a524510465/68747470733a2f2f62616467652e667572792e696f2f6a732f666f6e746973746f2e737667)](https://badge.fury.io/js/fontisto)[![PHP version](https://camo.githubusercontent.com/4e0ad9bb1d8d5f0790822ea89cfbf2cdc699ab783521341098fed20c96c8a7f6/68747470733a2f2f62616467652e667572792e696f2f70682f6b656e616e67756e646f67616e253246666f6e746973746f2e737667)](https://badge.fury.io/ph/kenangundogan%2Ffontisto)[![Meteor Atmosphere](https://camo.githubusercontent.com/8ed0f4b212ac4f6b872c4a1ed2cba55d999b1b153fe8b6a3706b4c39168bf00a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6574656f722d6b656e616e67756e646f67616e2f666f6e746973746f2d626c75652e737667)](https://atmospherejs.com/kenangundogan/fontisto)

- [Download the latest release.](https://codeload.github.com/kenangundogan/fontisto/zip/master)
- Clone the repo: `git clone https://github.com/kenangundogan/fontisto.git`
- Install with [npm](https://www.npmjs.com/package/fontisto): `npm install fontisto`
- Install with [bower](https://bower.io): `bower install fontisto`
- Install with [yarn](https://yarnpkg.com/en/package/fontisto): `yarn add fontisto`
- Install with [composer](https://packagist.org/packages/kenangundogan/fontisto): `composer require kenangundogan/fontisto`
- Install with [meteor](https://atmospherejs.com/kenangundogan/fontisto): `meteor add kenangundogan:fontisto`

What's included
---------------

[](#whats-included)

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations.

#### Outuput File

[](#outuput-file)

```
	css/
	├── fontisto/
		├── fontisto.css
		├── fontisto.css.map
		├── fontisto.min.css
		└── fontisto.min.css.map

```

#### Source File (Sass/Scss)

[](#source-file-sassscss)

```
	sass/
	├── fontisto/
		├── fontisto.scss
		├── _variables.scss
		├── _color.scss
		├── _font.scss
		├── _icons.scss
		├── _animated.scss
		├── _list.scss
		├── _bordered.scss
		├── _rotated.scss
		├── _stacked.scss
		├── _fixed-width.scss
		└── _screen-readers.scss

```

#### Source File (Less)

[](#source-file-less)

```
	less/
	├── fontisto/
		├── fontisto.less
		├── variables.less
		├── color.less
		├── font.less
		├── icons.less
		├── animated.less
		├── list.less
		├── bordered.less
		├── rotated.less
		├── stacked.less
		├── fixed-width.less
		└── screen-readers.less

```

#### Source File (Stylus)

[](#source-file-stylus)

```
	stylus/
	├── fontisto/
		├── fontisto.styl
		├── variables.styl
		├── color.styl
		├── font.styl
		├── icons.styl
		├── animated.styl
		├── list.styl
		├── bordered.styl
		├── rotated.styl
		├── stacked.styl
		├── fixed-width.styl
		└── screen-readers.styl

```

Versioning
----------

[](#versioning)

Fontisto will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

```
..

```

License
-------

[](#license)

- The Fontisto font is licensed under the SIL OFL 1.1:
    -
- Fontisto CSS, LESS, and Sass files are licensed under the MIT License:
    -
- The Fontisto documentation is licensed under the CC BY 3.0 License:
    -
- Attribution is no longer required as of Fontisto 3.0, but much appreciated:
    - `Fontisto by Kenan Gündoğan - http://fontisto.com`
- Full details:

Copyright and license
---------------------

[](#copyright-and-license)

Designed and built by @kenangundogan, @ulasderin and @mstfsnc
2017 Currently - Code licensed [MIT License](https://github.com/kenangundogan/fontisto/blob/master/LICENSE)

 [![](https://camo.githubusercontent.com/4d74c43b1bbf8556e20475d8792de860702724a904326254c78b47f0da00d467/687474703a2f2f666f6e746973746f2e636f6d2f6173736574732f696d616765732f62726f777365722d6164646f6e2d73637265656e2d73686f742f666f6e746973746f2d62726f777365722d657874656e73696f6e2d31323830783830302d322e706e67)](http://fontisto.com/browser-addon)

 Fontisto browser addons (chrome, firefox, opera)
 [**Fontisto Browser Addons**](http://fontisto.com/browser-addon) · [**Fontisto Chrome Extension**](https://chrome.google.com/webstore/detail/fontisto/gnmccfjgnhfoihcpglcogbclihomaidh?hl=en) · [**Fontisto Firefox Addon**](https://addons.mozilla.org/tr/firefox/addon/fontisto/) · [**Fontisto Opera Addon**](https://addons.opera.com/tr/extensions/details/fontisto/) ·

ToDo List (font with css)
-------------------------

[](#todo-list-font-with-css)

- font width css (**completed**)
- scss to css (**completed**)
- less to css (**completed**)
- stylus to css (**completed**)

ToDo List (Advanced Packaged)
-----------------------------

[](#todo-list-advanced-packaged)

- Svg with js
- Svg sprite
- Vue.js
- React
- Angular

ToDo List (icon set)
--------------------

[](#todo-list-icon-set)

- Brand (**completed**)
- Browser (**completed**)
- Accessibility (**completed**)
- Chart (**completed**)
- currency (**completed**)
- Directional (**completed**)
- Form Control (**completed**)
- Gender (**completed**)
- Hand (**completed**)
- Payment (**completed**)
- Player (**completed**)
- Spinner (**completed**)
- Transportation (**completed**)
- Web Application (**completed**)
- Text Editor (**completed**)
- Weather Foreces (**completed**)
- Emoji (**completed**)
- Shopping (**completed**)
- Snow Flake (**completed**)
- Travel (**completed**)
- Sports
- Medical (**completed**)
- Eat
- Shapes

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 96.8% 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 ~19 days

Recently: every ~29 days

Total

9

Last Release

2989d ago

Major Versions

v1.9.0 → v2.0.02017-12-17

v2.0.1 → v3.0.12018-04-14

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19374764?v=4)[Kenan Gündoğan](/maintainers/kenangundogan)[@kenangundogan](https://github.com/kenangundogan)

---

Top Contributors

[![kenangundogan](https://avatars.githubusercontent.com/u/19374764?v=4)](https://github.com/kenangundogan "kenangundogan (92 commits)")[![mstfsnc](https://avatars.githubusercontent.com/u/21677969?v=4)](https://github.com/mstfsnc "mstfsnc (2 commits)")[![ulasderin](https://avatars.githubusercontent.com/u/6279975?v=4)](https://github.com/ulasderin "ulasderin (1 commits)")

---

Tags

addonextensionfontfont-iconfont-icon-librariesfont-libraryfontistoglyph-iconsiconicon-fonticon-packicon-seticonic-fontslesssassstylusweb-fontweb-iconssasslessiconfonticon fontweb fonticon packstylusfontistofont-iconfont-libraryfont-icon-librariesicon-setweb-icons

### Embed Badge

![Health badge](/badges/kenangundogan-fontisto/health.svg)

```
[![Health](https://phpackages.com/badges/kenangundogan-fontisto/health.svg)](https://phpackages.com/packages/kenangundogan-fontisto)
```

###  Alternatives

[fortawesome/font-awesome

The iconic font, CSS, and SVG framework

76.7k7.5M141](/packages/fortawesome-font-awesome)[driftyco/ionicons

The premium icon font for Ionic Framework.

18.1k89.2k8](/packages/driftyco-ionicons)[scssphp/scssphp

scssphp is a compiler for SCSS written in PHP.

62929.3M290](/packages/scssphp-scssphp)[markstory/asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

3701.1M15](/packages/markstory-asset-compress)[kartik-v/yii2-icons

Set of icon frameworks for use in Yii Framework 2.0

691.0M34](/packages/kartik-v-yii2-icons)[markstory/mini-asset

An asset compression library. Provides file concatenation and a flexible filter system for preprocessing and minification.

63770.7k3](/packages/markstory-mini-asset)

PHPackages © 2026

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