Sistema de ícones stroke-based. 2px stroke, round caps, currentColor.
stroke-width: 2px em todos os tamanhosstroke-linecap: round e stroke-linejoin: round obrigatóriosviewBox 24x24 como referência canônicacurrentColor para herança; mínimo 44x44px para touch targets<!-- Exemplo: ícone Check --> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <polyline points="20 6 9 17 4 12"/> </svg>