16 lines
894 B
XML
16 lines
894 B
XML
<svg width="81" height="81" viewBox="0 0 81 81" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- 折线图图标 - 表示数据洞察 -->
|
|
<rect x="15" y="15" width="51" height="51" rx="2" fill="none" stroke="#7A7E83" stroke-width="2.5"/>
|
|
<!-- 网格线 -->
|
|
<line x1="15" y1="33" x2="66" y2="33" stroke="#7A7E83" stroke-width="1.5" stroke-dasharray="2,2"/>
|
|
<line x1="15" y1="48" x2="66" y2="48" stroke="#7A7E83" stroke-width="1.5" stroke-dasharray="2,2"/>
|
|
<!-- 折线 -->
|
|
<polyline points="20,55 30,45 40,35 50,40 60,30" fill="none" stroke="#7A7E83" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<!-- 数据点 -->
|
|
<circle cx="20" cy="55" r="3" fill="#7A7E83"/>
|
|
<circle cx="30" cy="45" r="3" fill="#7A7E83"/>
|
|
<circle cx="40" cy="35" r="3" fill="#7A7E83"/>
|
|
<circle cx="50" cy="40" r="3" fill="#7A7E83"/>
|
|
<circle cx="60" cy="30" r="3" fill="#7A7E83"/>
|
|
</svg>
|