16 lines
692 B
XML
16 lines
692 B
XML
<svg xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
width="24" height="24"
|
|
viewBox="0 0 24 24"
|
|
class="arrow-down-svg"
|
|
>
|
|
<defs>
|
|
<linearGradient id="a" x1="1.572" y1="0.578" x2="0.416" y2="0.734" gradientUnits="objectBoundingBox">
|
|
<stop offset="0" stop-color="#bdc4cc"/>
|
|
<stop offset="1" stop-color="#a9bcc2"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<path d="M24,0H0V24H24Z" fill="none"/>
|
|
<path d="M15.29,15.88,11.41,12l3.88-3.88a1,1,0,0,0-1.41-1.41L9.29,11.3a1,1,0,0,0,0,1.41l4.59,4.59a1,1,0,0,0,1.41,0,1.017,1.017,0,0,0,0-1.42Z"
|
|
transform="translate(-0.998 -0.417)" fill="url(#a)"/>
|
|
</svg> |