17 lines
774 B
XML
17 lines
774 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96">
|
|
<defs>
|
|
<linearGradient id="grad10" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#3F51B5;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#303F9F;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="96" height="96" rx="20" fill="url(#grad10)" />
|
|
<g stroke="white" stroke-width="3" fill="none" transform="translate(18, 20)">
|
|
<!-- 斜波 -->
|
|
<path d="M0 48 L20 48 L40 16 L40 48 L60 48" />
|
|
<!-- 箭头 -->
|
|
<polygon points="35,22 40,12 45,22" fill="white" stroke="none" />
|
|
</g>
|
|
<text x="48" y="82" font-family="Arial" font-size="10" fill="white" text-anchor="middle"
|
|
font-weight="bold">Ramp</text>
|
|
</svg> |