All major browsers now support SVG. If you cannot see SVG, it is most likely due to an issue with the server. Just to be sure, test it on another browser.
Check your server config file to make sure that the mime-type is set to image/svg+xml. If you are running lighttpd, edit your lighttpd.conf file and the following line, in mimetype.assign directive:
"svg" => "image/svg+xml",
If you are running Apache on Ubuntu, you need to edit /etc/mime.types file. Add the following line:
image/svg+xml svg svgz