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

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

codeat3/blade-radix-icons
=========================

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

1.9.0(1mo ago)247.2k↑43.2%1MITPHPPHP ^7.4|^8.0CI passing

Since Apr 28Pushed 1mo ago1 watchersCompare

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

READMEChangelog (9)Dependencies (12)Versions (13)Used By (1)

 [![](https://camo.githubusercontent.com/3274342c15a4a36d946230df8904589ec8505edcab797bc05b87d0025d8a0e60/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f426c616465253230526164697825323049636f6e732e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d636f6465617433253246626c6164652d72616469782d69636f6e73267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d412b7061636b6167652b746f2b7573652b52616469782b49636f6e732b696e2b796f75722b4c61726176656c2b426c6164652b7669657773266d643d312673686f7757617465726d61726b3d3126666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667 "Social Card Blade Radix Icons")](https://camo.githubusercontent.com/3274342c15a4a36d946230df8904589ec8505edcab797bc05b87d0025d8a0e60/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f426c616465253230526164697825323049636f6e732e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d636f6465617433253246626c6164652d72616469782d69636f6e73267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d412b7061636b6167652b746f2b7573652b52616469782b49636f6e732b696e2b796f75722b4c61726176656c2b426c6164652b7669657773266d643d312673686f7757617465726d61726b3d3126666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)

Blade Radix Icons
=================

[](#blade-radix-icons)

[ ![Tests](https://github.com/codeat3/blade-radix-icons/workflows/Tests/badge.svg)](https://github.com/codeat3/blade-radix-icons/actions?query=workflow%3ATests)[ ![Latest Stable Version](https://camo.githubusercontent.com/fdc9de4014558712c84734ee5daa16bca43b20453c6cb1a7997e93438eb583a8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64656174332f626c6164652d72616469782d69636f6e73)](https://packagist.org/packages/codeat3/blade-radix-icons)[ ![Total Downloads](https://camo.githubusercontent.com/758a267eae553c56c6e27b458694075ea96c0e2f66b334a5e5f0bf50dbad0368/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64656174332f626c6164652d72616469782d69636f6e73)](https://packagist.org/packages/codeat3/blade-radix-icons)A package to easily make use of [Radix Icons](https://github.com/radix-ui/icons) in your Laravel Blade views.

For a full list of available icons see [the SVG directory](resources/svg) or preview them at \[icons.modulz.app\](.

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

[](#requirements)

- PHP 7.4 or higher
- Laravel 8.0 or higher

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

[](#installation)

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

Updating
--------

[](#updating)

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

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

[](#blade-icons)

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

```
php artisan vendor:publish --tag=blade-radix-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-radix-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 Radix Icons is developed and maintained by [Swapnil Sarwe](https://swapnilsarwe.com).

License
-------

[](#license)

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

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance89

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 83.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 ~178 days

Recently: every ~370 days

Total

11

Last Release

58d ago

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

1.1.1PHP ^7.4|^8.0

### Community

Maintainers

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

---

Top Contributors

[![swapnilsarwe](https://avatars.githubusercontent.com/u/166912?v=4)](https://github.com/swapnilsarwe "swapnilsarwe (30 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")

---

Tags

laravelbladeradix-icons

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/codeat3-blade-radix-icons/health.svg)](https://phpackages.com/packages/codeat3-blade-radix-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)
