13 lines
550 B
XML
13 lines
550 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-labelledby="title">
|
|
<title id="title">Rakazo mark</title>
|
|
<defs>
|
|
<linearGradient id="blue" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0" stop-color="#2965EC" />
|
|
<stop offset="1" stop-color="#5C89F8" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="512" height="512" rx="148" fill="url(#blue)" />
|
|
<rect x="157" y="196" width="62" height="120" rx="31" fill="#F2F2F0" />
|
|
<rect x="293" y="196" width="62" height="120" rx="31" fill="#F2F2F0" />
|
|
</svg>
|