Icons in template as component:iExample

Renders instantly on serverside render and inside v-if

Icons in template as component(is="..."):component(:is="comp")

Renders instantly on serverside render and inside v-if, but requires the component file to be imported

Icons in template as using iIcon:iIcon(name="...")

Renders instantly on serverside render, but will be async loaded inside v-if, unless the files are already imported, so this might cause content shifting