15 lines
669 B
XML
15 lines
669 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 196 48" role="img" aria-label="IA qu'à">
|
|
<defs>
|
|
<linearGradient id="iaGrad" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#06B6D4"/>
|
|
<stop offset="100%" stop-color="#3B82F6"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<text x="0" y="37" font-family="Inter, system-ui, -apple-system, sans-serif" font-size="38" letter-spacing="-0.5">
|
|
<tspan fill="url(#iaGrad)" font-weight="800">IA</tspan>
|
|
<tspan fill="#334155" font-weight="700" dx="6">qu</tspan>
|
|
<tspan fill="url(#iaGrad)" font-weight="600">’</tspan>
|
|
<tspan fill="#334155" font-weight="700">à</tspan>
|
|
</text>
|
|
</svg>
|