21 lines
1.0 KiB
XML
21 lines
1.0 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:#2196F3;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#1976D2;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="96" height="96" rx="20" fill="url(#grad1)" />
|
|
<g fill="white" transform="translate(24, 16)">
|
|
<!-- 温度计 -->
|
|
<rect x="18" y="0" width="12" height="50" rx="6" fill="white" />
|
|
<circle cx="24" cy="54" r="10" fill="white" />
|
|
<!-- 刻度 -->
|
|
<rect x="32" y="10" width="8" height="2" fill="white" opacity="0.7" />
|
|
<rect x="32" y="20" width="8" height="2" fill="white" opacity="0.7" />
|
|
<rect x="32" y="30" width="8" height="2" fill="white" opacity="0.7" />
|
|
<rect x="32" y="40" width="8" height="2" fill="white" opacity="0.7" />
|
|
</g>
|
|
<text x="48" y="82" font-family="Arial" font-size="10" fill="white" text-anchor="middle"
|
|
font-weight="bold">RTD</text>
|
|
</svg> |