default-avatar.svg 555 B

12345678910111213
  1. <svg width="160" height="160" viewBox="0 0 160 160" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="默认头像">
  2. <defs>
  3. <linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
  4. <stop offset="0%" stop-color="#165DFF"/>
  5. <stop offset="100%" stop-color="#7c3aed"/>
  6. </linearGradient>
  7. </defs>
  8. <rect width="160" height="160" rx="24" fill="url(#g)"/>
  9. <g transform="translate(80,78)" fill="#fff">
  10. <circle cx="0" cy="-28" r="22" opacity="0.95"/>
  11. <path d="M-46,40 a46,46 0 1,1 92,0 v8 h-92 z" opacity="0.95"/>
  12. </g>
  13. </svg>