20 lines
839 B
XML
20 lines
839 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0" stop-color="#2b2b2f"/>
|
|
<stop offset="1" stop-color="#161618"/>
|
|
</linearGradient>
|
|
<linearGradient id="txt" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0" stop-color="#ffffff"/>
|
|
<stop offset="1" stop-color="#d6d6d9"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="1024" height="1024" rx="224" fill="url(#bg)"/>
|
|
<rect x="40" y="40" width="944" height="944" rx="192" fill="none"
|
|
stroke="#ffffff" stroke-opacity="0.14" stroke-width="3"/>
|
|
<text x="512" y="650" text-anchor="middle"
|
|
font-family="Didot, 'Bodoni 72', Georgia, serif"
|
|
font-size="400" letter-spacing="14"
|
|
fill="url(#txt)">aIC</text>
|
|
</svg>
|