14 lines
624 B
XML
14 lines
624 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="100%" height="100%" role="img" aria-label="WatchGether">
|
|
<title>WatchGether</title>
|
|
<defs>
|
|
<linearGradient id="wg-mark" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#00f2fe"/>
|
|
<stop offset="100%" stop-color="#3b82f6"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="200" height="200" rx="44" fill="#0f1015"/>
|
|
<circle cx="76" cy="100" r="54" fill="#eef6ff" opacity="0.92"/>
|
|
<circle cx="124" cy="100" r="54" fill="url(#wg-mark)" opacity="0.92"/>
|
|
<polygon points="88,78 88,122 126,100" fill="#0f1015"/>
|
|
</svg>
|