dulice-icons
v1.1.0
Published
500+ hand-crafted open source SVG icons by DeathLegionTeam. Available for React, Vue, Svelte, Angular, Solid, Preact, Astro, and all major frameworks.
Maintainers
Readme
Dulice Icons by DeathLegionTeam
500+ hand-crafted, pixel-perfect SVG icons for modern web applications.
Features
- 500+ Icons including UI elements, developer tools, and brand logos
- 21 Categories including a dedicated Brands section
- Multi-Framework support: React, Vue, Svelte, Angular, Solid, Preact, Astro
- Consistent Design: 24x24, 2px stroke, round linecap/linejoin, no fill
- Zero Dependencies, tree-shakeable
- MIT License
Installation
npm install dulice-iconsUsage
import { icons, searchIcons, renderIconSvg, ICON_COUNT } from 'dulice-icons';
// Search for icons
const aiIcons = searchIcons('google');
// Render as SVG string
const svg = renderIconSvg(aiIcons[0], 24, 'currentColor', 2);
// Get icons by category
const brandIcons = icons.filter(i => i.category === 'brands');License
MIT (c) DeathLegionTeam
