40 lines
1.0 KiB
XML
40 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Background gradient -->
|
|
<defs>
|
|
<linearGradient id="favicon-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#2563eb"/>
|
|
<stop offset="100%" style="stop-color:#22d3ee"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Background -->
|
|
<rect width="32" height="32" rx="8" fill="url(#favicon-gradient)"/>
|
|
|
|
<!-- Message bubble -->
|
|
<path
|
|
d="M8 10c0-1.1.9-2 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5L16 23l-3.5-3H10a2 2 0 0 1-2-2v-8z"
|
|
fill="white"
|
|
opacity="0.9"
|
|
/>
|
|
|
|
<!-- AI Processor Symbol -->
|
|
<path
|
|
d="M12 12h8v6h-8v-6z"
|
|
stroke="url(#favicon-gradient)"
|
|
stroke-width="1.5"
|
|
fill="none"
|
|
/>
|
|
<path
|
|
d="M14 14h4M14 16h4"
|
|
stroke="url(#favicon-gradient)"
|
|
stroke-width="1.25"
|
|
stroke-linecap="round"
|
|
/>
|
|
<path
|
|
d="M20 14v2"
|
|
stroke="url(#favicon-gradient)"
|
|
stroke-width="1.25"
|
|
stroke-linecap="round"
|
|
/>
|
|
</svg> |