11 lines
460 B
XML
11 lines
460 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
|
<defs>
|
|
<linearGradient id="blue" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#3B82F6"/>
|
|
<stop offset="1" stop-color="#1D4ED8"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="8" y="8" width="240" height="240" rx="54" fill="url(#blue)"/>
|
|
<path d="M44 66h34l27 91 23-59h1l23 59 27-91h33l-38 126h-35l-11-31-12 31H82L44 66z" fill="#fff"/>
|
|
</svg>
|