19 lines
796 B
XML
19 lines
796 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
|
|
<defs>
|
|
<linearGradient id="ph" x1="0" y1="0" x2="40" y2="40" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0%" stop-color="#EA4335"/>
|
|
<stop offset="20%" stop-color="#FA500F"/>
|
|
<stop offset="40%" stop-color="#FBBC04"/>
|
|
<stop offset="60%" stop-color="#34A853"/>
|
|
<stop offset="80%" stop-color="#4285F4"/>
|
|
<stop offset="100%" stop-color="#A142F4"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Album card -->
|
|
<rect x="5" y="5" width="30" height="30" rx="4" fill="white" stroke="url(#ph)" stroke-width="2.5"/>
|
|
<!-- Mountain landscape -->
|
|
<path fill="url(#ph)" d="M8 30l7-9 4 4 7-10 6 15H8z"/>
|
|
<!-- Sun -->
|
|
<circle cx="13" cy="14" r="3.5" fill="url(#ph)"/>
|
|
</svg>
|