Files

10 lines
482 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<rect width="100" height="100" rx="20" fill="#171717"/>
<rect x="20" y="15" width="60" height="20" rx="4" fill="#ebf5ff"/>
<rect x="20" y="40" width="60" height="20" rx="4" fill="#ecfdf5"/>
<rect x="20" y="65" width="60" height="20" rx="4" fill="#fef3c7"/>
<circle cx="35" cy="25" r="5" fill="#0072f5"/>
<circle cx="35" cy="50" r="5" fill="#22c55e"/>
<circle cx="35" cy="75" r="5" fill="#f59e0b"/>
</svg>