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

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

felixsergio/blade-lucide-icons
==============================

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

v1.0.0(7mo ago)027MITPHPPHP ^8.0

Since Sep 23Pushed 7mo agoCompare

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

READMEChangelogDependencies (4)Versions (2)Used By (0)

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

[](#blade-lucide-icons)

[ ![Tests](https://github.com/mallardduck/blade-lucide-icons/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/mallardduck/blade-lucide-icons/actions?query=workflow%3ATests)[ ![Latest Stable Version](https://camo.githubusercontent.com/ac818f5f7f3c78be2c97b095a78440bca738008700dfccc89fd353c9660ae690/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d616c6c6172646475636b2f626c6164652d6c75636964652d69636f6e73)](https://packagist.org/packages/mallardduck/blade-lucide-icons)[ ![Total Downloads](https://camo.githubusercontent.com/60516f23d4534aed75feb41ce8aaa04fa796096f1f2556fdf56508a3196fbfdb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d616c6c6172646475636b2f626c6164652d6c75636964652d69636f6e73)](https://packagist.org/packages/mallardduck/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 7.4 or higher
- Laravel 8.0 or higher

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

[](#installation)

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

```

```

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)

Blade LucideIcons is developed and maintained by Dan Pock.

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance62

Regular maintenance activity

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95% 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

Unknown

Total

1

Last Release

232d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/56109f170afd58cc6dc4a2c8962c485270caa82a7a8e579d5d018eb69ae64573?d=identicon)[felixsergio](/maintainers/felixsergio)

---

Top Contributors

[![mallardduck](https://avatars.githubusercontent.com/u/619938?v=4)](https://github.com/mallardduck "mallardduck (153 commits)")[![PascaleBeier](https://avatars.githubusercontent.com/u/2736518?v=4)](https://github.com/PascaleBeier "PascaleBeier (5 commits)")[![felixsergio](https://avatars.githubusercontent.com/u/10243863?v=4)](https://github.com/felixsergio "felixsergio (3 commits)")

---

Tags

laravelbladeLucideIcons

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[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)[technikermathe/blade-lucide-icons

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

18299.2k7](/packages/technikermathe-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)
