A Kirby CMS plugin for easy integration of Remix Icons. This plugin provides SVG icons for use in blueprints and the panel.
Icons from Remix Design. Support them at BuyMeACoffee.
Run the following command in your Kirby CMS project:
composer require estd/kirby-remix-icons
- Copy
kirby-remix-icons
to/site/plugins/
. - Use icons in your blueprints by their names.
fields:
fireLine:
label: Fire Line Icon
icon: fire-line
fireFill:
label: Fire Fill Icon
icon: fire-fill
- Fill Icon:
arrow-down-box-fill
- Line Icon:
arrow-down-line
You can use the Python script to include your own custom SVGs.
- Organize SVGs in the
icons/
directory (subfolders are optional). - Run the script:
python3 generate_icons.py
- Place the generated plugin in
/site/plugins/
.
icons/
Arrows/
arrow-down-box-fill.svg
arrow-up-box-fill.svg
Shapes/
square-fill.svg
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.