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

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

hanyfreestyle/dev-filament-icon-picker
======================================

A filament plugin that adds an icon picker field.

057PHP

Since Apr 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hanyfreestyle/dev-filament-icon-picker)[ Packagist](https://packagist.org/packages/hanyfreestyle/dev-filament-icon-picker)[ RSS](/packages/hanyfreestyle-dev-filament-icon-picker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)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:

```
