PHPackages                             jankx/icon-picker - 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. jankx/icon-picker

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

jankx/icon-picker
=================

Pick an icon of your choice.

1.0(1y ago)085GPL-2.0PHP

Since Jun 14Pushed 11mo agoCompare

[ Source](https://github.com/jankx/icon-picker)[ Packagist](https://packagist.org/packages/jankx/icon-picker)[ Docs](https://github.com/codeinwp/icon-picker)[ RSS](/packages/jankx-icon-picker/feed)WikiDiscussions v2 Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Icon Picker
===========

[](#icon-picker)

Pick an icon of your choice.

**Contributors:** [kucrut](https://profiles.wordpress.org/kucrut)
**Tags:** [icons](https://wordpress.org/plugins/tags/icons), [image](https://wordpress.org/plugins/tags/image), [svg](https://wordpress.org/plugins/tags/svg)
**Requires at least:** 4.3
**Tested up to:** 4.7.2
**Stable tag:** 0.5.0
**License:** [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html)
**Donate Link:**

[![Build Status](https://camo.githubusercontent.com/7dcb54aa2ddd733cf658d9c98b687d79c868df22f78fe1e9a0cf7b156c64f55b/68747470733a2f2f7472617669732d63692e6f72672f6b75637275742f77702d69636f6e2d7069636b65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kucrut/wp-icon-picker) [![Built with Grunt](https://camo.githubusercontent.com/9f156fc8bad420a6d57fa5f6458f87315ac9605ddabdd4c6610a743f144ee254/68747470733a2f2f63646e2e6772756e746a732e636f6d2f6275696c74776974682e737667)](http://gruntjs.com)

Description
-----------

[](#description)

An icon picker library plugin.

Screenshots
-----------

[](#screenshots)

### Icon selector

[](#icon-selector)

[![Icon selector](assets/screenshot-1.png)](assets/screenshot-1.png)

### Icon fields in a post meta box using [CMB](https://github.com/humanmade/Custom-Meta-Boxes/)

[](#icon-fields-in-a-post-meta-box-using-cmb)

[![Icon fields in a post meta box using CMB](assets/screenshot-2.png)](assets/screenshot-2.png)

Frequently Asked Questions
--------------------------

[](#frequently-asked-questions)

### How do I use css file from CDN?

[](#how-do-i-use-css-file-from-cdn)

You can use the `icon_picker_icon_type_stylesheet_uri` filter, eg:

```
/**
 * Load Font Awesome's CSS from CDN
 *
 * @param  string                $stylesheet_uri Icon type's stylesheet URI.
 * @param  string                $icon_type_id   Icon type's ID.
 * @param  Icon_Picker_Type_Font $icon_type      Icon type's instance.
 *
 * @return string
 */
function myprefix_font_awesome_css_from_cdn( $stylesheet_uri, $icon_type_id, $icon_type ) {
	if ( 'fa' === $icon_type_id ) {
		$stylesheet_uri = sprintf(
			'https://maxcdn.bootstrapcdn.com/font-awesome/%s/css/font-awesome.min.css',
			$icon_type->version
		);
	}

	return $stylesheet_uri;
}
add_filter( 'icon_picker_icon_type_stylesheet_uri', 'myprefix_font_awesome_css_from_cdn', 10, 3 );
```

Changelog
---------

[](#changelog)

### 0.5.0

[](#050)

- Update Font Awesome to 4.7.0.
- Switch to Webpack.
- Various [bug fixes and enhancements](https://github.com/kucrut/wp-icon-picker/issues?q=is%3Aissue+milestone%3A0.5.0+is%3Aclosed).

### 0.4.1

[](#041)

- Improve support for CMB: Make the field usable in a repeatable field.

### 0.4.0

[](#040)

- Introduce `icon_picker_icon_type_stylesheet_uri` filter hook.
- Font Awesome 4.6.1

### 0.3.0

[](#030)

- Fix CSS classname conflicts.

### 0.2.0

[](#020)

- Introduce `icon_picker_field()`.
- Add support for [CMB](https://github.com/humanmade/Custom-Meta-Boxes/).

### 0.1.1

[](#011)

- Load translation, props [Eduardo Larequi](https://wordpress.org/support/profile/elarequi).

### 0.1.0

[](#010)

- Initial

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance50

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 53.3% 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 ~43 days

Total

2

Last Release

340d ago

Major Versions

1.0 → v2.x-dev2025-07-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a609a3b3a36dee9f36ef6f8d3b2b2dc91eebefc7644031e829e65bca4329799?d=identicon)[puleeno](/maintainers/puleeno)

---

Top Contributors

[![puleeno](https://avatars.githubusercontent.com/u/22538657?v=4)](https://github.com/puleeno "puleeno (8 commits)")[![selul](https://avatars.githubusercontent.com/u/3330746?v=4)](https://github.com/selul "selul (4 commits)")[![preda-bogdan](https://avatars.githubusercontent.com/u/23024731?v=4)](https://github.com/preda-bogdan "preda-bogdan (3 commits)")

---

Tags

pluginwordpressiconsfont-awesomeelusivegenericonsdashiconsfoundation-icons

### Embed Badge

![Health badge](/badges/jankx-icon-picker/health.svg)

```
[![Health](https://phpackages.com/badges/jankx-icon-picker/health.svg)](https://phpackages.com/packages/jankx-icon-picker)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.7k](/packages/afragen-git-updater)[webdevstudios/cmb2-attached-posts

Custom field for CMB2 for creating post relationships.

13565.8k](/packages/webdevstudios-cmb2-attached-posts)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)

PHPackages © 2026

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