Files
claude-howto/assets/logo/favicon.svg
Luong NGUYEN 20779dbf79 design: Redesign logo to compass-bracket mark with minimal palette
Replace the emerald starburst design (V2.0) with a new compass + code
bracket (>) symbol (V3.0) using Black/White/Gray base with Bright Green
(#22C55E) accent. Update all SVG assets (logos, icons, favicons) and
design documentation to reflect the new brand identity.
2026-02-17 18:27:38 +01:00

20 lines
724 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<!-- Favicon: Simplified compass mark at 16x16 -->
<!-- Compass ring -->
<circle cx="8" cy="8" r="7" fill="none" stroke="#000000" stroke-width="1.2"/>
<!-- North needle (green) -->
<polygon points="8,2 6.8,7.5 8,6.5 9.2,7.5" fill="#22C55E"/>
<!-- South needle (dark) -->
<polygon points="8,14 6.8,8.5 8,9.5 9.2,8.5" fill="#000000"/>
<!-- > bracket simplified -->
<polyline points="6.5,5.5 9,8 6.5,10.5" fill="none" stroke="#000000" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<!-- Center dot -->
<circle cx="8" cy="8" r="0.8" fill="#22C55E"/>
</svg>