15 lines
463 B
XML
15 lines
463 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" rx="112" fill="url(#g)" />
|
|
<g fill="#ffffff">
|
|
<path d="M168 170h176v36H168z" />
|
|
<path d="M168 238h120v36H168z" />
|
|
<path d="M168 306h176v36H168z" />
|
|
</g>
|
|
</svg>
|