PHPackages                             kaungkhantjc/blade-hugeicons - 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. kaungkhantjc/blade-hugeicons

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

kaungkhantjc/blade-hugeicons
============================

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

v1.0.0(1mo ago)01↑2900%MITPHPPHP ^8.2CI passing

Since Mar 22Pushed 1mo agoCompare

[ Source](https://github.com/kaungkhantjc/blade-hugeicons)[ Packagist](https://packagist.org/packages/kaungkhantjc/blade-hugeicons)[ Docs](https://github.com/kaungkhantjc/blade-hugeicons)[ RSS](/packages/kaungkhantjc-blade-hugeicons/feed)WikiDiscussions main Synced 1mo ago

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

[![Social Card](https://github.com/kaungkhantjc/blade-hugeicons/raw/main/art/socialcard-blade-hugeicons.jpeg)](https://github.com/kaungkhantjc/blade-hugeicons/blob/main/art/socialcard-blade-hugeicons.jpeg)

Blade Hugeicons
===============

[](#blade-hugeicons)

[ ![Tests](https://github.com/kaungkhantjc/blade-hugeicons/workflows/Tests/badge.svg)](https://github.com/kaungkhantjc/blade-hugeicons/actions?query=workflow%3ATests)[ ![Coding Standards](https://github.com/kaungkhantjc/blade-hugeicons/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/kaungkhantjc/blade-hugeicons/actions/workflows/coding-standards.yml)[ ![Latest Stable Version](https://camo.githubusercontent.com/81d786bab95e9d5106d77c21eebddee9a00d8bfc8de484ef431d4861b98ee19c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b61756e676b68616e746a632f626c6164652d6875676569636f6e73)](https://packagist.org/packages/kaungkhantjc/blade-hugeicons)[ ![Total Downloads](https://camo.githubusercontent.com/38d926562ff4647353ae116c612d41399a64cd9bbf5c8f4e6cb71c202eed420d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b61756e676b68616e746a632f626c6164652d6875676569636f6e73)](https://packagist.org/packages/kaungkhantjc/blade-hugeicons)A package to easily make use of [Hugeicons](https://hugeicons.com) - **~5,000+ (Stroke Rounded) Icons** in your Laravel Blade views.

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

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

[](#requirements)

- PHP 8.2 or higher
- Laravel 10.0 or higher

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

[](#installation)

```
composer require kaungkhantjc/blade-hugeicons
```

### ✨ How Icons Are Generated

[](#-how-icons-are-generated)

The SVG icons in this package are generated directly from the **official [@hugeicons/core-free-icons](https://www.npmjs.com/package/@hugeicons/core-free-icons) npm package** — no third-party scrapers, no manual exports. Each icon is rendered server-side via React's `renderToStaticMarkup`, producing clean, minimal SVG markup with all unnecessary attributes stripped out. The result is pure, Blade-compatible SVG files ready for use with [Blade Icons](https://github.com/driesvints/blade-icons).

### 🤖 Automated Updates via GitHub Actions

[](#-automated-updates-via-github-actions)

This package is kept up to date automatically. A scheduled GitHub Actions workflow runs **daily at 00:00 UTC** and:

1. Checks whether a new version of `@hugeicons/core-free-icons` has been published to npm.
2. If an update is detected, installs dependencies, upgrades the package, and regenerates all SVG icons.
3. Commits the updated `package.json` and regenerated icons, then **creates a new GitHub release automatically**.

This means you always get the latest Hugeicons set simply by updating the Composer package — no manual intervention required.

> If you find this package useful, a ⭐ on [GitHub](https://github.com/kaungkhantjc/blade-hugeicons) is much appreciated!

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

[](#blade-icons)

Blade Hugeicons uses Blade Icons under the hood. Please refer to [the Blade Icons readme](https://github.com/driesvints/blade-icons) for additional functionality. We also recommend to [enable icon caching](https://github.com/driesvints/blade-icons#caching) with this library.

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

[](#configuration)

Blade Hugeicons 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-hugeicons.php` config file:

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

```

```

You can modify the icon's stroke-width using several methods:

```

```

The components support all standard SVG attributes, allowing for precise control over dimensions, color, and stroke properties.

```

```

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

Then use them in your views like:

```

```

Changelog
---------

[](#changelog)

Check out the [releases page](https://github.com/kaungkhantjc/blade-hugeicons/releases) in this repository for all the recent changes.

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

[](#maintainers)

Blade Hugeicons is developed and maintained by [Kaung Khant Kyaw](https://github.com/kaungkhantjc).

License
-------

[](#license)

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

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance90

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

52d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a1549c133bd569a0a9b04f27be6442d38a47f234b333942427143226c7f4d68?d=identicon)[kaungkhantjc](/maintainers/kaungkhantjc)

---

Top Contributors

[![kaungkhantjc](https://avatars.githubusercontent.com/u/58139120?v=4)](https://github.com/kaungkhantjc "kaungkhantjc (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

bladehugeiconsiconslaravelsvglaravelbladeHugeicons

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kaungkhantjc-blade-hugeicons/health.svg)

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

###  Alternatives

[afatmustafa/blade-hugeicons

A package to easily make use of Hugeicons(Free version) in your Laravel Blade views.

13129.0k3](/packages/afatmustafa-blade-hugeicons)[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)

PHPackages © 2026

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