14 lines
600 B
XML
14 lines
600 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
|
<defs>
|
|
<linearGradient id="eg" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#2563eb"/>
|
|
<stop offset="1" stop-color="#10b981"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="16" fill="url(#eg)"/>
|
|
<rect x="22" y="17" width="21" height="7" rx="2" fill="#fff"/>
|
|
<rect x="22" y="28.5" width="15" height="7" rx="2" fill="#fff"/>
|
|
<rect x="22" y="40" width="21" height="7" rx="2" fill="#fff"/>
|
|
<rect x="22" y="17" width="7" height="30" rx="2" fill="#fff"/>
|
|
</svg>
|