thesvg
Fetch brand SVG logos and cloud architecture icons (AWS, Azure, GCP) from theSVG. Use when the user asks for a brand logo, company icon, framework mark, service icon, or any "icon/logo for X" where X is a real brand or cloud service. Returns ready-to-use CDN URLs or raw SVG markup.
npx skills add glincker/thesvg --skill thesvg --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# theSVG agent skill Use this skill whenever the user asks for a brand logo, service icon, framework mark, or cloud service icon. theSVG hosts 6,030+ brand SVGs and cloud architecture icons under one consistent URL pattern, so you do not need to scrape the web or guess at file paths. ## When to use this skill Trigger on requests like: - "Give me the GitHub logo as SVG" - "Insert a Stripe icon" - "I need AWS Lambda and S3 architecture icons" - "Add brand icons for our integrations page (Slack, Notion, Linear, Figma)" - "Find a Tailwind logo I can drop into a README" - "What's the URL for the dark variant of the OpenAI mark" Skip this skill for generic UI icons (chevrons, menus, arrows). Use Lucide, Heroicons, or similar for those. theSVG is for **named brands and services**. ## URL pattern Every icon lives at a predictable URL. No auth, no rate limits. There are two equivalent endpoints. **For agent and automation use cases, prefer jsDelivr.** It is the same choice the official thesvg Figma plugin makes for the same reasons: agents make bursty automated requests and jsDelivr's global CDN absorbs that load without affecting thesvg.org user traffic. ### Primary (recommended for agents
- When to use this skill
- URL pattern
- Primary (recommended for agents)
- Alternate (for end-user-facing UI)
- Examples
- Finding the right slug
- How to deliver the icon
- Light vs dark backgrounds
- Cloud architecture diagrams
- Licensing reminder
- Submitting a missing brand
- Related installable integrations
- Reference
What does the thesvg skill do?
Fetch brand SVG logos and cloud architecture icons (AWS, Azure, GCP) from theSVG. Use when the user asks for a brand logo, company icon, framework mark, service icon, or any "icon/logo for X" where X is a real brand or cloud service. Returns ready-to-use CDN URLs or raw SVG markup.
How do I install it?
Run `npx skills add glincker/thesvg --skill thesvg --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From glincker/thesvg, a repository with 2,533 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
