You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
507 B
XML
12 lines
507 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<defs>
|
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#0ea5e9;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#0284c7;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="100" height="100" rx="20" fill="url(#grad)"/>
|
|
<path d="M30 25 L70 50 L30 75 Z" fill="white" opacity="0.9"/>
|
|
<path d="M45 35 L75 50 L45 65 Z" fill="white" opacity="0.6"/>
|
|
</svg>
|