Chat oneboxes certain images into proper img elements when you post a bare URL. However, it doesn't work for SVGs, like
http://upload.wikimedia.org/wikipedia/commons/5/5f/Disney-infinite-copyright.svg
But if you use the ! operator at the start, it forces it into an image, which works:
!http://upload.wikimedia.org/wikipedia/commons/5/5f/Disney-infinite-copyright.svg
Since SVG is a known standard extension and widely supported on modern browsers, could chat automatically recognize SVGs?