---
title: "Find and export SVG icons across icon libraries for UI work"
description: "Use Better Icons when an agent needs to search icon sets, compare matches, and return the exact SVG asset needed for a UI task. It is a narrow asset-selection skill, not a generic icon platform listing."
verification: "security_reviewed"
source: "https://github.com/better-auth/better-icons"
author: "better-auth"
publisher_type: "Organization"
category:
  - "Developer Tools"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "better-auth/better-icons"
  github_stars: 915
---

# Find and export SVG icons across icon libraries for UI work

Use Better Icons when an agent needs to search icon sets, compare matches, and return the exact SVG asset needed for a UI task. It is a narrow asset-selection skill, not a generic icon platform listing.

## Prerequisites

better-icons, Node.js

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install from npm with npm install -g better-icons or run via npx, then use the documented search and get commands to find icons and export raw SVG or JSON.
```

## Documentation

- https://github.com/better-auth/better-icons

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/find-and-export-svg-icons-across-icon-libraries-for-ui-work/)
