A modern, scalable, and minimalistic icon pack for the KrunixBase ecosystem.
Includes full‑resolution SVG sources and ready‑to‑use PNG exports in multiple sizes.
Designed for applications, dashboards, documentation, and branding materials.
icons/
├── png/
│ ├── 220/
│ └── 512/
└── svg/
├── *.svg
└── variants/
├── mono/
├── outline/
├── premium/
└── solid/
- krunixbase_logo_dark.svg
- krunixbase_logo_dark_green.svg
- krunixbase_logo_gradient.svg
- krunixbase_logo_green.svg
- krunixbase_logo_light.svg
- krunixbase_logo_monochrome.svg
- mono/ — monochrome versions
- outline/ — line‑style versions
- premium/ — gradient and enhanced versions
- solid/ — filled versions
Located in:
icons/png/220/
Located in:
icons/png/512/
<img src="icons/png/220/krunixbase_logo_dark_220.png" alt="KrunixBase Logo">import Logo from '../icons/svg/krunixbase_logo_gradient.svg';
export default function Header() {
return <Logo width={48} height={48} />;
}The icon pack is structured to support multiple design contexts:
- Solid — strong, bold, product‑ready
- Outline — lightweight UI elements
- Mono — documentation, diagrams, low‑contrast environments
- Premium — gradients, marketing, hero sections
This ensures consistent branding across all KrunixBase materials.
This icon pack is licensed under the Creative Commons Attribution 4.0 International License (CC‑BY‑4.0).
You are free to:
- Share — copy and redistribute the material
- Adapt — remix, transform, and build upon the material
Under the following terms:
- Attribution — You must give appropriate credit and indicate if changes were made.
- No additional restrictions may be applied.
Full license text:
https://creativecommons.org/licenses/by/4.0/ (creativecommons.org in Bing)