mirror of
https://github.com/sudoxreboot/groqd
synced 2026-04-14 11:36:49 +00:00
12 lines
716 B
XML
12 lines
716 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="512" height="512" fill="none" stroke="url(#groqdStroke)" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" role="img" aria-label="groqd icon">
|
|
<defs>
|
|
<linearGradient id="groqdStroke" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#7FFFD4"/>
|
|
<stop offset="35%" stop-color="#A6F0FF"/>
|
|
<stop offset="65%" stop-color="#B89CFF"/>
|
|
<stop offset="100%" stop-color="#FF4FD8"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<path d="M5 6h14a3 3 0 0 1 3 3v5a3 3 0 0 1-3 3h-7l-4 3v-3H5a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3z"/>
|
|
<path d="M12 8.3l1.1 2.2 2.4.3-1.8 1.6.5 2.3-2.2-1.2-2.2 1.2.5-2.3-1.8-1.6 2.4-.3z"/>
|
|
</svg>
|