PHPackages                             bimthebam/silverstripe-lucide-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. bimthebam/silverstripe-lucide-icons

ActiveSilverstripe-vendormodule[Templating &amp; Views](/categories/templating)

bimthebam/silverstripe-lucide-icons
===================================

Provides Lucide icons as an inline SVG template helper for Silverstripe CMS

1.0.0(4mo ago)0117—10%BSD-3-ClausePHPPHP ^8.1

Since Apr 2Pushed 4mo agoCompare

[ Source](https://github.com/bimthebam/silverstripe-lucide-icons)[ Packagist](https://packagist.org/packages/bimthebam/silverstripe-lucide-icons)[ RSS](/packages/bimthebam-silverstripe-lucide-icons/feed)WikiDiscussions main Synced 1w ago

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

Silverstripe Lucide Icons
=========================

[](#silverstripe-lucide-icons)

Provides [Lucide](https://lucide.dev) icons as a template helper for Silverstripe CMS. Icons are rendered inline as SVG, with optional attribute customization.

Requirements
------------

[](#requirements)

- PHP ^8.1
- Silverstripe Framework ^5 || ^6

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

[](#installation)

```
composer require bimthebam/silverstripe-lucide-icons
```

Usage
-----

[](#usage)

Use the `$LucideIcon` template helper to render an icon by name:

```
$LucideIcon('arrow-right')
```

### Custom SVG attributes

[](#custom-svg-attributes)

You can pass additional SVG attributes as extra arguments in `key="value"` format:

```
$LucideIcon('arrow-right', 'width="32"', 'height="32"', 'stroke="red"')
```

### Appending to existing attributes

[](#appending-to-existing-attributes)

Prefix the value with `...` to append to an existing attribute instead of replacing it:

```
$LucideIcon('arrow-right', 'class="...my-icon"')
```

This will append `my-icon` to the existing `class` attribute of the SVG element.

Icon overriding
---------------

[](#icon-overriding)

Icons can be overridden via Silverstripe's theme system. Place a custom SVG file at the following path within your theme:

```
themes//bimthebam/silverstripe-lucide-icons/icons/.svg

```

The themed version will take priority over the bundled icon.

Caching
-------

[](#caching)

Rendered icons are cached automatically. To clear the cache, append `?flush=1` to any URL or use the CLI:

- Silverstripe 5: `sake dev/build?flush=1`
- Silverstripe 6: `sake flush`

Bundled icon version
--------------------

[](#bundled-icon-version)

This module includes icons from Lucide v1.7.0.

License
-------

[](#license)

This module is licensed under the [BSD-3-Clause](LICENSE.md) license.

The bundled Lucide icons are licensed under the [ISC License](LICENSE_LUCIDE.md). Some icons derived from the Feather project are licensed under the MIT License. See [LICENSE\_LUCIDE.md](LICENSE_LUCIDE.md) for details.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance75

Regular maintenance activity

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

136d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9837249476c237bd1885f45ef4da46dbccc2556c4940323d654c3726a72c4dbd?d=identicon)[bimthebam](/maintainers/bimthebam)

---

Top Contributors

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

---

Tags

silverstripeiconslucide

### Embed Badge

![Health badge](/badges/bimthebam-silverstripe-lucide-icons/health.svg)

```
[![Health](https://phpackages.com/badges/bimthebam-silverstripe-lucide-icons/health.svg)](https://phpackages.com/packages/bimthebam-silverstripe-lucide-icons)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.6k10](/packages/helsingborg-stad-municipio)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[silverstripe-themes/simple

The SilverStripe simple theme (default SilverStripe 3 theme)

401.3M8](/packages/silverstripe-themes-simple)[pressbooks/pressbooks-book

This theme is named after Canadian media theorist Marshall McLuhan, who coined the phrase “the medium is the message.” It is designed for academic writing and is also suitable for fiction. Headings are set in Cormorant Garamond, and body type is set in Lora.

226.7k](/packages/pressbooks-pressbooks-book)[silverstripe/login-forms

A collection of templates for the CMS login screens

191.4M30](/packages/silverstripe-login-forms)[rywa/silverstripe-foundation-forms

Add ZURB Foundation framework forms compatibility to SilverStripe 3

126.4k](/packages/rywa-silverstripe-foundation-forms)

PHPackages © 2026

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