PHPackages                             ihahachi/calcite-ui-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. ihahachi/calcite-ui-icons

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

ihahachi/calcite-ui-icons
=========================

Calcite UI Icons Blade component for Laravel

v1.0.5(2mo ago)111↓90%MITBladePHP ^8.1

Since Apr 2Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/ihahachi/calcite-ui-icons)[ Packagist](https://packagist.org/packages/ihahachi/calcite-ui-icons)[ RSS](/packages/ihahachi-calcite-ui-icons/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (6)Dependencies (6)Versions (7)Used By (0)

Calcite UI Icons for Laravel
============================

[](#calcite-ui-icons-for-laravel)

[![Calcite Design System Icons](https://private-user-images.githubusercontent.com/7762172/576624353-60fa5660-fc61-406b-b102-62a6c9b19ca7.jpg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODE3ODYwNzQsIm5iZiI6MTc4MTc4NTc3NCwicGF0aCI6Ii83NzYyMTcyLzU3NjYyNDM1My02MGZhNTY2MC1mYzYxLTQwNmItYjEwMi02MmE2YzliMTljYTcuanBnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDYxOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA2MThUMTIyOTM0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTU5ZmY0MTAyNjYxOTUwNmEyZjk0NjhhNDY3MzcwNTNkNTQ1N2M0ZDQ1MmUxOGE4OTE4NTUwZGQ0OTFkY2Y2ZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGanBlZyJ9.BXCGqybE614gNj-dcHaEhuI8D_l-HudlUcEZsBp_p8k)](https://private-user-images.githubusercontent.com/7762172/576624353-60fa5660-fc61-406b-b102-62a6c9b19ca7.jpg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODE3ODYwNzQsIm5iZiI6MTc4MTc4NTc3NCwicGF0aCI6Ii83NzYyMTcyLzU3NjYyNDM1My02MGZhNTY2MC1mYzYxLTQwNmItYjEwMi02MmE2YzliMTljYTcuanBnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDYxOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA2MThUMTIyOTM0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTU5ZmY0MTAyNjYxOTUwNmEyZjk0NjhhNDY3MzcwNTNkNTQ1N2M0ZDQ1MmUxOGE4OTE4NTUwZGQ0OTFkY2Y2ZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGanBlZyJ9.BXCGqybE614gNj-dcHaEhuI8D_l-HudlUcEZsBp_p8k)

Blade component package to easily use Calcite UI Icons in Laravel applications.

This package provides a clean and simple way to render Calcite UI Icons using Blade components with configurable defaults, publishable configuration, and test support.

---

📦 Installation
==============

[](#-installation)

Install the package via Composer:

```
composer require ihahachi/calcite-ui-icons
```

Laravel automatically discovers the service provider.

---

🚀 Usage
=======

[](#-usage)

Use the icon component directly in your Blade views.

```

```

With custom class:

```

```

Full example:

```

    User Section

```

---

🎯 Icon Names
============

[](#-icon-names)

All available icons come from the Calcite UI Icons library.

Browse icons here:

Copy the icon name and use it in the component.

Example:

```
user
search
download
upload
layer
plus
minus
trash

```

Usage:

```

```

---

🧩 Component Props
=================

[](#-component-props)

PropTypeDefaultDescriptioniconstringrequiredIcon name from Calcite UI Iconsclassstringconfig valueCSS classesExample:

```

```

---

⚙️ Configuration
================

[](#️-configuration)

Publish the config file:

```
php artisan vendor:publish --tag=calcite-icons-config
```

This will create:

```
config/calcite-icons.php

```

---

🛠 Config File
=============

[](#-config-file)

```
return [

    'class' => 'w-5 h-5',

    'auto_load' => true,

];
```

### Available Options

[](#available-options)

OptionDescriptionclassDefault icon classauto\_loadAuto load Calcite UI script---

🧪 Testing
=========

[](#-testing)

Run tests using Pest.

```
vendor/bin/pest
```

or

```
composer test
```

---

🤝 Contributing
==============

[](#-contributing)

Contributions are welcome.

1. Fork the repository
2. Create a branch

```
git checkout -b feature/new-feature
```

3. Commit changes

```
git commit -m "Add new feature"
```

4. Push

```
git push origin feature/new-feature
```

5. Create Pull Request

---

📄 License
=========

[](#-license)

MIT License

---

❤️ Credits
==========

[](#️-credits)

- Calcite UI Icons

---

🔗 Resources
===========

[](#-resources)

Calcite UI Icons

---

⭐ Support
=========

[](#-support)

If you find this package useful, please consider giving it a star on GitHub.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance84

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Every ~1 days

Total

6

Last Release

81d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b39614433968fd989ae488b6e672c411e40443470ede6b4d3ce91866b562b228?d=identicon)[Hachi Abderrahmane Ben Salem](/maintainers/Hachi%20Abderrahmane%20Ben%20Salem)

---

Top Contributors

[![ihahachi](https://avatars.githubusercontent.com/u/7762172?v=4)](https://github.com/ihahachi "ihahachi (16 commits)")

---

Tags

laraveliconssvgbladeCalcite

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/ihahachi-calcite-ui-icons/health.svg)

```
[![Health](https://phpackages.com/badges/ihahachi-calcite-ui-icons/health.svg)](https://phpackages.com/packages/ihahachi-calcite-ui-icons)
```

###  Alternatives

[blade-ui-kit/blade-icons

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

2.5k42.5M398](/packages/blade-ui-kit-blade-icons)[hasinhayder/tyro-dashboard

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

5443.8k](/packages/hasinhayder-tyro-dashboard)[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)[hasinhayder/tyro-login

Tyro Login - Beautiful, customizable authentication views for Laravel 12 &amp; 13

2464.9k6](/packages/hasinhayder-tyro-login)

PHPackages © 2026

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