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