--- title: QuanticSvg slug: latest-utility-svg canonical_url: https://docs.coveo.com/en/quantic/latest/reference/utility-components/utility-svg/ collection: quantic source_format: adoc --- # QuanticSvg > **Note** > > This component was introduced in version `1.6.1`. The `QuanticSvg` is used internally to display static svg images. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `name` | `name` a| The name of the image to display. The options are: * `'pageNotFound'` * `'noResults'` * `'noEvents'` * `'success'` * `undefined (default)` | `string` | `undefined` |=== -- ## XML configuration file elements The following XML configuration file elements apply (see [XML Configuration File Elements](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)). -- |=== | Metadata | Value | `apiVersion` | `53.0` | `isExposed` | `false` |=== --