512 B
raw
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 16 16">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="rgb(14, 63, 180)"/>
<stop offset="100%" stop-color="rgb(107, 158, 120)"/>
</linearGradient>
</defs>
<rect width="16" height="16" rx="2" fill="url(#g)"/>
<text x="8" y="11.5" text-anchor="middle" font-family="monospace" font-weight="bold" font-size="9" fill="rgba(255,255,255,0.9)">
>_
</text>
</svg>