23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96">
|
|
<defs>
|
|
<linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#1565C0;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#0D47A1;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="96" height="96" rx="20" fill="url(#grad1)" />
|
|
<g fill="white" transform="translate(18, 14)">
|
|
<!-- 温度计 -->
|
|
<rect x="10" y="4" width="10" height="40" rx="5" fill="white" />
|
|
<circle cx="15" cy="48" r="8" fill="white" />
|
|
<!-- 刻度 -->
|
|
<rect x="22" y="12" width="6" height="2" fill="white" opacity="0.7" />
|
|
<rect x="22" y="20" width="6" height="2" fill="white" opacity="0.7" />
|
|
<rect x="22" y="28" width="6" height="2" fill="white" opacity="0.7" />
|
|
<rect x="22" y="36" width="6" height="2" fill="white" opacity="0.7" />
|
|
<!-- 输出箭头 -->
|
|
<path d="M38 30 L54 30 L54 24 L66 32 L54 40 L54 34 L38 34 Z" fill="white" />
|
|
</g>
|
|
<text x="48" y="82" font-family="Arial" font-size="9" fill="white" text-anchor="middle"
|
|
font-weight="bold">OUTPUT</text>
|
|
</svg> |