PHPackages                             troccoli/blade-health-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. troccoli/blade-health-icons

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

troccoli/blade-health-icons
===========================

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

v6.0.0(2mo ago)10131.4k↓40.8%3MITPHPPHP ^8.2|^8.3|^8.4|^8.5

Since Jun 17Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/troccoli/blade-health-icons)[ Packagist](https://packagist.org/packages/troccoli/blade-health-icons)[ RSS](/packages/troccoli-blade-health-icons/feed)WikiDiscussions main Synced 4d ago

READMEChangelog (10)Dependencies (8)Versions (21)Used By (0)

 [![Social Card Blade Health Icons](./socialcard-blade-health-icons.png)](./socialcard-blade-health-icons.png)

Blade Health Icons
==================

[](#blade-health-icons)

[![Tests](https://github.com/troccoli/blade-health-icons/actions/workflows/test.yml/badge.svg)](https://github.com/troccoli/blade-health-icons/actions/workflows/test.yml)[![StyleCI](https://camo.githubusercontent.com/1527ba1916335816ab4c479be0638527c21a39169c6b777c2baa6b77ce7ea182/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3337373533393932342f736869656c643f7374796c653d666c6174)](https://camo.githubusercontent.com/1527ba1916335816ab4c479be0638527c21a39169c6b777c2baa6b77ce7ea182/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3337373533393932342f736869656c643f7374796c653d666c6174)[![Packagist Version](https://camo.githubusercontent.com/efb9823fd5c9285d1b64fc95cdb11d4de6dba945f68221e36d0b6b509bd485ff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74726f63636f6c692f626c6164652d6865616c74682d69636f6e73)](https://camo.githubusercontent.com/efb9823fd5c9285d1b64fc95cdb11d4de6dba945f68221e36d0b6b509bd485ff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74726f63636f6c692f626c6164652d6865616c74682d69636f6e73)[![Packagist Downloads](https://camo.githubusercontent.com/670ac4e099bc8af446bca81672f00e6e63d1f7479c792904bd646661234903c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74726f63636f6c692f626c6164652d6865616c74682d69636f6e73)](https://camo.githubusercontent.com/670ac4e099bc8af446bca81672f00e6e63d1f7479c792904bd646661234903c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74726f63636f6c692f626c6164652d6865616c74682d69636f6e73)

A package to easily make use of [Health Icons](https://github.com/resolvetosavelives/healthicons) in your Laravel Blade views.

For a full list of available icons see [the SVG directory](resources/svg) or preview them at [healthicons.org](https://healthicons.org).

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

[](#requirements)

- PHP 8.2 or higher
- Laravel 10.0 or higher

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

[](#installation)

```
composer require troccoli/blade-health-icons
```

The people at [Healthicons.org](https://healthicons.org/) have now moved to published the icon as an NPM package following SemVer. This means that I can now tie the releases of this package to that one.

Versions of Blade Health Icon prior to 3.0.0 were based on a date, i.e. from time to time, or when I knew new icons were available, I would update this package and make a new release.

Today, versions of this package will follow SemVer and the Healthicons.org's own package's versioning.

Please use the table below to choose the correct version to install

Blade Health IconsHealthicons.orgLaravel3.0.01.0.0^9, ^103.0.11.0.1^9, ^103.0.21.0.1^10, ^113.0.31.0.3^10, ^114.0.02.0.0^10, ^115.0.02.0.0^11, ^126.0.02.0.0^12, ^13Blade Icons
-----------

[](#blade-icons)

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

```
php artisan vendor:publish --tag=blade-health-icons-config
```

Usage
-----

[](#usage)

Health Icons provides two types of icons: filled and outlined.

Once you have found the icon you want to use on their [site](https://healthicons.org/), click on it and make a note of the filename. The name of the icon to use will be the filename, where you replace the underscore with dashes. For example, the Blood A- icon's filename is `blood_a_n`, so the name for the icon will be `blood-a-n`.

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:

```

```

The filled icons can be referenced like this:

```

```

### 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-health-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 Healthicons is developed and maintained by [Giulio Troccoli-Allard](https://troccoli.it).

License
-------

[](#license)

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

###  Health Score

59

—

FairBetter than 98% of packages

Maintenance84

Actively maintained with recent releases

Popularity40

Moderate usage in the ecosystem

Community14

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 94.2% 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 ~97 days

Recently: every ~134 days

Total

19

Last Release

84d ago

Major Versions

v1.0.0 → v2.0.02023-02-15

v2.0.1 → v3.0.02024-01-28

v3.0.3 → 4.x-dev2024-10-22

v4.0.0 → 5.x-dev2025-03-01

v5.0.0 → v6.0.02026-04-12

PHP version history (6 changes)v0.1.0PHP ^7.4|^8.0

v2.0.0PHP ^8.1

2.x-devPHP ^8.1|^8.2

3.x-devPHP ^8.1|^8.2|^8.3

5.x-devPHP ^8.2|^8.3|^8.4

v6.0.0PHP ^8.2|^8.3|^8.4|^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d006515de6e0d5c70e408e5d2b2149ff17bed116dc92cb1323aeee2efd52495?d=identicon)[troccoli](/maintainers/troccoli)

---

Top Contributors

[![troccoli](https://avatars.githubusercontent.com/u/11234160?v=4)](https://github.com/troccoli "troccoli (49 commits)")[![leek](https://avatars.githubusercontent.com/u/60204?v=4)](https://github.com/leek "leek (1 commits)")[![machacekmartin](https://avatars.githubusercontent.com/u/33912290?v=4)](https://github.com/machacekmartin "machacekmartin (1 commits)")[![mcpuishor](https://avatars.githubusercontent.com/u/40750444?v=4)](https://github.com/mcpuishor "mcpuishor (1 commits)")

---

Tags

bladehealthiconslaravelsvglaravelbladeHealthicons

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[technikermathe/blade-lucide-icons

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

18421.4k11](/packages/technikermathe-blade-lucide-icons)[ublabs/blade-simple-icons

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

1963.4k](/packages/ublabs-blade-simple-icons)[mallardduck/blade-lucide-icons

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

101926.8k35](/packages/mallardduck-blade-lucide-icons)[secondnetwork/blade-tabler-icons

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

36659.9k28](/packages/secondnetwork-blade-tabler-icons)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)[stijnvanouplines/blade-country-flags

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

26382.0k7](/packages/stijnvanouplines-blade-country-flags)

PHPackages © 2026

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