favicon.svg 1.1 KB

1234567891011121314151617181920212223
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
  2. <!-- Fondo circular -->
  3. <circle cx="16" cy="16" r="15" fill="#3b82f6" stroke="#1e40af" stroke-width="1"/>
  4. <!-- Documento -->
  5. <path d="M8 6h10l6 6v14H8V6z" fill="white" stroke="#1e40af" stroke-width="1"/>
  6. <path d="M18 6v6h6" fill="none" stroke="#1e40af" stroke-width="1"/>
  7. <!-- Líneas del documento -->
  8. <rect x="10" y="12" width="8" height="1" fill="#1e40af"/>
  9. <rect x="10" y="15" width="6" height="1" fill="#1e40af"/>
  10. <rect x="10" y="18" width="7" height="1" fill="#1e40af"/>
  11. <!-- Reloj temporal -->
  12. <circle cx="16" cy="16" r="6" fill="none" stroke="#f59e0b" stroke-width="2"/>
  13. <circle cx="16" cy="16" r="1" fill="#f59e0b"/>
  14. <!-- Manecillas del reloj -->
  15. <line x1="16" y1="16" x2="16" y2="12" stroke="#f59e0b" stroke-width="1.5" stroke-linecap="round"/>
  16. <line x1="16" y1="16" x2="18" y2="16" stroke="#f59e0b" stroke-width="1.5" stroke-linecap="round"/>
  17. <!-- Indicador de tiempo (punto que se mueve) -->
  18. <circle cx="16" cy="10" r="1" fill="#ef4444"/>
  19. </svg>