14 lines
543 B
XML
14 lines
543 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180">
|
|
<defs>
|
|
<linearGradient id="appleGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#e50914"/>
|
|
<stop offset="100%" style="stop-color:#b2070f"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Apple touch icon background -->
|
|
<rect width="180" height="180" fill="#141414"/>
|
|
<!-- Play circle -->
|
|
<circle cx="90" cy="90" r="60" fill="url(#appleGrad)"/>
|
|
<!-- Play triangle -->
|
|
<polygon points="75,60 75,120 120,90" fill="#141414"/>
|
|
</svg>
|