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

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

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

00PHPCI passing

Pushed 2d agoCompare

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

READMEChangelog (1)DependenciesVersionsUsed 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

20

—

LowBetter than 13% of packages

Maintenance65

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity8

Early-stage or recently created project

 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.

### 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 (278 commits)")

### 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

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[wmde/php-vuejs-templating

PHP implementation of Vue.js templating engine

3041.6k2](/packages/wmde-php-vuejs-templating)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

291.8k](/packages/webkinder-sproutset)

PHPackages © 2026

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