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

AbandonedWordpress-plugin

kucrut/icon-picker
==================

Pick an icon of your choice.

v0.5.0(9y ago)222629[4 issues](https://github.com/kucrut/wp-icon-picker/issues)[2 PRs](https://github.com/kucrut/wp-icon-picker/pulls)GPL-2.0PHP

Since Nov 16Pushed 8y agoCompare

[ Source](https://github.com/kucrut/wp-icon-picker)[ Packagist](https://packagist.org/packages/kucrut/icon-picker)[ Docs](https://github.com/kucrut/wp-icon-picker)[ RSS](/packages/kucrut-icon-picker/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (8)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

30

—

LowBetter than 64% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~89 days

Recently: every ~111 days

Total

6

Last Release

3381d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f62825bb7b657e26eb23efecc8452480816d859314a3e0df3eb0bdafe034d29a?d=identicon)[kucrut](/maintainers/kucrut)

---

Top Contributors

[![kucrut](https://avatars.githubusercontent.com/u/67838?v=4)](https://github.com/kucrut "kucrut (10 commits)")

---

Tags

cmbfont-awesomeiconicon-packswordpress-pluginpluginwordpressiconsfont-awesomeelusivegenericonsdashiconsfoundation-icons

### Embed Badge

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

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

###  Alternatives

[10up/elasticpress

Supercharge WordPress with Elasticsearch.

1.3k374.3k6](/packages/10up-elasticpress)[sybrew/the-seo-framework

An automated, advanced, accessible, unbranded and extremely fast SEO solution for any WordPress website.

47078.8k](/packages/sybrew-the-seo-framework)[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)
