PHPackages                             itsmalikjones/blade-iconic - 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. itsmalikjones/blade-iconic

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

itsmalikjones/blade-iconic
==========================

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

1.3.0(3y ago)1839.9k↓21.3%1MITPHPPHP ^7.4|^8.0|^8.1

Since May 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ItsMalikJones/blade-iconic)[ Packagist](https://packagist.org/packages/itsmalikjones/blade-iconic)[ Docs](https://github.com/itsmalikjones/blade-iconic)[ GitHub Sponsors](https://github.com/ItsMalikJones)[ RSS](/packages/itsmalikjones-blade-iconic/feed)WikiDiscussions main Synced 1mo ago

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

 [![](https://repository-images.githubusercontent.com/366932039/374f5b00-b382-11eb-9ac3-355a78d79852 "Social Card Blade Iconic")](https://repository-images.githubusercontent.com/366932039/374f5b00-b382-11eb-9ac3-355a78d79852)

Blade Iconic
============

[](#blade-iconic)

[![run-tests](https://github.com/ItsMalikJones/blade-iconic/actions/workflows/run-tests.yml/badge.svg)](https://github.com/ItsMalikJones/blade-iconic/actions/workflows/run-tests.yml)[![Latest Stable Version](https://camo.githubusercontent.com/628d34fe324996d7af76f995703ff58c499c3242da08e00b0d8cf7bcbe0929c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4974734d616c696b4a6f6e65732f626c6164652d69636f6e6963)](https://packagist.org/packages/ItsMalikJones/blade-iconic)[![Total Downloads](https://camo.githubusercontent.com/f26fcbbf25f44cf2a282bcdbc3b67caa1646855dfd3978fc8a212b35d679181c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4974734d616c696b4a6f6e65732f626c6164652d69636f6e6963)](https://packagist.org/packages/ItsMalikJones/blade-iconic)

A package to easily make use of [Iconic](https://iconic.app/) icons in your Laravel Blade views.

For a full list of available icons see [the SVG directory](./resources/svg). Iconic icons are originally developed by [Make Lemonade](https://makelemonade.wtf/).

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

[](#requirements)

- PHP 7.4 or higher
- Laravel 8.0 or higher

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

[](#installation)

```
composer require itsmalikjones/blade-iconic
```

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

[](#blade-icons)

Blade Iconic 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 Iconic 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-iconic.php` config file:

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

```

```

### 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-iconic --force
```

Then use them in your views like:

```

```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#maintainers)

Blade Iconic is developed and maintained by [Malik Alleyne-Jones](https://twitter.com/ItsMalikJones).

License
-------

[](#license)

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

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 92.3% 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 ~216 days

Total

4

Last Release

1182d ago

PHP version history (2 changes)1.0.0PHP ^7.4|^8.0

1.3.0PHP ^7.4|^8.0|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/6c1f3bdc9e00d6d32f41ca7ffd9c9d04e28e94d8f96ddbb1a3dd7217174ddc97?d=identicon)[ItsMalikJones](/maintainers/ItsMalikJones)

---

Top Contributors

[![ItsMalikJones](https://avatars.githubusercontent.com/u/53808092?v=4)](https://github.com/ItsMalikJones "ItsMalikJones (12 commits)")[![muffycompo](https://avatars.githubusercontent.com/u/780240?v=4)](https://github.com/muffycompo "muffycompo (1 commits)")

---

Tags

laravelbladeiconic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/itsmalikjones-blade-iconic/health.svg)

```
[![Health](https://phpackages.com/badges/itsmalikjones-blade-iconic/health.svg)](https://phpackages.com/packages/itsmalikjones-blade-iconic)
```

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