favicon.svg 308 B

12345
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
  2. <rect width="100" height="100" rx="20" fill="#3b82f6"/>
  3. <path d="M25 65 L50 40 L65 55 L85 35" stroke="white" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
  4. <circle cx="35" cy="35" r="8" fill="white"/>
  5. </svg>