12 lines
557 B
XML
12 lines
557 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Dell">
|
|
<defs>
|
|
<linearGradient id="ring" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#007DB8"/>
|
|
<stop offset="100%" style="stop-color:#E8752A"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<circle cx="32" cy="32" r="30" fill="url(#ring)"/>
|
|
<circle cx="32" cy="32" r="24" fill="#121820"/>
|
|
<text x="32" y="42" text-anchor="middle" fill="#ffffff" font-family="Arial,Helvetica,sans-serif" font-size="32" font-weight="700">D</text>
|
|
</svg>
|