8d70723be3
📁 Files changed: 1 📝 Lines changed: 13 • icon.svg
12 lines
626 B
XML
12 lines
626 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128">
|
|
<defs>
|
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#667eea"/>
|
|
<stop offset="100%" style="stop-color:#764ba2"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<circle cx="64" cy="64" r="52" fill="none" stroke="url(#grad)" stroke-width="8" stroke-linecap="round"/>
|
|
<line x1="28" y1="28" x2="100" y2="100" stroke="url(#grad)" stroke-width="8" stroke-linecap="round"/>
|
|
<line x1="100" y1="28" x2="28" y2="100" stroke="url(#grad)" stroke-width="8" stroke-linecap="round"/>
|
|
</svg>
|