SVG Links
<!DOCTYPE html> <html> <body> <svg viewBox='0 0 200 100'> <a href='https://example.com' target='_blank'> <circle cx='60' cy='50' r='35' fill='#2563eb'/> <text x='60' y='55' text-anchor='middle' fill='white' font-size='14'>Visit</text> </a> </svg> </body> </html>