18 lines
901 B
XML
18 lines
901 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96">
|
|
<defs>
|
|
<linearGradient id="grad19" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#03A9F4;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#0288D1;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="96" height="96" rx="20" fill="url(#grad19)" />
|
|
<g fill="white" transform="translate(20, 18)">
|
|
<!-- 网络图标 -->
|
|
<circle cx="28" cy="28" r="24" stroke="white" stroke-width="3" fill="none" />
|
|
<circle cx="28" cy="28" r="16" stroke="white" stroke-width="2" fill="none" />
|
|
<circle cx="28" cy="28" r="8" stroke="white" stroke-width="2" fill="none" />
|
|
<circle cx="28" cy="28" r="3" fill="white" />
|
|
</g>
|
|
<text x="48" y="82" font-family="Arial" font-size="9" fill="white" text-anchor="middle"
|
|
font-weight="bold">NET</text>
|
|
</svg> |