23 lines
942 B
XML
23 lines
942 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180" fill="none">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" y1="0" x2="180" y2="180" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0%" stop-color="#00AAAA"/>
|
|
<stop offset="100%" stop-color="#007878"/>
|
|
</linearGradient>
|
|
<linearGradient id="shine" x1="0" y1="0" x2="0" y2="180" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0%" stop-color="white" stop-opacity="0.15"/>
|
|
<stop offset="60%" stop-color="white" stop-opacity="0"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<rect width="180" height="180" rx="38" fill="url(#bg)"/>
|
|
<rect width="180" height="180" rx="38" fill="url(#shine)"/>
|
|
|
|
<text x="90" y="118"
|
|
font-family="Segoe UI, Helvetica Neue, Arial, sans-serif"
|
|
font-size="86" font-weight="900"
|
|
fill="white" text-anchor="middle" letter-spacing="-3">IT</text>
|
|
|
|
<circle cx="90" cy="148" r="5" fill="white" opacity="0.4"/>
|
|
</svg>
|