Icon
/install icon
Icon
Generate, convert, and manage icons for web and app projects.
Commands
generate
Generate an SVG icon from a name and optional style parameters.
bash scripts/script.sh generate --name "arrow-right" --size 24 --color "#333" --output icons/
sprite
Combine multiple SVG icons into a single SVG sprite sheet.
bash scripts/script.sh sprite --input icons/ --output sprite.svg --prefix "icon-"
convert
Convert icons between ICO, PNG, and SVG formats.
bash scripts/script.sh convert --input icon.svg --format png --sizes "16,32,64"
search
Search available icon names by keyword.
bash scripts/script.sh search --query "arrow" --style outline
resize
Batch resize icons to specified dimensions.
bash scripts/script.sh resize --input icons/ --sizes "16,24,32,48" --output resized/
favicon
Generate a full favicon set (ICO, PNG, Apple Touch, manifest) from a source image.
bash scripts/script.sh favicon --input logo.svg --output favicons/
Output
generate: SVG file written to output directorysprite: Single SVG sprite sheet with\x3Csymbol>elementsconvert: Converted files in target format and sizessearch: List of matching icon names printed to stdoutresize: Resized icon files in output directoryfavicon: favicon.ico, apple-touch-icon.png, android-chrome PNGs, site.webmanifest
Requirements
- bash 4+
Feedback
https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install icon - After installation, invoke the skill by name or use
/icon - Provide required inputs per the skill's parameter spec and get structured output
What is Icon?
Generate and convert icons. Use when creating SVGs, building sprite sheets, converting ICO/PNG/SVG, or generating favicon sets. It is an AI Agent Skill for Claude Code / OpenClaw, with 399 downloads so far.
How do I install Icon?
Run "/install icon" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Icon free?
Yes, Icon is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Icon support?
Icon is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Icon?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v3.4.1.