PHPackages                             twithers/icons-plus - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. twithers/icons-plus

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

twithers/icons-plus
===================

v1.1.0(1y ago)06.4k↓79.5%5[2 issues](https://github.com/TWithers/icons-plus/issues)PHP

Since Dec 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/TWithers/icons-plus)[ Packagist](https://packagist.org/packages/twithers/icons-plus)[ RSS](/packages/twithers-icons-plus/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Icons Plus for Statamic
=======================

[](#icons-plus-for-statamic)

> Icons Plus is a fieldtype that leverages  to provide a searchable list of open source icons for use in your Statamic site. Icons are stored both as a URL and SVG so they can be used as desired in templates.

Features
--------

[](#features)

- Super easy to install and use
- Provides some configuration options for the fieldtype including icon library restrictions

How to Install
--------------

[](#how-to-install)

You can install this addon via Composer:

```
composer require twithers/icons-plus
```

How to Use
----------

[](#how-to-use)

After adding the fieldtype to your blueprint, you can then store a selected icon.

The stored icon has the following keys:

#### iconPrefix

[](#iconprefix)

The prefix of the icon. This is used to identify the icon library.

#### iconName

[](#iconname)

The name of the icon. This is used to identify the specific icon within the library.

#### label

[](#label)

The prefix + name of the icon, separated by a `:`.

#### iconUrl

[](#iconurl)

The URL of the icon. This is the URL to the SVG file. This allows for use in ``.

#### iconSvg

[](#iconsvg)

The SVG of the icon. This is the SVG markup for the icon. This allows for use in `{!! iconSvg !!}`.

Usage in Templates
------------------

[](#usage-in-templates)

The tag `{{ icons_plus }}` is available to use in your templates. It can be used as context or as a tag pair.

The alias `{{ ip }}` is also available for the tag.

### Context

[](#context)

```
{{ selected_icons_plus_icon }}
    {{ icons_plus }}
{{ /selected_icons_plus_icon }}
```

The tag will resort to the stored SVG first, and fall back on fetching the icon svg via cached http request.

### As a standalone tag

[](#as-a-standalone-tag)

```
{{ icons_plus :icon="selected_icons_plus_icon" }}
```

### Wildcard support

[](#wildcard-support)

You can also use the icon's collection and name to render an icon via API:

```
{{ icons_plus:heroicons:chart-pie }}
```

### Attibute support

[](#attibute-support)

All attributes are supported:

```
{{ icons_plus :icon="selected_icons_plus_icon" class="w-6 h-6 text-blue-500" x-data="" @click="console.log('clicked')" }}
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

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

Total

2

Last Release

572d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd175d4344ddd15f8ee1292dec770ebc47185fd4b7539170ca45093db47a96cb?d=identicon)[TWithers](/maintainers/TWithers)

---

Top Contributors

[![TWithers](https://avatars.githubusercontent.com/u/943772?v=4)](https://github.com/TWithers "TWithers (3 commits)")

### Embed Badge

![Health badge](/badges/twithers-icons-plus/health.svg)

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

###  Alternatives

[statamic/seo-pro

68516.6k](/packages/statamic-seo-pro)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[rias/statamic-redirect

29335.6k](/packages/rias-statamic-redirect)[jacksleight/statamic-bard-texstyle

18195.4k](/packages/jacksleight-statamic-bard-texstyle)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

23111.5k14](/packages/marcorieser-statamic-livewire)[withcandour/aardvark-seo

Save time and get your Statamic site to rank better with the SEO addon for Statamic.

15133.0k](/packages/withcandour-aardvark-seo)

PHPackages © 2026

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