favicon_play.svg 445 B

12345678910111213141516
  1. <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  2. <style>
  3. rect { stroke: #2A6FF6; }
  4. @media (prefers-color-scheme: dark) {
  5. rect { stroke: #448BFD; }
  6. }
  7. </style>
  8. <rect x="0.5" y="0.5" width="15" height="15" rx="1.5"/>
  9. <style>
  10. path { fill: #2A6FF6; }
  11. @media (prefers-color-scheme: dark) {
  12. path { fill: #448BFD; }
  13. }
  14. </style>
  15. <path d="M11 8L6.5 10.5981L6.5 5.40192L11 8Z"/>
  16. </svg>