7 lines
406 B
XML
7 lines
406 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="24" height="24">
|
|
<rect width="100" height="100" rx="20" fill="#00618A"/>
|
|
<path d="M20 75 C 20 40, 45 25, 75 35 C 80 50, 70 70, 50 75 Z" fill="#E48E00"/>
|
|
<circle cx="65" cy="40" r="4" fill="#FFF"/>
|
|
<text x="50" y="88" font-size="18" font-family="sans-serif" font-weight="bold" fill="#FFF" text-anchor="middle">MySQL</text>
|
|
</svg>
|