17 lines
804 B
XML
17 lines
804 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96">
|
|
<defs>
|
|
<linearGradient id="grad4" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#4CAF50;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#388E3C;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="96" height="96" rx="20" fill="url(#grad4)" />
|
|
<g fill="white" transform="translate(20, 16)">
|
|
<!-- 电流符号 -->
|
|
<path d="M28 0 L28 20 L38 20 L22 48 L22 28 L12 28 Z" fill="white" />
|
|
<text x="28" y="62" font-family="Arial" font-size="16" fill="white" text-anchor="middle"
|
|
font-weight="bold">I</text>
|
|
</g>
|
|
<text x="48" y="82" font-family="Arial" font-size="10" fill="white" text-anchor="middle"
|
|
font-weight="bold">mA</text>
|
|
</svg> |