Have tried all the embedding approaches listed on W3 schools and then some more. Explorer will display it improperly sized even when width and height are provided, chrome and firefox just prompt to download. Using Visual Studio 2010 built in development server, likely need to add the mime type for support, don't where to though.
The SVG files are in my content folder and I am creating the html in the view as such, where ImageFileName is "filename.svg":
<object data="/Content/ExternalCats/@RootCat.ImageFileName" type="image/svg+xml"></object>
or
<embed src="/Content/ExternalCats/@RootCat.ImageFileName" width="300" height="100"
type="image/svg+xml"
pluginspage="http://www.adobe.com/svg/viewer/install/" />