18 lines
859 B
XML
18 lines
859 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96">
|
|
<defs>
|
|
<linearGradient id="grad8" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#795548;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#5D4037;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="96" height="96" rx="20" fill="url(#grad8)" />
|
|
<g fill="white" transform="translate(20, 20)">
|
|
<!-- 开关符号 -->
|
|
<rect x="0" y="16" width="56" height="24" rx="12" fill="white" />
|
|
<circle cx="16" cy="28" r="10" fill="#795548" />
|
|
<!-- ON/OFF 文字 -->
|
|
<text x="38" y="32" font-family="Arial" font-size="10" fill="#795548" text-anchor="middle">ON</text>
|
|
</g>
|
|
<text x="48" y="82" font-family="Arial" font-size="10" fill="white" text-anchor="middle"
|
|
font-weight="bold">SW</text>
|
|
</svg> |