favicon.svg 563 B

1234567891011
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
  2. <circle cx="12" cy="12" r="11" fill="url(#g)"/>
  3. <path d="M7 8.5C7 7.67 7.67 7 8.5 7h7c.83 0 1.5.67 1.5 1.5v7c0 .83-.67 1.5-1.5 1.5h-7c-.83 0-1.5-.67-1.5-1.5v-7z" stroke="white" stroke-width="1.5"/>
  4. <path d="M9 11h6M9 14h4" stroke="white" stroke-width="1.5" stroke-linecap="round"/>
  5. <defs>
  6. <linearGradient id="g" x1="0" y1="0" x2="24" y2="24">
  7. <stop offset="0%" stop-color="#0a84ff"/>
  8. <stop offset="100%" stop-color="#5856d6"/>
  9. </linearGradient>
  10. </defs>
  11. </svg>