PHPackages                             runxel/kirby-simpleicons - 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. runxel/kirby-simpleicons

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

runxel/kirby-simpleicons
========================

Provides easy Kirbytext access to the 'simple icons' package.

0.1.3(6y ago)981MITPHP

Since Jan 7Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/runxel/kirby3-simpleicons)[ Packagist](https://packagist.org/packages/runxel/kirby-simpleicons)[ Docs](https://github.com/runxel/kirby3-simpleicons)[ RSS](/packages/runxel-kirby-simpleicons/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

[Simple-Icons for Kirby](https://github.com/runxel/kirby3-simpleicons)
======================================================================

[](#simple-icons-for-kirby)

[![Kirby Version](https://camo.githubusercontent.com/0e8e3a5f672db69c331d2e1068d9dd7a83d50f971cfa4c13bbb75eb525476dc9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4b697262792d332532422d626c61636b3f266c6f676f3d6b69726279)](https://camo.githubusercontent.com/0e8e3a5f672db69c331d2e1068d9dd7a83d50f971cfa4c13bbb75eb525476dc9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4b697262792d332532422d626c61636b3f266c6f676f3d6b69726279)[![Packagist](https://camo.githubusercontent.com/d75009c7a3690b6741217ac8e5ede816f7147a1fcfd3113d147af9d3f4ab0968/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72756e78656c2f6b697262792d73696d706c6569636f6e733f6c6f676f3d636f6d706f736572)](https://packagist.org/packages/runxel/kirby-simpleicons)[![License](https://camo.githubusercontent.com/5e550b287f043adc447c4a1d6bdf982086251f3921cb625acfdc061e04b02b75/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f72756e78656c2f6b69726279332d73696d706c6569636f6e73)](https://camo.githubusercontent.com/5e550b287f043adc447c4a1d6bdf982086251f3921cb625acfdc061e04b02b75/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f72756e78656c2f6b69726279332d73696d706c6569636f6e73)

A plugin for Kirby 3 to have an easy access to [simple-icons](https://github.com/simple-icons/simple-icons) in Kirbytext.
This plugin allows you to use almost any major brand icon you'd want, without having to source, optimize, and upload these logos yourself.

### Similar plugin

[](#similar-plugin)

"But I don't need *brands*!"
→ Yeah, maybe [this](https://github.com/julien-gargot/kirby-plugin-fontawesome-icon) is what you're looking for then :)

---

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

[](#installation)

Choose one of the following:

- Using composer: `composer require runxel/kirby-simpleicons`; the plugin will automagically appear in `site/plugins`.
- Download a zip of the [latest release](https://github.com/runxel/kirby3-simpleicons/releases/latest) and put the contents into `site/plugins/simpleicons`.
    Please be aware you have to solve the [dependencies](#dependencies) on your own.

Git Submodules is currently not supported, but you can try that anyway, of course :)

### Dependencies

[](#dependencies)

Please be aware that this plugin uses the [simple-icons Composer package](https://packagist.org/packages/simple-icons/simple-icons).
If you're not using composer to install the plugin you have to download the icons by yourself.

Even tho there are CDNs available I don't recommend to use them. SVG can have executable code and also the CDN can track users on your site.

Usage
-----

[](#usage)

As simple as using `(icon:brandname)` in a text.
Works wherever your text will be rendered as [Kirbytext](https://getkirby.com/docs/reference/text/kirbytags).
The svg will be served *inline* [\[1\]](#f1) and inside a span with a fixed class of `.simpleicon`.
You can however specify your own, additional class like this `(icon:github class:myclass)`

To see all available icons please go to [simpleicons.org](https://simpleicons.org/).
If you think there is an icon missing **DO NOT** request it here, but at the [simple-icons repo](https://github.com/simple-icons/simple-icons/issues/new/choose).

\[1\] This is done so you can style it with a `fill` thru CSS. [↩](#a1)

Configuration
-------------

[](#configuration)

To assure the svgs won't look off, you need some proper styling via **CSS**, like the following:

```
.simpleicon { /* span */
    display: inline-block; /* important! */
    /* size can be adjusted to your taste */
    height: 1em;
    width: 1em;
    fill: var(--text-color); /* color the svg */
}

.simpleicon svg { /* not a must, just for your taste */
    vertical-align: middle;
}
```

Disclaimer
----------

[](#disclaimer)

This plugin is provided "as is" with no guarantee. If you find any issues, please [create a new issue](https://github.com/runxel/kirby3-simpleicons/issues/new).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96% 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 ~0 days

Total

4

Last Release

2317d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d3be8e1133161ec3a0a989f4f3bcae5ebd12fa413de5c45ed091338618dc78d?d=identicon)[runxel](/maintainers/runxel)

---

Top Contributors

[![runxel](https://avatars.githubusercontent.com/u/2277182?v=4)](https://github.com/runxel "runxel (24 commits)")[![adamrusted](https://avatars.githubusercontent.com/u/1830867?v=4)](https://github.com/adamrusted "adamrusted (1 commits)")

---

Tags

iconskirbykirbytextsimple-iconsiconssvgkirby

### Embed Badge

![Health badge](/badges/runxel-kirby-simpleicons/health.svg)

```
[![Health](https://phpackages.com/badges/runxel-kirby-simpleicons/health.svg)](https://phpackages.com/packages/runxel-kirby-simpleicons)
```

###  Alternatives

[twbs/bootstrap-icons

Official open source SVG icon library for Bootstrap

7.9k2.0M56](/packages/twbs-bootstrap-icons)[simple-icons/simple-icons

SVG icons for popular brands

24.8k194.2k4](/packages/simple-icons-simple-icons)[loganmarchione/homelab-svg-assets

Full-color SVG icons of homelab-related software, products, and brands

1.2k1.6k](/packages/loganmarchione-homelab-svg-assets)[fortawesome/wordpress-fontawesome

Official Font Awesome WordPress plugin composer package.

662.1k](/packages/fortawesome-wordpress-fontawesome)[tobimori/kirby-tailwind-merge

Tailwind Merge for Kirby CMS

276.3k](/packages/tobimori-kirby-tailwind-merge)[johannschopplich/kirby-seo-audit

SEO analysis powered by Yoast for Kirby CMS

102.3k](/packages/johannschopplich-kirby-seo-audit)

PHPackages © 2026

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