# Use SVGIcons as a Claude Custom Connector to Find Icons Faster

> Source: <https://dev.to/svgicons/use-svgicons-as-a-claude-custom-connector-to-find-icons-faster-2emc>
> Published: 2026-05-22 21:49:03+00:00

Finding the right icon is one of those small tasks that can quietly interrupt your development flow.
You are building a dashboard, a landing page, a settings screen, or a SaaS interface. You need a clean SVG icon. You open a new tab, search manually, compare styles, copy an SVG, maybe optimize it, then come back to your code.
It works, but it breaks focus.
That is why I created a way to use SVGIcons as a Claude Custom Connector.
With it, Claude can search SVG icons directly from your conversation, helping you discover relevant icons faster while you are designing or coding.
SVGIcons is a search engine for SVG icons built for developers.
It helps you find SVG icons for interfaces, apps, websites, dashboards, documentation, and design systems.
Instead of browsing icon sets manually, you can search by intent:
settings icon
database icon
AI assistant icon
download cloud icon
user profile icon
calendar outline icon
security shield icon
The goal is simple: make icon discovery faster and more developer-friendly.
Claude is useful for coding, UI planning, product copy, documentation, and design thinking.
But when you need visual assets, you often leave the AI conversation and search somewhere else.
By connecting SVGIcons as a custom connector, you can ask Claude things like:
Find me a simple SVG icon for a user profile button.
Or:
I am building a SaaS dashboard. Suggest icons for analytics, users, billing, API keys, and settings.
Claude can then use SVGIcons as a source to help you find matching SVG icons without leaving the conversation.
Here are some practical examples.
Find SVG icons for a SaaS dashboard sidebar:
This is useful when you are building a UI and want a consistent set of icon ideas quickly.
Here are my app features:
Suggest matching SVG icons for each feature.
Instead of manually translating features into icon keywords, Claude can help generate better icon search queries.
I need an icon for an empty state where no files have been uploaded yet.
This type of search is more semantic than just typing file icon
.
You can ask for the meaning of the state, not only the exact object.
Find SVG icon ideas for a developer documentation page:
This can be helpful when creating docs, onboarding pages, or technical landing pages.
SVG remains one of the best formats for UI icons because it is:
For web interfaces, SVG icons are still one of the most flexible options.
You can use them in:
<img src="/icons/settings.svg" alt="Settings">
Or inline them directly:
<button class="icon-button" aria-label="Settings">
<svg viewBox="0 0 24 24" width="24" height="24" aria-hidden="true">
<!-- SVG paths here -->
</svg>
</button>
Inline SVG is especially useful when you want to control color, size, hover states, or animation from CSS.
The main benefit is not just faster search.
It is keeping your workflow in one place.
Instead of switching between:
You can stay in the AI conversation and ask for icon ideas in context.
For example:
I am creating a pricing page for a developer tool.
Find SVG icons for these sections:
Claude already understands the context, so the icon suggestions can be more relevant.
When searching icons through Claude, be specific.
Instead of:
Find an icon for app.
Try:
Find a minimal outline SVG icon for a desktop application launcher.
Instead of:
Find a user icon.
Try:
Find a simple monochrome SVG icon for user account settings.
Good prompts usually include:
Examples:
Find a thin outline SVG icon for cloud sync in a developer dashboard.
Find a simple filled SVG icon for an export button.
Find a clean SVG icon for API authentication.
This workflow is especially useful if you are:
It is also useful when you know what an icon should communicate, but you do not know the best keyword to search for.
You can explore the SVG icon search engine here:
https://svgicons.com/svg-icon-search-engine
And if you use Claude, you can connect SVGIcons as a custom connector to search icons directly from your AI workflow.
Icons are small, but they matter.
They improve navigation, make interfaces easier to scan, and help users understand actions faster.
By connecting SVGIcons to Claude, icon search becomes part of your development workflow instead of a separate interruption.
That is the idea: fewer context switches, faster UI decisions, and better SVG icon discovery for developers.
