1. SVG favicons

    Icon used by browsers to identify a webpage or site. While all browsers support the `.ico` format, the SVG format can be preferable to more easily support higher resolutions or larger icons.

  2. SVG (basic support)

    Method of displaying basic Vector Graphics features using the embed or object elements. Refers to the SVG 1.1 spec.

  3. SVG in CSS backgrounds

    Method of using SVG images as CSS backgrounds

  4. SVG filters

    Method of using Photoshop-like effects on SVG objects including blurring and color manipulation.

  5. SVG fonts

    Method of using fonts defined as SVG shapes. Removed from [SVG 2.0](https://www.w3.org/TR/SVG2/changes.html#fonts) and considered as a deprecated feature with support being removed from browsers.

  6. SVG fragment identifiers

    Method of displaying only a part of an SVG image by defining a view ID or view box dimensions as the file's fragment identifier.

  7. SVG effects for HTML

    Method of using SVG transforms, filters, etc on HTML elements using either CSS or the foreignObject element

  8. Inline SVG in HTML5

    Method of using SVG tags directly in HTML documents. Requires HTML5 parser.

  9. SVG in HTML img element

    Method of displaying SVG images in HTML using <img>.

  10. SVG SMIL animation

    Method of using animation elements to animate SVG images

  11. SVG vector-effect: non-scaling-stroke

    The `non-scaling-stroke` value for the `vector-effect` SVG attribute/CSS property makes strokes appear as the same width regardless of any transformations applied.

  12. svg element: a

  13. svg element: a: rel

  14. svg element: circle

  15. svg element: defs

  16. svg element: desc

  17. svg element: ellipse

  18. svg element: feblend

  19. svg element: fetile

  20. svg element: filter

  21. svg element: g

  22. svg element: image

  23. svg element: line

  24. svg element: marker

  25. svg element: mask

  26. svg element: mask: x

  27. svg element: mpath

  28. svg element: path

  29. svg element: path: d

  30. svg element: pattern

  31. svg element: rect

  32. svg element: script

  33. svg element: set

  34. svg element: stop

  35. svg element: style

  36. svg element: svg

  37. svg element: svg: x

  38. svg element: svg: y

  39. svg element: switch

  40. svg element: symbol

  41. svg element: text

  42. svg element: text: x

  43. svg element: text: y

  44. svg element: title

  45. svg element: tspan

  46. svg element: use

  47. svg element: use: x

  48. svg element: use: y

  49. svg element: view

  50. svgz image format