15 lines
454 B
XML
15 lines
454 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#4f46e5" />
|
|
<stop offset="1" stop-color="#06b6d4" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="512" height="512" fill="url(#g)" />
|
|
<g fill="#ffffff">
|
|
<path d="M144 170h224v36H144z" />
|
|
<path d="M144 238h144v36H144z" />
|
|
<path d="M144 306h224v36H144z" />
|
|
</g>
|
|
</svg>
|