PHPackages                             caneco/blicons - 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. caneco/blicons

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

caneco/blicons
==============

A package to use your SVG icon sprite in your Laravel Blade views.

0.1.0(5y ago)34MITPHPPHP ^7.4

Since Aug 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/caneco/blicons)[ Packagist](https://packagist.org/packages/caneco/blicons)[ Docs](https://github.com/caneco/blicons)[ RSS](/packages/caneco-blicons/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Blicons
=======

[](#blicons)

 [![](/art/socialcard.png "Blicons – SVG icon sprite for your Laravel Blade views.")](/art/socialcard.png)

 [![Total Downloads](https://camo.githubusercontent.com/e70ef3ddf3a20ea8286b92c7698d1647bbc024d5e356f84d89af84abc5482e1b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63616e65636f2f626c69636f6e73)](https://packagist.org/packages/caneco/blicons)

A package to use your SVG icon sprite for your Laravel Blade views.

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

[](#installation)

You can install the package via composer:

```
composer require caneco/blicons
```

You can publish the expected icons resource folder and default icon

```
php artisan vendor:publish --provider="Caneco\Blicons\BliconsServiceProvider"
```

Usage
-----

[](#usage)

Add your icon set in the resources folder

**Example:**

```
resources/icons/user.svg
resources/icons/file.svg
resources/icons/mail.svg

```

Run the artisan command to create a cache file of you icon set

```
php artisan cache:icons
```

Add the icon sprite list in your Blade layout (generally at the bottom)

```

```

And use the icons at will in your Blade views

```

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Caneco](https://github.com/Caneco)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

2093d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/502041?v=4)[Caneco](/maintainers/Caneco)[@caneco](https://github.com/caneco)

---

Top Contributors

[![caneco](https://avatars.githubusercontent.com/u/502041?v=4)](https://github.com/caneco "caneco (6 commits)")

---

Tags

bladeiconslaravelsvglaraveliconssvgbladecanecoblicons

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/caneco-blicons/health.svg)

```
[![Health](https://phpackages.com/badges/caneco-blicons/health.svg)](https://phpackages.com/packages/caneco-blicons)
```

###  Alternatives

[blade-ui-kit/blade-icons

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

2.5k34.2M309](/packages/blade-ui-kit-blade-icons)

PHPackages © 2026

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