| 1 |
<svg fill="#FFFFFF" enable-background="new 0 0 32 32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> |
| 2 |
<g id="AI_Translator"> |
| 3 |
<!-- Central AI spark/star (smaller) --> |
| 4 |
<path d="m16 8.5.4 1.1c.45 1.25 1.44 2.24 2.69 2.69l1.1.4c.1.04.1.18 0 .22l-1.1.4c-1.25.45-2.24 1.44-2.69 2.69l-.4 1.1c-.04.1-.18.1-.22 0l-.4-1.1c-.45-1.25-1.44-2.24-2.69-2.69l-1.1-.4c-.1-.04-.1-.18 0-.22l1.1-.4c1.25-.45 2.24-1.44 2.69-2.69l.4-1.1c.04-.1.18-.1.22 0z"/> |
| 5 |
|
| 6 |
<!-- Globe outline --> |
| 7 |
<circle cx="16" cy="16" r="13" fill="none" stroke="#FFFFFF" stroke-width="1.5"/> |
| 8 |
|
| 9 |
<!-- Language text lines --> |
| 10 |
<path d="M7 11h6M8 13h4M6 15h5" stroke="#FFFFFF" stroke-width="1.2" stroke-linecap="round"/> |
| 11 |
<path d="M19 21h6M20 19h4M21 17h5" stroke="#FFFFFF" stroke-width="1.2" stroke-linecap="round"/> |
| 12 |
|
| 13 |
<!-- Translation arrows --> |
| 14 |
<path d="M12 18l2-2-2-2M20 14l-2 2 2 2" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> |
| 15 |
|
| 16 |
<!-- Meridian lines --> |
| 17 |
<path d="M16 3v26" stroke="#FFFFFF" stroke-width="0.8" opacity="0.6"/> |
| 18 |
<ellipse cx="16" cy="16" rx="6" ry="13" fill="none" stroke="#FFFFFF" stroke-width="0.8" opacity="0.6"/> |
| 19 |
<ellipse cx="16" cy="16" rx="13" ry="6" fill="none" stroke="#FFFFFF" stroke-width="0.8" opacity="0.6"/> |
| 20 |
</g> |
| 21 |
</svg> |