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

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

tareq-alqadi/filament-icon-picker
=================================

A filament plugin that adds an icon picker field.

v3.2.7(1y ago)014MITPHPPHP ^8.1|^8.2|^8.3

Since May 22Pushed 1y agoCompare

[ Source](https://github.com/tareq-alqadi/filament-icon-picker)[ Packagist](https://packagist.org/packages/tareq-alqadi/filament-icon-picker)[ GitHub Sponsors](https://github.com/LukasFreyCZ)[ RSS](/packages/tareq-alqadi-filament-icon-picker/feed)WikiDiscussions main Synced yesterday

READMEChangelog (5)Dependencies (3)Versions (9)Used By (0)

[![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/0253f355afe559ee2c32c5cc5abc640c9d3972578be2fbcd7c0d074c16710364/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f5461726571416c716164692f66696c616d656e742d69636f6e2d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/TareqAlqadi/filament-icon-picker)[![Packagist PHP Version](https://camo.githubusercontent.com/03ddec4b225ac8e974434cbe8ccc7070a7c839b3377e5bd5303e07fafb59b46f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f5461726571416c716164692f66696c616d656e742d69636f6e2d7069636b65722f7068703f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/03ddec4b225ac8e974434cbe8ccc7070a7c839b3377e5bd5303e07fafb59b46f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f5461726571416c716164692f66696c616d656e742d69636f6e2d7069636b65722f7068703f7374796c653d666c61742d737175617265)[![Total Downloads](https://camo.githubusercontent.com/b600afd31dd4ca5df628af20ca72def2f356c15bfce5ae86864a582721d3c47f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f5461726571416c716164692f66696c616d656e742d69636f6e2d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/TareqAlqadi/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.

    Screen.Recording.2022-10-08.at.2.03.44.mov    Installation
------------

[](#installation)

You can install the package via composer:

**Filament v3:**

```
composer require TareqAlqadi/filament-icon-picker:"^2.0"
```

**Filament v2:**

```
composer require TareqAlqadi/filament-icon-picker:"^1.0"
```

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:

```
