14 lines
411 B
XML
Executable File
14 lines
411 B
XML
Executable File
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 192">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" x2="100%" y1="0%" y2="100%">
|
|
<stop offset="0%" stop-color="#165dff" />
|
|
<stop offset="100%" stop-color="#28c76f" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="192" height="192" rx="48" fill="url(#bg)" />
|
|
<path
|
|
d="M58 58h76v20H78v32h50v20H78v6h56v20H58z"
|
|
fill="#fff"
|
|
/>
|
|
</svg>
|