PHPackages                             mansoor/blade-lets-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. mansoor/blade-lets-icons

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

mansoor/blade-lets-icons
========================

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

v1.0.2(12mo ago)113.4k↓40.3%1MITPHPPHP ^8.0

Since May 19Pushed 12mo ago1 watchersCompare

[ Source](https://github.com/mansoorkhan96/blade-lets-icons)[ Packagist](https://packagist.org/packages/mansoor/blade-lets-icons)[ Docs](https://github.com/mansoorkhan96/blade-lets-icons)[ GitHub Sponsors](https://github.com/sponsors/mansoorkhan96)[ RSS](/packages/mansoor-blade-lets-icons/feed)WikiDiscussions main Synced 1mo ago

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

Blade Lets Icons
================

[](#blade-lets-icons)

[ ![Tests](https://github.com/mansoorkhan96/blade-lets-icons/workflows/Tests/badge.svg)](https://github.com/mansoorkhan96/blade-lets-icons/actions?query=workflow%3ATests)[ ![Latest Stable Version](https://camo.githubusercontent.com/84119d64f7718c913cd7a6bbad991ab0589a0554221466bb5163f80f774bd652/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d616e736f6f722f626c6164652d6c6574732d69636f6e73)](https://packagist.org/packages/mansoor/blade-lets-icons)[ ![Total Downloads](https://camo.githubusercontent.com/a481a76644a39c5fcfd12998e7ca6efc6aa730458b20413febb7e5334ecd7f67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d616e736f6f722f626c6164652d6c6574732d69636f6e73)](https://packagist.org/packages/mansoor/blade-lets-icons)A package to easily make use of [Lets Icons](https://www.figma.com/community/file/886554014393250663) in your Laravel Blade views.

For a full list of available icons see [the SVG directory](resources/svg) or preview them at [icones.js.org/collection/lets-icons](https://icones.js.org/collection/lets-icons). Lets Icons are originally developed by [Leonid Tsvetkov](https://dribbble.com/Lets).

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

[](#requirements)

- PHP 8.0 or higher
- Laravel 9.0 or higher

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

[](#installation)

```
composer require mansoor/blade-lets-icons
```

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

[](#blade-icons)

Blade Lets Icons 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 Lets Icons 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-lets-icons.php` config file:

```
php artisan vendor:publish --tag=blade-lets-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:

```

```

Or use the `@svg` directive:

```
@svg('letsicon-bell', 'w-6 h-6', ['style' => 'color: #555'])
```

### 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-lets-icons --force
```

Then use them in your views like:

```

```

Acknowledgements
----------------

[](#acknowledgements)

This project uses icons from [Lets Icons](https://www.figma.com/community/file/886554014393250663) which are licensed under the Creative Commons Attribution 4.0 International License. You can view the license [here](https://creativecommons.org/licenses/by/4.0/).

Icons by [Leonid Tsvetkov](https://dribbble.com/Lets) from \[Lets Icons\].

Changelog
---------

[](#changelog)

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

License
-------

[](#license)

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

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance50

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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 ~368 days

Total

2

Last Release

362d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/76515e51b221a3505c36acda921bef4520c4b621091233a94b52836a6231bac4?d=identicon)[mansoorkhan96](/maintainers/mansoorkhan96)

---

Top Contributors

[![mansoorkhan96](https://avatars.githubusercontent.com/u/51432274?v=4)](https://github.com/mansoorkhan96 "mansoorkhan96 (8 commits)")

---

Tags

laravelbladeLets Icons

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mansoor-blade-lets-icons/health.svg)

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

###  Alternatives

[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)[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)[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)
