user_avatar_premium.svg 595 B

1234567891011
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
  2. <defs>
  3. <linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
  4. <stop offset="0%" style="stop-color:#36D1DC;stop-opacity:1" />
  5. <stop offset="100%" style="stop-color:#5B86E5;stop-opacity:1" />
  6. </linearGradient>
  7. </defs>
  8. <circle cx="50" cy="50" r="50" fill="url(#grad)" />
  9. <path d="M50 30c-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15s15-6.716 15-15c0-8.284-6.716-15-15-15z" fill="white" />
  10. <path d="M50 65c-15.464 0-28 7.387-28 16.5V85h56v-3.5c0-9.113-12.536-16.5-28-16.5z" fill="white" />
  11. </svg>