I have several images or icons (.svg) and I would like to know what is the best way to use my svg as vuetify icons.
there are several ways to manage and show SVG icons into Vue projects
if you have many SVG files , you can use icomoon and import all SVG and manage them. this link can help you . if you have any problem with this package, I can help you.
you can implement a Vue component and import a SVG into that and you can change styles, etc to that component but it is useful if you have a few SVG images. this link can help you.
you can add it into Vuetify and then use it. look at this link please
you can add inline SVG into all pages you want.
I guess the first and third ways are suitable for your cause as you said, you have several SVG