vue-svg-icon-set-ssr-demo This demo shows that the icon set works in SSR. On the server-side, the SVG's aren't rendered, and is hyderated on the client-side. Setup # install dependencies $ npm ci # serve with hot reload at localhost:3000 $ npm run dev