# SVGParser

> Reads an SVG document and builds a vector scene.

## Definition

* **Type:** Class
* **Namespace:** [Unity.VectorGraphics](/engine/6000.5/script-reference/unity/vectorgraphics.md)
* **Assembly:** UnityEngine.VectorGraphicsModule

```csharp
public class SVGParser
```

## Static Methods

| Method                                                                                   | Description                   |
| ---------------------------------------------------------------------------------------- | ----------------------------- |
| [ImportSVG](/engine/6000.5/script-reference/unity/vectorgraphics/svgparser/importsvg.md) | Kicks off an SVG file import. |

## Structs

| Struct                                                                                             | Description                                |
| -------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [SVGParser.SceneInfo](/engine/6000.5/script-reference/unity/vectorgraphics/svgparser/sceneinfo.md) | A structure containing the SVG scene data. |
