30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<svg
|
|
width="300" height="150" viewBox="0 0 300 150"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
fill="none" stroke-linecap="round" stroke-linejoin="round"
|
|
>
|
|
<!-- Background Grid -->
|
|
<rect width="100%" height="100%" fill="#0D1B2A" />
|
|
|
|
<!-- Bar Chart -->
|
|
<rect x="50" y="90" width="30" height="30" fill="#2EC4B6" />
|
|
<rect x="90" y="60" width="30" height="60" fill="#2EC4B6" />
|
|
<rect x="130" y="80" width="30" height="40" fill="#2EC4B6" />
|
|
<rect x="170" y="40" width="30" height="80" fill="#2EC4B6" />
|
|
<rect x="210" y="75" width="30" height="45" fill="#2EC4B6" />
|
|
<rect x="250" y="30" width="30" height="90" fill="#2EC4B6" />
|
|
|
|
<!-- Analytics Chart - Dynamic Graph Lines -->
|
|
<polyline points="50,110 90,70 130,100 170,50 210,90 250,40" stroke="#F4A261" stroke-width="6" stroke-dasharray="8 4" />
|
|
<circle cx="50" cy="110" r="5" fill="#F4A261" />
|
|
<circle cx="90" cy="70" r="5" fill="#F4A261" />
|
|
<circle cx="130" cy="100" r="5" fill="#F4A261" />
|
|
<circle cx="170" cy="50" r="5" fill="#F4A261" />
|
|
<circle cx="210" cy="90" r="5" fill="#F4A261" />
|
|
<circle cx="250" cy="40" r="5" fill="#F4A261" />
|
|
|
|
<!-- Text: Learnlytics -->
|
|
<text x="100" y="140" fill="#E0E1DD" font-family="Arial, sans-serif" font-size="20" font-weight="bold">Learnlytics</text>
|
|
</svg>
|
|
|