---
title: UTTypeSVG
framework: uniformtypeidentifiers
role: symbol
role_heading: Global Variable
path: uniformtypeidentifiers/uttypesvg
---

# UTTypeSVG

A type that represents a scalable vector graphics (SVG) image.

## Declaration

```occ
extern UTType * const UTTypeSVG;
```

## Discussion

Discussion The identifier for this type is public.svg-image. This type conforms to UTTypeImage.

## See Also

### Images

- [UTTypePNG](uniformtypeidentifiers/uttypepng.md)
- [UTTypeGIF](uniformtypeidentifiers/uttypegif.md)
- [UTTypeJPEG](uniformtypeidentifiers/uttypejpeg.md)
- [UTTypeWebP](uniformtypeidentifiers/uttypewebp.md)
- [UTTypeTIFF](uniformtypeidentifiers/uttypetiff.md)
- [UTTypeBMP](uniformtypeidentifiers/uttypebmp.md)
- [UTTypeRAWImage](uniformtypeidentifiers/uttyperawimage.md)
