qinuux-solidjs
v6.1.10
Published
A curated collection of well-optimized SVG tech logos for SolidJS — scalable, customizable, and crafted for developers and designers.
Maintainers
Readme
Welcome to qinuux-solidjs — a collection of meticulously crafted technology icons, built to deliver unmatched clarity, flexibility, and performance for modern SolidJS applications.
From fast-moving startups to large-scale enterprise platforms, Qinuux Icons ensures your visual language is consistent, scalable, and effortlessly adaptable.
React Package Here! → Vue Package Here! → Preact Package Here! →
🎯 Quick Overview
- Designers – Browse and download icons instantly from the icons library without installing anything.
- Developers – Install our official
qinuux-solidjsnpm package for effortless integration into your SolidJS 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 SolidJS using your preferred package manager:
# npm
npm i qinuux-solidjs
# yarn
yarn add qinuux-solidjs
# pnpm
pnpm add qinuux-solidjsOnce installed, import icons just like regular SolidJs components.
//You can try this!
import { WhatsApp, Netlify2 } from 'qinuux-solidjs'
function App() {
return (
<div style={{ "text-align": "center", padding: "2rem" }}>
<h1>Qinuux SolidJs</h1>
<div style={{ margin: "2rem auto", "max-width": "300px" }}>
<WhatsApp size={99} color="blue" stroke-width={9}/>
</div>
<h1>Vs</h1>
<div style={{ margin: "2rem auto", "max-width": "300px" }}>
<Netlify2 size={99} color="#fff" stroke-width={1}/>
</div>
</div>
)
}
export default App
⚙️ 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 (e.g. 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
