17 lines
560 B
XML
17 lines
560 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<defs>
|
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#3b82f6"/>
|
|
<stop offset="100%" style="stop-color:#2563eb"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="512" height="512" rx="96" fill="url(#grad)"/>
|
|
<g fill="white">
|
|
<path d="M160 180h192v40H160z"/>
|
|
<path d="M180 140h40v232h-40z"/>
|
|
<path d="M292 140h40v232h-40z"/>
|
|
<path d="M160 292h192v40H160z"/>
|
|
<circle cx="256" cy="256" r="24"/>
|
|
</g>
|
|
</svg>
|