HeroIcon for Nuxt and Nuxt 3 yarn add -D nuxt-hero-icons //in your nuxt.config.ts buildModules: ["nuxt-hero-icons"], //Usage <template> <HeroIcon name="annotation" /> <HeroIcon name="annotation" solid /> <template>