Files
crowdlending-app/frontend/public/icon.svg
T
Olivier CROGUENNEC 48ed7fe65e Initial commit
2026-06-13 14:57:15 +02:00

13 lines
516 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<!-- Background rounded square -->
<rect width="48" height="48" rx="10" fill="#1e3a8a"/>
<!-- 3 ascending bars (portfolio growth) -->
<rect x="7" y="31" width="9" height="11" rx="2" fill="#93c5fd"/>
<rect x="20" y="21" width="9" height="21" rx="2" fill="#60a5fa"/>
<rect x="33" y="11" width="9" height="31" rx="2" fill="white"/>
<!-- Upward arrow above the tallest bar -->
<polygon points="37.5,4 44,12 31,12" fill="#4ade80"/>
</svg>