mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
11 lines
440 B
XML
11 lines
440 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
||
|
|
<stop offset="0%" stop-color="#6c4cf0"/>
|
||
|
|
<stop offset="100%" stop-color="#9884f5"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect width="32" height="32" rx="8" fill="url(#g)"/>
|
||
|
|
<text x="16" y="23" text-anchor="middle" font-size="20" font-family="system-ui, sans-serif" fill="#ffffff">♫</text>
|
||
|
|
</svg>
|