16 lines
825 B
XML
16 lines
825 B
XML
<svg width="144" height="144" viewBox="0 0 144 144" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#0078d4;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#106ebe;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="144" height="144" rx="24" fill="url(#grad)"/>
|
|
<g transform="translate(36, 30)">
|
|
<path d="M36 6L6 21L36 36L66 21L36 6Z" fill="white" fill-opacity="0.9"/>
|
|
<path d="M6 51L36 66L66 51" stroke="white" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
<path d="M6 36L36 51L66 36" stroke="white" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
<circle cx="36" cy="21" r="4.5" fill="white"/>
|
|
</g>
|
|
</svg>
|