A pixel-art icon set featuring the Claude Code mascot in various actions, states, and life scenarios.
All icons are built on the same base mascot from Claude Code, with contextual indicators for different situations.
Open icons/preview.html in a browser to see all icons, or check the grid below:
| Read | Edit | Write | Bash | Glob |
| Grep | LSP | WebFetch | WebSearch | Notebook |
| Git | Commit | Merge | PR | Diff |
| Debug | Test | Build | Deploy | Install |
| Lint | Review | HTTP | Docker | SSH |
| Database | API | Logs | CI/CD | Config |
| Env Vars |
| Agent | Explore | Plan | Think | Answer |
| Ask | Wait | Error | Success | Confused |
| Eureka | Focus |
| Rest | Run | Sleep | Drink | Eat |
| Coffee | Happy | Sad | Music | Game |
| Book | Wave | Meditate | Rain | Love |
| Workout | Cook | Travel | Photo | Dance |
| Pet | Birthday |
Each icon is a standalone SVG file (128x128 viewBox). Use them directly:
<img src="icons/clawd_think.svg" width="64" height="64" alt="Thinking">All icons are generated from a single Python script:
python3 generate_icons.pyclawdary/
clawd.svg # Base mascot SVG
generate_icons.py # Icon generator script
icons/
clawd_*.svg # 65 icon SVGs
preview.html # Visual preview page
MIT