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

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

theutz/statamic-ant-design-icons
================================

An addon for Statamic that let's you use Ant Design icons as inline SVGs.

v1.0.0(4y ago)1342[1 issues](https://github.com/theutz/statamic-ant-design-icons/issues)MITPHPPHP &gt;=7.4

Since Oct 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/theutz/statamic-ant-design-icons)[ Packagist](https://packagist.org/packages/theutz/statamic-ant-design-icons)[ RSS](/packages/theutz-statamic-ant-design-icons/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Statamic Ant Design Icons
=========================

[](#statamic-ant-design-icons)

> Statamic Ant Design Icons is an addon that lets you include SVG icons from the Ant Design system in your templates using a tag.

Features
--------

[](#features)

This addon does:

- Provides a tag for including SVGs in Antlers templates.
- Provides an attribute for adding CSS classes to the inlined SVG.
- Publishes icons to your site to be used as assets (if you want)

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

[](#how-to-install)

You can search for this addon in the `Tools > Addons` section of the Statamic control panel and click **install**, or run the following command from your project root:

```
composer require theutz/statamic-ant-design-icons
```

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

[](#how-to-use)

### `{{ antdesignicons }}` Tag

[](#-antdesignicons--tag)

There are a number of ways to use the `{{ antdesignicons }}` tag in your templates. The examples below all produce identical output.

```
    {{ antdesignicons:check-circle:outlined }}

    {{ anticon:check-circle type="outlined" }}

    {{ anticon icon="check-circle" type="outlined" }}

    {{ anticon:check-circle }}
```

You can also pass a class attribute to be added to the inline SVG.

```
    {{ antdesignicons:check-circle class="fill-current text-color-400" }}
```

### As Assets

[](#as-assets)

To use the published icons as assets, do the following:

1. Create a new filesystem for the asset container

```
// config/filesystems.php
return [
    // ...
    'disks' => [
        // ...
        'antdesignicons' => [
            'driver' => 'local',
            'root' => public_path('vendor/statamic-ant-design-icons'),
            'url' => env('APP_URL') . '/vendor/statamic-ant-design-icons',
            'visibility' => 'public'
        ]
    ],
];
```

2. Setup a new asset container for the icons

```
# content/assets/ant_design_icons.yml
title: "Ant Design Icons"
disk: antdesignicons
allow_uploads: false
allow_downloading: true
allow_renaming: false
allow_moving: false
create_folders: false
```

3. Enjoy!

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

1659d ago

### Community

Maintainers

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

---

Top Contributors

[![theutz](https://avatars.githubusercontent.com/u/756348?v=4)](https://github.com/theutz "theutz (18 commits)")

### Embed Badge

![Health badge](/badges/theutz-statamic-ant-design-icons/health.svg)

```
[![Health](https://phpackages.com/badges/theutz-statamic-ant-design-icons/health.svg)](https://phpackages.com/packages/theutz-statamic-ant-design-icons)
```

###  Alternatives

[cmb2/cmb2

CMB2 is a metabox, custom fields, and forms library for WordPress that will blow your mind.

3.0k640.4k23](/packages/cmb2-cmb2)

PHPackages © 2026

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