PHPackages                             technikermathe/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. technikermathe/blade-lucide-icons

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

technikermathe/blade-lucide-icons
=================================

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

v3.145.0(1mo ago)18299.2k↓15.6%15MITPHPPHP ^8.1CI passing

Since Jul 18Pushed 1mo agoCompare

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

READMEChangelog (10)Dependencies (10)Versions (200)Used By (5)

Blade Lucide Icons
==================

[](#blade-lucide-icons)

[ ![Tests](https://github.com/technikermathe/blade-lucide-icons/workflows/Tests/badge.svg)](https://github.com/technkermathe/blade-lucide-icons/actions?query=workflow%3ATests)[ ![Latest Stable Version](https://camo.githubusercontent.com/f2a441df789e474fd58aafb057575d635087c85eeea6d7ac834d298587a1b773/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746563686e696b65726d617468652f626c6164652d6c75636964652d69636f6e73)](https://packagist.org/packages/technikermthe/blade-lucide-icons)[ ![Total Downloads](https://camo.githubusercontent.com/fe3665cc157fc38bf17b658218d9b6802075d097172b24f1027e0817c1723d6e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746563686e696b65726d617468652f626c6164652d6c75636964652d69636f6e73)](https://packagist.org/packages/technikermathe/blade-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

Compatibility Matrix
--------------------

[](#compatibility-matrix)

LaravelPHP 8.1PHP 8.2PHP 8.3PHP 8.4PHP 8.59.x✅✅⚠️❌❌10.x✅✅✅⚠️⚠️11.x⚠️✅✅✅✅12.x❌✅✅✅✅13.x❌❌✅✅✅✅ Supported
⚠️ Partially supported / Requires testing
❌ Not tested / incompatible

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

[](#installation)

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

```

```

You can also pass classes to your icon components:

```

```

This is how you can change the stroke width:

```

```

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:

```

```

Use in Filament
---------------

[](#use-in-filament)

For integration with [Filament](https://filamentphp.com/), check out the dedicated [filament-lucide-icons](https://github.com/CodeWithDennis/filament-lucide-icons) package by [Dennis Koch](https://github.com/CodeWithDennis).

Changelog
---------

[](#changelog)

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

Automated Lucide Updates
------------------------

[](#automated-lucide-updates)

The nightly Lucide sync is semver-aware and still relies on Release Please for tagging and changelog generation.

- If Lucide only adds new icons or changes existing SVGs, the updater commits a `feat(icons): ...` change so Release Please creates a minor release.
- If Lucide removes or renames icons, the updater commits a `feat!: ...` change with a `BREAKING CHANGE:` footer so Release Please creates a major release.
- If the upstream release does not change the generated Blade icon set, the updater skips the commit entirely.

This keeps the package version aligned with the actual public surface area of the exported icon components instead of treating every upstream tag the same.

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

60

—

FairBetter than 99% of packages

Maintenance89

Actively maintained with recent releases

Popularity44

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 90.2% 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 ~5 days

Total

198

Last Release

54d ago

Major Versions

v2.48.0 → v3.0.02024-02-07

PHP version history (3 changes)v2.0.0PHP ~8.1.0|~8.2.0

v2.25.0PHP ~8.1.0|~8.2.0|~8.3.0

v3.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/aa407875a48b0f5d7e6fc55d45370617b50e554b6d0bd4bfff9f35dd98875aa8?d=identicon)[PascaleBeier](/maintainers/PascaleBeier)

---

Top Contributors

[![PascaleBeier](https://avatars.githubusercontent.com/u/2736518?v=4)](https://github.com/PascaleBeier "PascaleBeier (638 commits)")[![mallardduck](https://avatars.githubusercontent.com/u/619938?v=4)](https://github.com/mallardduck "mallardduck (65 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (4 commits)")

---

Tags

bladelaravellucide-iconslaravelbladeHeroiconsLucideIcons

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[blade-ui-kit/blade-heroicons

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

64127.9M111](/packages/blade-ui-kit-blade-heroicons)[mallardduck/blade-lucide-icons

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

89600.0k16](/packages/mallardduck-blade-lucide-icons)[stijnvanouplines/blade-country-flags

A package to easily make use of country flags in your Laravel Blade views.

26307.2k6](/packages/stijnvanouplines-blade-country-flags)[saade/blade-iconsax

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

21138.5k](/packages/saade-blade-iconsax)[mckenziearts/blade-untitledui-icons

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

16104.9k5](/packages/mckenziearts-blade-untitledui-icons)[afatmustafa/blade-hugeicons

A package to easily make use of Hugeicons(Free version) in your Laravel Blade views.

13129.0k3](/packages/afatmustafa-blade-hugeicons)

PHPackages © 2026

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