estd / kirby-remix-icons
A Kirby CMS plugin to use Remix Icons.
Installs: 275
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 1
Forks: 1
Open Issues: 2
Type:kirby-plugin
Requires
README
A Kirby CMS plugin for easy integration of Remix Icons. This plugin provides SVG icons for use in blueprints and the panel.
Acknowledgments
Icons from Remix Design. Support them at BuyMeACoffee.
Installation
Via Composer
Run the following command in your Kirby CMS project:
composer require estd/kirby-remix-icons
Manual Installation
- Copy
kirby-remix-icons
to/site/plugins/
. - Use icons in your blueprints by their names.
Example Blueprint
fields: fireLine: label: Fire Line Icon icon: fire-line fireFill: label: Fire Fill Icon icon: fire-fill
Blueprint Examples
- Fill Icon:
arrow-down-box-fill
- Line Icon:
arrow-down-line
Generate Your Icon Set
You can use the Python script to include your own custom SVGs.
Steps:
- Organize SVGs in the
icons/
directory (subfolders are optional). - Run the script:
python3 generate_icons.py
- Place the generated plugin in
/site/plugins/
.
Example Icon Structure
icons/
Arrows/
arrow-down-box-fill.svg
arrow-up-box-fill.svg
Shapes/
square-fill.svg
License
This plugin uses Remix Icons under the Remix Design license:
- Free for Personal and Commercial Use: No attribution required but appreciated.
- Prohibited Uses:
- Redistribution or sale of icons as is.
- Use of icons in standalone applications, libraries, or design systems intended for distribution or sale.
For full terms, refer to Remix Icon License.