Task: Analyze the HTML/CSS/JS application provided  to understand its visual theme and purpose. 

Instructions:
1. Conceptualize & Style: Design a simple, scalable vector icon (viewBox "0 0 100 100") that represents the tool, utilizing the primary accent colors extracted from the provided CSS.
2. Step 1 (Raw Output): First, output the clean, well-formatted raw <svg> block inside a standard markdown code block. 
3. Step 2 (URI Conversion): Directly below that, manually convert that specific SVG code into a fully percent-encoded (URL-encoded) data:image/svg+xml string. Ensure all spaces (%20), double quotes (%22), hashes (%23), slashes (%2F), and angle brackets (%3C, %3E) are completely encoded.
4. Final Output Format: Conclude your response by placing the final, embeddable HTML string on its own line at the very bottom: 
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,...">
