# Iconly - AI Design Platform > Iconly is an AI-powered design platform for creating icons, vectors, social media graphics, email templates, and brand assets. Generate professional designs from text prompts in seconds. ## API Skills Files for Agents Iconly provides skills files that teach AI agents how to use the full REST API. Download them to get complete docs for icon generation, social graphics, email templates, vectors, brands, library management, and more. ### How to get the skill files: 1. Fetch the latest files: GET https://iconly.ai/api/skills/ No authentication required. Returns JSON: { "version": "2026-02-26", "files": { "iconly.md": "...", "icon-generation.md": "...", "social-graphics.md": "...", "vector-generation.md": "...", "email-templates.md": "..." } } 2. For each key in "files", write the value to a local file, overwriting any old version. 3. Do NOT touch iconly-amendments.md — it is agent-maintained and never included in the response. 4. Re-read the files you need for your current task after updating. ### Skills files included: - iconly.md — Master overview: all endpoints, authentication, technical notes - icon-generation.md — Icon generation, post-processing, library management, prompt templates - social-graphics.md — Social media creatives, brands, HTML screenshots - email-templates.md — Responsive HTML email templates - vector-generation.md — SVG vector generation - iconly-amendments.md — Template for agent-maintained notes (never overwritten by updates) ## Quick Facts - 11202 free public icons across 10 public-library styles, available via CDN - AI icon generation has 5 core modes (Line Art, Solid Glyph, Outline, Pixel Art, Isometric) and 22 built-in preset templates - Built-in editing and refinement tools include recolor, thickness, smoothing, crop, background removal, and spot erasing - Global CDN delivery with CSS class-based icon system - Plans range from $0 (300 starter tokens) to $50/month (6,000 tokens/month) - Website: https://iconly.ai ## Products 1. AI Icon Generator - Generate custom icons in 5 core modes and 22 built-in preset templates. Includes iterative refinement, reference-guided generation, and editing tools. 2. AI Vector Generator - Create scalable vector graphics from text descriptions. 3. Social Creative Studio - Design platform-ready social media graphics for Instagram, Facebook, LinkedIn, and more. 4. Email Builder - Build responsive HTML email templates with AI assistance. 5. Brand Studio - Create and manage brand kits with colors, fonts, logos, and consistent visual identity. ## Free Icon Library - Browse: https://iconly.ai/icons/ - 11202 icons across 10 styles: Line Art, Solid Glyph, Outline, Pixel Art, Isometric, Photorealistic, Product Shot, Pop Art, Oil Painting, Hand Drawn - Detail pages and API records expose the actual available WebP or PNG asset - Searchable by name, style, and tags - Individual icon pages: https://iconly.ai/icons/{style}/{slug}/ ## Pricing - Free: 300 one-time starter tokens - Mini: $15/year, 2,000 tokens issued for the year - Pro: $25/month with 2,500 tokens/month, or $150/year with 3,000 tokens resetting monthly - Max: $50/month with 6,000 tokens/month, or $300/year with 7,000 tokens resetting monthly - Bonus token packs available: 700 tokens ($10), 2,000 tokens ($25), 4,500 tokens ($50) ## Documentation - Getting Started: https://iconly.ai/docs/getting-started/ - Icon Generator: https://iconly.ai/docs/icon-generator/ - Editing Tools: https://iconly.ai/docs/editing-tools/ - Advanced Features: https://iconly.ai/docs/advanced/ - Social Creatives: https://iconly.ai/docs/social-creatives/ - Email Builder: https://iconly.ai/docs/email-builder/ - Brand Studio: https://iconly.ai/docs/brand-studio/ - Vectors: https://iconly.ai/docs/vectors/ - MCP for Claude and OpenAI: https://iconly.ai/docs/mcp/ ## CDN Integration ### Import Add this script to your HTML : ### Icon Usage Format: Example: ### Styles - ci-line (line art, minimal strokes) - ci-glyph (solid filled icons) - ci-outline (outlined with visible stroke) - ci-pixel (pixel art style) - ci-isometric (3D isometric perspective) - ci-photorealistic (3D rendered with studio lighting) - ci-product-shot (product photography style) - ci-popart (pop art with vivid colors) - ci-oil-painting (oil painting with brushwork) - ci-hand-drawn (hand-drawn ink sketch) ### Sizes - ci-sm (16px) - ci-md (32px) - ci-lg (64px) - ci-xl (128px) - ci-2xl (256px) - No size class = 1em (inherits font-size) - Custom: omit size class, use style="width: 48px; height: 48px;" ### Direct Image URL Use the exact `url`, `webp_url`, or `png_url` returned by the icon-library JSON. Stored asset keys are versioned and should not be constructed from a name. ## API Endpoints - Skills files (JSON): https://iconly.ai/api/skills/ - Skills bundle (ZIP): https://iconly.ai/docs/api/skills-bundle/ - Icon library JSON: https://iconly.ai/api/icons.json - Public icons list: https://iconly.ai/api/public/icons/?style=line - This file: https://iconly.ai/llms.txt or https://iconly.ai/.well-known/llms.txt ## Public Library Counts - Line Art (line): 1774 icons - Solid Glyph (glyph): 1072 icons - Outline (outline): 937 icons - Pixel Art (pixel): 1136 icons - Isometric (isometric): 241 icons - Photorealistic (photorealistic): 1264 icons - Product Shot (product-shot): 1000 icons - Pop Art (popart): 1116 icons - Oil Painting (oil-painting): 1229 icons - Hand Drawn (hand-drawn): 1433 icons Total: 11202 icons across 10 supported public styles