blob: 1c8784db8275cbd499c653bfe72532dcb573751c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>WATnow icon</title>
<defs>
<linearGradient id="clay" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#FFFFFF"/>
<stop offset="0.55" stop-color="#F1F4FA"/>
<stop offset="1" stop-color="#D5DDEC"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="32" height="32" rx="8" fill="url(#clay)"/>
<g transform="translate(3.0 8.229) scale(0.13)">
<path fill="#1F2440" d="M53.52 0L71.86 35.78L89.3 0L110.7 0L128.14 34.24L115.9 52.28L99.7 22.92L69.12 80.42L40.36 20.18L27.82 20.18L67.88 100.6L89 63L98.78 80.72L100 83.78L80.12 119.56L55.66 119.56L0 0ZM192.96 0L200 0L144.64 119.56L120.18 119.56Z"/>
<path fill="#FFE15A" d="M159.64 0L181.96 0L130.58 78.58L120.18 59.32ZM100 43.12L131.5 99.08L120.18 119.56L89.3 63.3Z"/>
</g>
</svg>
|