PHPackages                             inlst/blade-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. [Templating &amp; Views](/categories/templating)
4. /
5. inlst/blade-lucide-icons

ActiveLibrary[Templating &amp; Views](/categories/templating)

inlst/blade-lucide-icons
========================

A package to easily make use of Lucide icons in Filament.

v1.38.0(2w ago)01.8k[1 PRs](https://github.com/inlinestudio/blade-lucide-icons/pulls)MITPHPPHP ^8.0CI passing

Since Jun 7Pushed 1w agoCompare

[ Source](https://github.com/inlinestudio/blade-lucide-icons)[ Packagist](https://packagist.org/packages/inlst/blade-lucide-icons)[ Docs](https://github.com/inlinestudio/blade-lucide-icons)[ RSS](/packages/inlst-blade-lucide-icons/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

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

[](#filament-lucide-icons)

A package to easily make use of [Lucide](https://github.com/lucide-icons/lucide) Icons in your Laravel Blade views.

For a full list of available icons see [the SVG directory](resources/svg) or preview them at [lucide.dev](https://lucide.dev/).

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Laravel 9.0 or higher

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

[](#installation)

```
composer require inlst/blade-lucide-icons
```

Blade Icons
-----------

[](#blade-icons)

Blade LucideIcons uses Blade Icons under the hood. Please refer to [the Blade Icons readme](https://github.com/blade-ui-kit/blade-icons) for additional functionality. We also recommend to [enable icon caching](https://github.com/blade-ui-kit/blade-icons#caching) with this library.

Configuration
-------------

[](#configuration)

Blade LucideIcons also offers the ability to use features from Blade Icons like default classes, default attributes, etc. If you'd like to configure these, publish the `blade-lucide-icons.php` config file:

```
php artisan vendor:publish --tag=blade-lucide-icons-config
```

Usage
-----

[](#usage)

Icons can be used as self-closing Blade components which will be compiled to SVG icons:

```

```

or in Filament

```
protected static string|BackedEnum|null $navigationIcon = LucideIcon::Briefcase;

Action::make('visit_website')
    ->hiddenLabel(true)
    ->url("https://exmaple.com", shouldOpenInNewTab: true)
    ->icon(LucideIcon::ExternalLink)
```

You can also pass classes to your icon components:

```

```

And even use inline styles:

```

```

The solid icons can be referenced like this:

```

```

### Raw SVG Icons

[](#raw-svg-icons)

If you want to use the raw SVG icons as assets, you can publish them using:

```
php artisan vendor:publish --tag=blade-lucide-icons --force
```

Then use them in your views like:

```

```

Changelog
---------

[](#changelog)

Check out the [CHANGELOG](CHANGELOG.md) in this repository for all the recent changes.

Maintainers
-----------

[](#maintainers)

This is a [fork of the initial work of Dan Pock](https://github.com/mallardduck/blade-lucide-icons).

License
-------

[](#license)

Blade LucideIcons is open-sourced software licensed under [the MIT license](LICENSE.md).

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance97

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~9 days

Total

4

Last Release

19d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ff46301b888ba100aafa44cd0d152c368160f887cc8a1ff929878d4e677f4db?d=identicon)[Inline Studio](/maintainers/Inline%20Studio)

---

Top Contributors

[![TKrisee](https://avatars.githubusercontent.com/u/107202954?v=4)](https://github.com/TKrisee "TKrisee (292 commits)")

---

Tags

laravelfilamentLucideIcons

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/inlst-blade-lucide-icons/health.svg)

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

###  Alternatives

[technikermathe/blade-lucide-icons

A package to easily make use of Lucide icons in your Laravel Blade views.

18421.4k11](/packages/technikermathe-blade-lucide-icons)[ublabs/blade-simple-icons

A package to easily make use of Simple Icons in your Laravel Blade views.

1963.4k](/packages/ublabs-blade-simple-icons)[moonshine/moonshine

Laravel administration panel

1.3k253.1k86](/packages/moonshine-moonshine)[mallardduck/blade-lucide-icons

A package to easily make use of Lucide icons in your Laravel Blade views.

101926.8k36](/packages/mallardduck-blade-lucide-icons)[secondnetwork/blade-tabler-icons

A package to easily make use of tabler-icons in your Laravel Blade views.

36659.9k28](/packages/secondnetwork-blade-tabler-icons)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)

PHPackages © 2026

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