10 lines
527 B
XML
10 lines
527 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<defs>
|
|
<linearGradient id="logo-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#FF4D4D;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#FF8D4D;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<circle cx="16" cy="16" r="16" fill="url(#logo-gradient)" />
|
|
<text x="16" y="22" text-anchor="middle" fill="white" style="font-family: Arial, sans-serif; font-weight: 900; font-size: 18px;">D</text>
|
|
</svg> |