PHPackages                             xylph-official/xylph-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. xylph-official/xylph-icons

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

xylph-official/xylph-icons
==========================

Unified icon system for Laravel with 7,404 Solar Icons. Simple API with type-safe parameters and easy variant switching.

v1.0.3(5mo ago)068MITPHPPHP ^8.2

Since Nov 9Pushed 4mo agoCompare

[ Source](https://github.com/xylph-official/xylph-icons)[ Packagist](https://packagist.org/packages/xylph-official/xylph-icons)[ RSS](/packages/xylph-official-xylph-icons/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Icon System
===========

[](#icon-system)

Unified icon system for Laravel supporting multiple icon libraries with easy switching between variants.

Features
--------

[](#features)

- 🎨 **7,404 Solar Icons** (1,234 icons × 6 variants)
- ⚡ **Direct SVG Loading** - High performance, single-step rendering
- 🔧 **Simple API** - Clean, intuitive component syntax
- 🎯 **Type-safe** - Explicit type and variant parameters
- 📦 **Zero Configuration** - Works out of the box
- 🔌 **Extensible** - Support for multiple icon libraries

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

[](#installation)

```
composer require akihikotakai/icon-system
```

Usage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

```

```

### With Variant

[](#with-variant)

```

```

### Available Variants

[](#available-variants)

- `bold-duotone` (default)
- `bold`
- `broken`
- `line-duotone`
- `linear`
- `outline`

### Configuration

[](#configuration)

Publish the config file (optional):

```
php artisan vendor:publish --tag=icon-system-config
```

Set default variant in `.env`:

```
ICON_DEFAULT_LIBRARY=solar
ICON_DEFAULT_STYLE=bold-duotone
```

API Reference
-------------

[](#api-reference)

### Component Parameters

[](#component-parameters)

ParameterTypeRequiredDefaultDescription`type`string✅-Icon type (home, heart, etc.)`variant`string❌bold-duotoneStyle variant`library`string❌solarIcon library`class`string❌-CSS classesExamples
--------

[](#examples)

```

```

License
-------

[](#license)

MIT

Credits
-------

[](#credits)

- Solar Icons by [Solar Icons](https://github.com/480-Design/Solar-Icon-Set) (MIT License)
- Package by Akihiko Takai

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance76

Regular maintenance activity

Popularity8

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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 ~10 days

Total

4

Last Release

153d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d0d13d86fafedefd34c2b31dd9b85e4080fb156cbf15742200129c1d0e63ff6?d=identicon)[akihikotakai](/maintainers/akihikotakai)

---

Tags

laravelcomponentsiconssvgbladeSolar Iconsxylph

### Embed Badge

![Health badge](/badges/xylph-official-xylph-icons/health.svg)

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

###  Alternatives

[blade-ui-kit/blade-icons

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

2.5k34.2M309](/packages/blade-ui-kit-blade-icons)[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)

PHPackages © 2026

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