11 lines
412 B
XML
11 lines
412 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="g" x1="8" y1="4" x2="56" y2="60" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#1769e0"/>
|
|
<stop offset="1" stop-color="#21b6c7"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="4" y="4" width="56" height="56" rx="15" fill="url(#g)"/>
|
|
<path d="M18 46V18h7l14 18V18h7v28h-7L25 28v18z" fill="#fff"/>
|
|
</svg>
|