16 lines
549 B
XML
16 lines
549 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
width="25" height="25" viewBox="0 0 65 65">
|
|
<title>close</title>
|
|
|
|
<defs>
|
|
<linearGradient id="cross-gradient" y1="100%" y2="0%">
|
|
<stop offset="20%" stop-color="hsl(60 90% 95%)" />
|
|
<stop offset="100%" stop-color="hsl(60 80% 90%)" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<path fill="url(#cross-gradient)" transform='rotate(45 32.5 32.5)'
|
|
d="M 27.5,0 v 27.5 h -27.5 v 10 h 27.5 v 27.5 h 10
|
|
v -27.5 h 27.5 v -10 h -27.5 v -27.5 z" />
|
|
</svg>
|