The following code snippet demonstrates how to use `GlLoadingIcon` in
a Vue component.
```html
<script>
import{GlLoadingIcon}from"@gitlab/ui";
exportdefault{
components:{
GlLoadingIcon,
},
};
<script>
<template>
<gl-loading-iconinline/>
</template>
```
## SVG Illustrations
Please use from now on for any SVG based illustrations simple `img` tags to show an illustration by simply using either `image_tag` or `image_path` helpers.