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: cursor

  16. svg element: defs

  17. svg element: desc

  18. svg element: fetile

  19. svg element: filter

  20. svg element: font

  21. svg element: g

  22. svg element: glyph

  23. svg element: hkern

  24. svg element: image

  25. svg element: line

  26. svg element: marker

  27. svg element: mask

  28. svg element: mask: x

  29. svg element: mpath

  30. svg element: path

  31. svg element: rect

  32. svg element: script

  33. svg element: set

  34. svg element: set: to

  35. svg element: stop

  36. svg element: style

  37. svg element: svg

  38. svg element: svg: x

  39. svg element: svg: y

  40. svg element: switch

  41. svg element: symbol

  42. svg element: text

  43. svg element: title

  44. svg element: tref

  45. svg element: tspan

  46. svg element: use

  47. svg element: use: x

  48. svg element: use: y

  49. svg element: view

  50. svg element: vkern