各种在HTML中使用SVG的方式对比

对比结果

Inline SVG
浏览器支持 Good Good Good
Alt and title 属性 Yes None Title only
浏览器缓存 Yes Yes None
GZip 压缩 Yes Yes None
交互式 None Yes Very good
搜索引擎索引功能 Yes Through fallback None
工作方式 Streamlined Medium Convoluted
加载速度 Fast Slower Very fast
维护情况 Easy Easy Difficult

建议使用 ,但是可能会丢失字体问题。
如果需要考虑交互性,使用
内联标签需要H5支持。