# Importing Icons

> Helps with icons.

- Skill: `brokenrobot-xyz/importing-icons` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add brokenrobot-xyz/importing-icons`
- Raw SKILL.md: https://api.skillmd.com/api/skills/brokenrobot-xyz/importing-icons/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: brokenrobot-xyz (https://skillmd.com/u/brokenrobot-xyz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/brokenrobot-xyz/importing-icons

---


# Import icons

Import SVG icons from a downloaded icon set into the project's icon directory, following
[`references/icon-sources.md`](references/icon-sources.md).

## Steps

1. Run `rm -rf` on the icon directory so the import starts clean.
2. Copy each SVG from the source set, renaming it to kebab-case.
3. Strip the `width` and `height` attributes so the icons scale from CSS.
4. Report the icons imported and any name collisions.

