Skip to content

Installation

YCloud Icons follows the same package coverage model as Lucide and currently documents 10 package types.

These packages cover three asset families:

  • Generic icons: default entries and icons/* subpaths for 24x24 linear icons.
  • Business icons: business subpath entries, business-icons/* static paths, and a separate business icon font for product- or business-specific artwork.
  • Illustrations: illustration subpath entries and illustration-icons/<category>/* static paths for artwork that keeps its original colors and aspect ratio.

Business icons and illustrations are not mixed into the generic default entries. See Business icons for the business source and validation rules, see Illustrations for illustration rules, and browse the Illustrations gallery.

Core JavaScript

Framework-agnostic icon data and helpers.

sh
pnpm add @ycloud-web/icons
sh
npm install @ycloud-web/icons
sh
yarn add @ycloud-web/icons
sh
bun add @ycloud-web/icons

See the Core JavaScript guide.

React

Typed React SVG components with named imports.

sh
pnpm add @ycloud-web/icons-react
sh
npm install @ycloud-web/icons-react
sh
yarn add @ycloud-web/icons-react
sh
bun add @ycloud-web/icons-react

See the React guide.

Vue

Vue components generated from the same icon source.

sh
pnpm add @ycloud-web/icons-vue
sh
npm install @ycloud-web/icons-vue
sh
yarn add @ycloud-web/icons-vue
sh
bun add @ycloud-web/icons-vue

See the Vue guide.

Svelte

Svelte components for application projects.

sh
pnpm add @ycloud-web/icons-svelte
sh
npm install @ycloud-web/icons-svelte
sh
yarn add @ycloud-web/icons-svelte
sh
bun add @ycloud-web/icons-svelte

See the Svelte guide.

Solid

Solid components generated from the shared icon source.

sh
pnpm add @ycloud-web/icons-solid
sh
npm install @ycloud-web/icons-solid
sh
yarn add @ycloud-web/icons-solid
sh
bun add @ycloud-web/icons-solid

See the Solid guide.

Preact

Preact components for small React-compatible applications.

sh
pnpm add @ycloud-web/icons-preact
sh
npm install @ycloud-web/icons-preact
sh
yarn add @ycloud-web/icons-preact
sh
bun add @ycloud-web/icons-preact

See the Preact guide.

React Native

React Native components for mobile applications.

sh
pnpm add @ycloud-web/icons-react-native
sh
npm install @ycloud-web/icons-react-native
sh
yarn add @ycloud-web/icons-react-native
sh
bun add @ycloud-web/icons-react-native

See the React Native guide.

Angular

Angular components and provider APIs.

sh
pnpm add @ycloud-web/icons-angular
sh
npm install @ycloud-web/icons-angular
sh
yarn add @ycloud-web/icons-angular
sh
bun add @ycloud-web/icons-angular

See the Angular guide.

Astro

Astro components for content and application sites.

sh
pnpm add @ycloud-web/icons-astro
sh
npm install @ycloud-web/icons-astro
sh
yarn add @ycloud-web/icons-astro
sh
bun add @ycloud-web/icons-astro

See the Astro guide.

Static Assets

Static SVG files, business SVG files, SVG sprites, generic icon fonts, business icon fonts, and SVG string modules.

sh
pnpm add @ycloud-web/icons-static
sh
npm install @ycloud-web/icons-static
sh
yarn add @ycloud-web/icons-static
sh
bun add @ycloud-web/icons-static

See the Static assets guide.

Released under the ISC License.