Svelte Iconoir screenshot

Svelte Iconoir

Author Avatar Theme by Indaco
Updated: 23 Jul 2025
19 Stars

Iconoir SVG icons to Svelte and SvelteKit.

Categories

Overview

The Svelte Iconoir is a comprehensive set of SVG icons available as Svelte components. It includes over 1300 icons that can be easily integrated into Svelte projects. The icons are designed to be versatile and customizable, allowing users to apply their own styles. Svelte Iconoir is free and open-source software licensed under the MIT License.

Features

  • 1300+ SVG icons available as Svelte components
  • Easy integration into Svelte projects
  • Versatile and customizable design
  • Supports different styling options
  • Event forwarding for interactive functionality
  • Free and open-source software

Installation

To install Svelte Iconoir, follow these steps:

  1. Install the package using NPM:
npm install svelte-iconoir@6.1.x
  1. Import the desired icon component in your Svelte project:
import { IconName } from "svelte-iconoir";
  1. Use the imported component in your Svelte template:
<IconName />

Summary

Svelte Iconoir is a valuable resource for developers working with Svelte. With its extensive collection of SVG icons as Svelte components, it provides a convenient way to incorporate icons into Svelte projects. The icons are highly customizable and can be styled using different methods, including direct styling and inline styles. The event forwarding feature enables the integration of interactive functionality with ease. Overall, Svelte Iconoir is a useful tool for enhancing the visual appeal and user experience of Svelte applications.