Icons
I have used font icons before, but really the best thing to do is to inline the SVG and make a component for it.
Material Design Icons
Here are the Material Design Icons
Font Awesome
Here is a link to the Font Awesome Free icons.
Here is a CDN for using Font Awesome
html
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
If you are using it with Nuxt, put this in the head section in the nuxt.config.js
file.
js
{ rel: 'stylesheet', href: 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css'}