PHPackages                             codewithdennis/filament-lucide-icons - 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. codewithdennis/filament-lucide-icons

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

codewithdennis/filament-lucide-icons
====================================

A Filament plugin that integrates Lucide icons, allowing you to use them seamlessly across Filament forms, tables, actions, and more.

v4.1.2(2w ago)4780.8k↑33.5%64MITPHPPHP ^8.2CI passing

Since Jun 21Pushed 2w ago1 watchersCompare

[ Source](https://github.com/CodeWithDennis/filament-lucide-icons)[ Packagist](https://packagist.org/packages/codewithdennis/filament-lucide-icons)[ Docs](https://github.com/codewithdennis/filament-lucide-icons)[ GitHub Sponsors](https://github.com/CodeWithDennis)[ RSS](/packages/codewithdennis-filament-lucide-icons/feed)WikiDiscussions 4.x Synced 2w ago

READMEChangelog (8)Dependencies (16)Versions (10)Used By (4)

Filament Lucide Icons
=====================

[](#filament-lucide-icons)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e3f1c83f0de4d40ef93932b982bd97334e62e9473bba304d2ef5c587c605627d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64657769746864656e6e69732f66696c616d656e742d6c75636964652d69636f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codewithdennis/filament-lucide-icons)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/075436875f3ad6c8b53ac7627de6c04f0b414500e9114e768e3bc05a145aafe6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636f64657769746864656e6e69732f66696c616d656e742d6c75636964652d69636f6e732f70696e742e796d6c3f6272616e63683d342e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/codewithdennis/filament-lucide-icons/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3A4.x)[![Total Downloads](https://camo.githubusercontent.com/4de090ef4c77d666a26ee87259f280b04a14ae0d8db7e319afc24461ed0866df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64657769746864656e6e69732f66696c616d656e742d6c75636964652d69636f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codewithdennis/filament-lucide-icons)

A Filament `4.x` plugin that integrates **1800** [Lucide icons](https://lucide.dev/icons/), allowing you to use them seamlessly across Filament forms, tables, actions, and more.

[![thumbnail](thumbnail.png)](thumbnail.png)

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

[](#installation)

You can install the package via composer:

```
composer require codewithdennis/filament-lucide-icons
```

Usage
-----

[](#usage)

```
use CodeWithDennis\FilamentLucideIcons\Enums\LucideIcon;
```

```
public static function configure(Schema $schema): Schema
{
    return $schema
        ->components([
            Forms\Components\TextInput::make('email')
                ->prefixIcon(LucideIcon::Mail)
                ->email()
                ->required();
        ]);
```

```
final class UserResource extends Resource
{
    protected static string|BackedEnum|null $navigationIcon = LucideIcon::UsersRound;
}
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [CodeWithDennis](https://github.com/CodeWithDennis)
- [Lucide](https://lucide.dev/icons/)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance96

Actively maintained with recent releases

Popularity45

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 79% 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 ~50 days

Total

9

Last Release

18d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d47a56dfab94e67a7354a146f96a0285c09f6b9d649c558832c6a9b94354b8c?d=identicon)[CodeWithDennis](/maintainers/CodeWithDennis)

---

Top Contributors

[![CodeWithDennis](https://avatars.githubusercontent.com/u/23448484?v=4)](https://github.com/CodeWithDennis "CodeWithDennis (49 commits)")[![adevade](https://avatars.githubusercontent.com/u/1066486?v=4)](https://github.com/adevade "adevade (6 commits)")[![valpuia](https://avatars.githubusercontent.com/u/28250303?v=4)](https://github.com/valpuia "valpuia (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

filament-pluginfilamentphpfilamentphp-4filamentphp-pluginlucidelucide-iconlucide-iconslaraveliconsfilamentphplucide

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/codewithdennis-filament-lucide-icons/health.svg)

```
[![Health](https://phpackages.com/badges/codewithdennis-filament-lucide-icons/health.svg)](https://phpackages.com/packages/codewithdennis-filament-lucide-icons)
```

###  Alternatives

[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

123204.9k1](/packages/stephenjude-filament-feature-flags)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6758.2k2](/packages/marcelweidum-filament-passkeys)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94160.6k6](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

85240.3k9](/packages/stephenjude-filament-two-factor-authentication)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
