PHPackages                             codeat3/blade-carbon-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. codeat3/blade-carbon-icons

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

codeat3/blade-carbon-icons
==========================

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

2.39.0(1mo ago)5360.5k—4.5%4[14 PRs](https://github.com/codeat3/blade-carbon-icons/pulls)8MITPHPPHP ^7.4|^8.0CI passing

Since Jun 22Pushed 2mo ago2 watchersCompare

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

READMEChangelog (10)Dependencies (12)Versions (59)Used By (8)

 [![](./socialcard-blade-carbon-icons.png "Social Card Blade Carbon Icons")](./socialcard-blade-carbon-icons.png)

Blade Carbon Icons
==================

[](#blade-carbon-icons)

[ ![Tests](https://github.com/codeat3/blade-carbon-icons/workflows/Tests/badge.svg)](https://github.com/codeat3/blade-carbon-icons/actions?query=workflow%3ATests)[ ![Latest Stable Version](https://camo.githubusercontent.com/8abcd72de8799d854a396d651a7597a588b890023010843f4acd081f1aa42aa7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64656174332f626c6164652d636172626f6e2d69636f6e73)](https://packagist.org/packages/codeat3/blade-carbon-icons)[ ![Total Downloads](https://camo.githubusercontent.com/3ac6aef071de1cbf33a3e22fdf8f3dc2f4dfb99acac4be51b747e44ae6f5abd0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64656174332f626c6164652d636172626f6e2d69636f6e73)](https://packagist.org/packages/codeat3/blade-carbon-icons)A package to easily make use of [Blade Carbon Icons](https://github.com/carbon-design-system/carbon) in your Laravel Blade views.

For a full list of available icons see [the SVG directory](resources/svg).

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

[](#requirements)

- PHP 7.4 or higher
- Laravel 8.0 or higher

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

[](#installation)

```
composer require codeat3/blade-carbon-icons
```

Updating
--------

[](#updating)

Please refer to [`the upgrade guide`](UPGRADE.md) when updating the library.

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

[](#blade-icons)

Blade Carbon 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.

Caching Icons
-------------

[](#caching-icons)

It's a good idea to add the `icons:cache` command as part of your deployment pipeline and always cache icons in production. This will significantly improve performance of the application. Refer [Caching](https://github.com/driesvints/blade-icons?tab=readme-ov-file#caching) section for details.

Configuration
-------------

[](#configuration)

Blade Carbon 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-carbon-icons.php` config file:

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

```

```

### 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-carbon-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 Carbon Icons is developed and maintained by [Swapnil Sarwe](https://swapnilsarwe.com).

License
-------

[](#license)

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

###  Health Score

59

—

FairBetter than 99% of packages

Maintenance88

Actively maintained with recent releases

Popularity42

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 55.1% 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 ~41 days

Recently: every ~74 days

Total

43

Last Release

58d ago

Major Versions

1.0.0 → 2.0.02021-10-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/166912?v=4)[Swapnil Sarwe](/maintainers/swapnilsarwe)[@swapnilsarwe](https://github.com/swapnilsarwe)

---

Top Contributors

[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (196 commits)")[![swapnilsarwe](https://avatars.githubusercontent.com/u/166912?v=4)](https://github.com/swapnilsarwe "swapnilsarwe (159 commits)")[![inmanturbo](https://avatars.githubusercontent.com/u/47095624?v=4)](https://github.com/inmanturbo "inmanturbo (1 commits)")

---

Tags

laraveliconsbladecarbon-icons

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/codeat3-blade-carbon-icons/health.svg)

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

###  Alternatives

[codeat3/blade-google-material-design-icons

A package to easily make use of "Google Fonts Material Icons" in your Laravel Blade views.

23494.4k4](/packages/codeat3-blade-google-material-design-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)

PHPackages © 2026

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