4 lines
208 B
Text
4 lines
208 B
Text
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect width="100" height="100" rx="20" fill="#2c3e50"/>
|
|
<text x="50" y="65" font-size="50" text-anchor="middle" fill="white">V</text>
|
|
</svg>
|