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

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

majkie/filament-icon-picker
===========================

A filament plugin that adds an icon picker field.

1.0.0(8mo ago)0727↓28.6%MITPHPPHP ^8.2

Since Aug 17Pushed 8mo agoCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)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/b5a1a7efd7c183ca04fa68c8921667563f309fc1df791836fa561e31bba707f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67756176612f66696c616d656e742d69636f6e2d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/guava/filament-icon-picker)[![Packagist PHP Version](https://camo.githubusercontent.com/9d969d4cb2cd7deed97837029238222200721a4119da0dd71b201f5c47597936/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f67756176612f66696c616d656e742d69636f6e2d7069636b65722f7068703f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/9d969d4cb2cd7deed97837029238222200721a4119da0dd71b201f5c47597936/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f67756176612f66696c616d656e742d69636f6e2d7069636b65722f7068703f7374796c653d666c61742d737175617265)[![Total Downloads](https://camo.githubusercontent.com/5d15b5a130378b16d6627c2fc5da05320e3374b9d83fc0dfdd40192e1bd7c719/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67756176612f66696c616d656e742d69636f6e2d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/guava/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 guava/filament-icon-picker:"^2.0"
```

**Filament v2:**

```
composer require guava/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:

```
