qinuux-vue
v6.2.11
Published
A curated collection of well-optimized SVG tech logos for Vue — scalable, customizable, and crafted for developers and designers.
Maintainers
Readme
Welcome to qinuux-vue — a collection of meticulously crafted technology icons, built to deliver unmatched clarity, flexibility, and performance for modern digital products.
From fast-moving startups to large-scale enterprise platforms, Qinuux Icons ensures your visual language is consistent, scalable, and effortlessly adaptable.
React Package Here! → Preact Package Here! → SolidJs Package Here! →
⚡ Qinuux Update | v6.2.11 Added new Icons:
- Meta Verified (blue tick)
- Roblox Verified (blue tick)
- D3.js
- Debian
- Fedora
- Codium
- Linux Mint
- SK Hynix
- ProcessWire
- JSFiddle
- Loom
- Godot Engine
- PartyTown
- Parcel
- Premier League
- Phoenix Framework
- Perl
- PayPal
- Okta
- Hostinger
- FileZilla
- Envoy
- Codecov
- Capacitor
- BrowserStack
- Bower
- Azure SQL
- Axios
- Arch Linux
- Apache Spark
- Algolia
- AdonisJS
🎯 Quick Overview
- Designers – Browse and download icons instantly from the icons library without installing anything.
- Developers – Install our official
qinuux-vuenpm package for effortless integration into your codebase. - Customizable – Adjust size, color, stroke width, and other properties directly via props.
- Scalable – Icons maintain perfect clarity at any resolution.
- Consistent – Every icon follows strict design guidelines for visual harmony.
📦 Installation
Install Qinuux Vue using your preferred package manager:
# npm
npm i qinuux-vue
# yarn
yarn add qinuux-vue
# pnpm
pnpm add qinuux-vueOnce 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>
⚙️ Props You Can Use
| | | | |
|----------|-------------------|----------------|-----------------------------------------|
| 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. |
🌐 Explore the Full Library
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
