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

  14. svg element: a: rel

  15. svg element: circle

  16. svg element: defs

  17. svg element: desc

  18. svg element: feblend

  19. svg element: fefuncg

  20. svg element: fefuncr

  21. svg element: feimage

  22. svg element: fetile

  23. svg element: filter

  24. svg element: g

  25. svg element: image

  26. svg element: line

  27. svg element: marker

  28. svg element: mask

  29. svg element: mpath

  30. svg element: path

  31. svg element: polygon

  32. svg element: rect

  33. svg element: script

  34. svg element: set

  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: text: x

  44. svg element: text: y

  45. svg element: title

  46. svg element: tspan

  47. svg element: use

  48. svg element: use: x

  49. svg element: use: y

  50. svg element: view