icon.svg 804 B

12345678910111213141516
  1. <svg xmlns="http://www.w3.org/2000/svg" width="250" height="250" viewBox="0 0 250 250">
  2. <defs>
  3. <linearGradient id="plex-icon-app-a" x1="0%" y1="50%" y2="50%">
  4. <stop offset="0%" stop-color="#1F1F1F"/>
  5. <stop offset="100%" stop-color="#282828"/>
  6. </linearGradient>
  7. <radialGradient id="plex-icon-app-b" cx="89.267%" cy="49.76%" r="92.5%" fx="89.267%" fy="49.76%" gradientTransform="matrix(1 0 0 .60416 0 .197)">
  8. <stop offset="0%" stop-color="#F9BE03"/>
  9. <stop offset="100%" stop-color="#CC7C19"/>
  10. </radialGradient>
  11. </defs>
  12. <g fill="none">
  13. <rect width="250" height="250" fill="url(#plex-icon-app-a)" rx="12"/>
  14. <polyline fill="url(#plex-icon-app-b)" points="74.75 42.5 122.648 42.5 175.5 125 122.648 207.5 74.75 207.5 127.602 125 74.75 42.5"/>
  15. </g>
  16. </svg>