PHPackages                             codeiucom/laravel-blade-svg-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. codeiucom/laravel-blade-svg-icons

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

codeiucom/laravel-blade-svg-icons
=================================

CodeIU Laravel Blade Svg Icons Directive

v1.0.0(4y ago)07MITPHPPHP ^8.0

Since Mar 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/codeiucom/laravel-blade-svg-icons)[ Packagist](https://packagist.org/packages/codeiucom/laravel-blade-svg-icons)[ RSS](/packages/codeiucom-laravel-blade-svg-icons/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel Blade Svg Icons Directives
==================================

[](#laravel-blade-svg-icons-directives)

install
-------

[](#install)

```
composer require codeiucom/laravel-blade-svg-icons

```

use directive
-------------

[](#use-directive)

### - Heroicons

[](#--heroicons)

- ex) @heroicons-`iconName`-`style`("`classes`")

1. default ```
    @heroicons-folder("w-6 h-6")

    ```
2. outline ```
    @heroicons-folder-o("w-6 h-6")

    ```
3. solid ```
    @heroicons-folder-s("w-6 h-6")

    ```

### - Bootstrap Icons

[](#--bootstrap-icons)

- ex) @twbsicons-`iconName`("`classes`") ```
    @twbsicons-github("w-5 h-5")

    ```

Heroicons options
-----------------

[](#heroicons-options)

1. change directive ex)

    ```
    # default heroicons
    CODEIU_LARAVEL_BLADE_SVG_HEROICONS_PREFIX=hicon
    # default twbsicons
    CODEIU_LARAVEL_BLADE_SVG_TWBS_ICONS_PREFIX=bsicon
    ```
2. set default class ex)

    ```
    # default empty
    CODEIU_LARAVEL_BLADE_SVG_HEROICONS_DEFAULT_CLASSES="w-6 h-6"
    # default empty
    CODEIU_LARAVEL_BLADE_SVG_TWBSICONS_DEFAULT_CLASSES="w-5 h-5"
    ```

    if you use default class with tailwindcss, add below in tailwind.config.js

    ```
    module.exports = {
       ...
       content: [
          './storage/framework/views/*.php',
       ],
       ...
    }

    ```
3. change heroicons default style (default: solid)

    ```
    CODEIU_LARAVEL_SVG_BLADE_HEROICONS_DEFAULT_STYLE=outline
    ```

svg icons
---------

[](#svg-icons)

heroicons - v1.0.5

twbs icons - v1.8.1

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

1583d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/99959671?v=4)[CodeIU](/maintainers/codeiucom)[@codeiucom](https://github.com/codeiucom)

---

Top Contributors

[![anonymouslab](https://avatars.githubusercontent.com/u/17001756?v=4)](https://github.com/anonymouslab "anonymouslab (2 commits)")

### Embed Badge

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

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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