Iconweuse can be integrated into your project using several different methods. Choose the one that best fits your workflow.
Access our entire icon library instantly without installing any packages. Perfect for static sites or quick prototyping.
<link href="https://cdn.iconweuse.com/cdn/icon/k4z9rm2tq1" rel="stylesheet" />Note: The kit ID (e.g., k4z9rm2tq1) is unique to your account and reflects your customized icon set.
Ideal for React, Vue, or Svelte projects. Our package includes both SVG components and the webfont CSS.
npm install iconweuseOr using Yarn:
yarn add iconweuseFor offline use or self-hosting requirements, you can download the full asset package.
Log in to your Dashboard.
Navigate to the Download section.
Select your desired format (SVG, Webfont, or optimized bundle).
If you prefer using SVG sprites for performance, you can find our optimized sprite sheet in the `dist` folder of the NPM package or the manual download.
<svg className="icon">
<use xlink:href="/path/to/sprite.svg#icon-name"></use>
</svg>