29 lines
1.3 KiB
XML
29 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"
|
|
>
|
|
<!-- Centering Group -->
|
|
<g transform="translate(25, 0)">
|
|
<!-- Bar Chart -->
|
|
<rect x="0" y="90" width="30" height="30" fill="#2EC4B6" />
|
|
<rect x="45" y="60" width="30" height="60" fill="#2EC4B6" />
|
|
<rect x="90" y="80" width="30" height="40" fill="#2EC4B6" />
|
|
<rect x="135" y="40" width="30" height="80" fill="#2EC4B6" />
|
|
<rect x="180" y="70" width="30" height="50" fill="#2EC4B6" />
|
|
<rect x="225" y="30" width="30" height="90" fill="#2EC4B6" />
|
|
|
|
<!-- Analytics Chart - Dynamic Graph Lines -->
|
|
<polyline points="15,90 60,60 105,80 150,40 195,70 240,30" stroke="#F4A261" stroke-width="3" stroke-dasharray="8 4" />
|
|
<circle cx="15" cy="90" r="5" fill="#F4A261" />
|
|
<circle cx="60" cy="60" r="5" fill="#F4A261" />
|
|
<circle cx="105" cy="80" r="5" fill="#F4A261" />
|
|
<circle cx="150" cy="40" r="5" fill="#F4A261" />
|
|
<circle cx="195" cy="70" r="5" fill="#F4A261" />
|
|
<circle cx="240" cy="30" r="5" fill="#F4A261" />
|
|
|
|
<!-- Centered Text -->
|
|
<!-- text x="75" y="140" fill="#E0E1DD" font="lato-regular" font-size="20" font-weight="bold">Learnlytics</text-->
|
|
</g>
|
|
</svg>
|