SVG Icon Library

All SVG icons for Claude Guides. Use with <img> tags or inline SVG.

Icon Naming Convention

Usage

<img src="../assets/svg/checkmark.svg" alt="Complete" class="icon" />

Styling

All icons use currentColor for flexible coloring:

.icon { color: #2563EB; }
.icon:hover { color: #1E40AF; }