Welcome to Qinuux Vue, your go-to library for high-quality, scalable, and fully customizable icons. Whether you are a designer looking to download ready-to-use assets, or a developer wanting to integrate them directly into your Vue project, Qinuux makes the process seamless.
qinuux-vue
npm package for effortless integration into your codebase.Install Qinuux Vue using your preferred package manager:
# npm
npm i qinuux-vue
# yarn
yarn add qinuux-vue
# pnpm
pnpm add qinuux-vue
Once installed, import icons just like regular Vue components.
//You can try this!
<script lang="ts" setup>
import { ref } from "vue";
import HelloWorld from './components/helloworld.vue'
import { NPM, WhatsApp, Discord } from "qinuux-vue";
const active = ref(false)
</script>
<template>
<a @click="active = !active">
</a>
<a>
<WhatsApp class="whatsapp" :size="99" color="red" stroke-width="5" />
</a>
<h1>Vs</h1>
<a><Discord class="discord" width="99" height="99" color="pink" stroke-width="4.9" />
</a>
<HelloWorld msg="Used (:size or width + height???)" />
</template>
size | number | string | undefined | Sets both width and height . |
color | string | currentColor | Sets the icon stroke/fill color. |
class | string | "" | Custom CSS classes or Tailwind?. |
style | string | object | undefined | Apply inline styles. |
The complete collection, including search and category filters, is available in our icon library. From brand logos to development tools, Qinuux offers a consistent, modern, and developer-friendly icon set. Explore