Modules UINuxt Icon
Nuxt Icon

Nuxt Icon

Icon module for Nuxt with 100,000+ ready to use icons from Iconify

Installation

npm i -D nuxt-icon

Setup

Add the following lines to the modules section of nuxt.config.{ts,js}

modules: ['nuxt-icon']

Demo

Icon.vue
<template>
  <Icon name="uil:github" color="white" size="36" />
  <Icon name="🚀" size="36" />
</template>

You can use any name from the https://icones.js.org collection

🚀