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

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

zpmlabs/filament-icon-picker
============================

A filament plugin that adds an icon picker field.

v2.0.1(3mo ago)02.7k↓50%1MITPHPPHP ^8.2CI failing

Since Jan 25Pushed 3mo agoCompare

[ Source](https://github.com/sasaorasanin/filament-icon-picker)[ Packagist](https://packagist.org/packages/zpmlabs/filament-icon-picker)[ GitHub Sponsors](https://github.com/SasaOrasanin)[ RSS](/packages/zpmlabs-filament-icon-picker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (1)

[![icon_picker_banner](https://user-images.githubusercontent.com/10926334/194752395-677e25f6-2878-4652-a95f-ef9c4392c093.png)](https://user-images.githubusercontent.com/10926334/194752395-677e25f6-2878-4652-a95f-ef9c4392c093.png)

Filament Icon Picker
====================

[](#filament-icon-picker)

[![Latest Version on Packagist](https://camo.githubusercontent.com/79f04e2a7122bc38c368e94f44355ce6324a87dc3a550e735ecafabd35780e7c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a706d6c6162732f66696c616d656e742d69636f6e2d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zpmlabs/filament-icon-picker)[![Packagist PHP Version](https://camo.githubusercontent.com/8f48ee0ca5a0903ea0ff101a5158a9fbaa2e9ca4c578eeb8cc3875d3e7d6c642/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f7a706d6c6162732f66696c616d656e742d69636f6e2d7069636b65722f7068703f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/8f48ee0ca5a0903ea0ff101a5158a9fbaa2e9ca4c578eeb8cc3875d3e7d6c642/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f7a706d6c6162732f66696c616d656e742d69636f6e2d7069636b65722f7068703f7374796c653d666c61742d737175617265)[![Total Downloads](https://camo.githubusercontent.com/f83e560a89f595a1580f08a6216fcc24f5fa4c2325e93712bf2db4363e2ab8f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a706d6c6162732f66696c616d656e742d69636f6e2d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zpmlabs/filament-icon-picker)

This plugin adds a new icon picker form field and a corresponding table column. You can use it to select from any blade-icons kit that you have installed. By default, heroicons are supported since it is shipped with Filament.

This can be useful for when you want to customize icons rendered on your frontend, if you want your users to be able to customize navigation icons, add small icons to their models for easy recognition and similar.

Installation
------------

[](#installation)

You can install the package via composer:

**Filament v4:**

```
composer require zpmlabs/filament-icon-picker"
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-icon-picker-config"
```

This is the contents of the published config file:

```
