Discover/simpleicons.org API
live

simpleicons.org APIsimpleicons.org

Access 3,300+ brand and technology icons via API. Get official hex colors, SVG URLs, slugs, and license info. Search, look up, or paginate the full collection.

Endpoints
3
Updated
3mo ago
Try it
Maximum number of results to return
Search keyword (e.g., 'google', 'react', 'amazon')
api.parse.bot/scraper/8a707b6b-908a-45d3-9de6-601de84af58e/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/8a707b6b-908a-45d3-9de6-601de84af58e/search_icons?limit=3&query=google' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for brand/technology icons by keyword. Searches across icon titles, slugs, and known aliases (aka, old names, localized names). Returns matching icons with their brand color, SVG URL, and metadata.

Input
ParamTypeDescription
limitintegerMaximum number of results to return
queryrequiredstringSearch keyword (e.g., 'google', 'react', 'amazon')
Response
{
  "type": "object",
  "fields": {
    "count": "integer - number of matching icons returned",
    "icons": "array of icon objects with title, slug, hex_color, svg_url, source, and optional aliases/guidelines/license fields",
    "query": "string - the search query used"
  },
  "sample": {
    "data": {
      "count": 3,
      "icons": [
        {
          "slug": "chromecast",
          "title": "Chromecast",
          "source": "https://www.google.com/intl/en_us/chromecast/built-in/",
          "aliases": {
            "aka": [
              "Google Cast"
            ]
          },
          "svg_url": "https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/chromecast.svg",
          "hex_color": "#999999"
        },
        {
          "slug": "google",
          "title": "Google",
          "source": "https://partnermarketinghub.withgoogle.com",
          "svg_url": "https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/google.svg",
          "hex_color": "#4285F4",
          "guidelines": "https://about.google/brand-resource-center/brand-elements/"
        }
      ],
      "query": "google"
    },
    "status": "success"
  }
}

About the simpleicons.org API

The Simple Icons API exposes over 3,300 brand and technology icons across 3 endpoints, returning each icon's official hex brand color, SVG logo URL, and slug identifier. Use search_icons to find icons by keyword against titles, slugs, and known aliases, get_icon to retrieve a single icon by name or slug, or list_icons to paginate the full alphabetically ordered collection.

What the API Returns

Every icon object includes a title (the official brand name), a slug (URL-safe identifier used to reference the icon), a hex_color (the brand's official hex color with # prefix), and an svg_url pointing to the icon's SVG file. Most icons also include a source URL pointing to the original logo asset. Optional fields — aliases, guidelines, and license — are present only where the upstream dataset carries them.

Endpoint Details

search_icons accepts a required query string and an optional limit integer. It searches across icon titles, slugs, and all alias types (aka, old, loc, dup), making it useful for finding icons by common short names, legacy brand names, or localized variants. The response includes a count of results alongside the icons array and echoes back the query used.

get_icon accepts either the display title (e.g., GitHub, C++) or the slug (e.g., github, cplusplus) as the name parameter. It returns the full icon object including optional guidelines (a URL to the brand's usage policy) and structured license info with a type field when available.

Pagination and Coverage

list_icons supports limit and offset parameters for pagination and returns total (the full database size), count (icons in the current page), and the icons array. Icons are ordered alphabetically by title. The total field lets you calculate page counts and build offset-based pagination without needing a separate metadata call.

Common use cases
  • Populate a tech stack selector with matching SVG logos and brand hex colors using search_icons
  • Auto-apply correct brand colors in a design tool by looking up hex_color via get_icon
  • Build a searchable icon picker component backed by the full 3,300+ collection via list_icons
  • Validate brand color usage in generated assets by comparing against the hex_color field
  • Link to brand guidelines in a style guide by surfacing the guidelines URL from get_icon
  • Display license information before redistributing a logo by checking the license.type field
  • Resolve legacy or alternate brand names to canonical slugs using alias search in search_icons
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Simple Icons provide an official developer API?+
Simple Icons does not publish a REST API. The project distributes its data as an open-source npm package and a CDN, both documented at https://simpleicons.org. This Parse API surfaces the same dataset in a structured, queryable form.
What does the `aliases` field in a response actually contain?+
The aliases object can contain up to four sub-fields: aka (common alternate names), old (former brand names), loc (localized names in other languages), and dup (duplicate entries pointing to the canonical icon). Not every icon has all sub-fields — the object is omitted entirely when no aliases are recorded for that icon.
Can I retrieve icons filtered by license type or by brand category?+
Not currently. The API returns license.type as a metadata field on each icon, but none of the endpoints accept license type or brand category as a filter parameter. You can fork this API on Parse and revise it to add a filter endpoint that matches against license.type or groups icons by category.
Does the API return the raw SVG markup, or just a URL?+
The API returns an svg_url string pointing to the SVG file rather than the inline SVG markup. The get_icon and search_icons endpoints do not include the SVG source code in the response payload itself. You can fork the API on Parse and revise it to fetch and embed the SVG content if inline markup is required.
How fresh is the icon data — does it reflect recent brand additions to Simple Icons?+
The dataset reflects the Simple Icons collection as indexed by Parse. Simple Icons adds new brand icons in regular release cycles; there may be a lag between a new upstream release and the data available through this API. The total field in list_icons responses is a reliable indicator of the current database size.
Page content last updated . Spec covers 3 endpoints from simpleicons.org.
Related APIs in Developer ToolsSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
sketchfab.com API
Search and browse 3D models on Sketchfab, including filtering by category, license, animation, and downloadability. Retrieve detailed model metadata, creator profiles, collections, thumbnails, tags, and viewer configuration options.
theresanaiforthat.com API
Search and discover AI tools across different tasks, get detailed information about specific tools, browse available deals, and stay updated on the latest tools. Find the perfect AI solution for your needs by filtering by task category or checking featured and trending tools.
oeis.org API
Search OEIS for integer sequences by keyword, A-number, or known terms, then retrieve full sequence entries and b-file term data.
duden.de API
Get German verb conjugations, parts of speech, and usage frequency from Duden's comprehensive database. Quickly look up how to conjugate any German verb across all tenses and moods.
nvidia.com API
nvidia.com API
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
mvnrepository.com API
Search Maven artifacts and retrieve detailed information about Java libraries, including artifact details, relocation notices, and popular package rankings. Find the exact dependencies you need and discover trending open-source projects in the Maven ecosystem.
Simple Icons API — Brand Icons, Colors & SVGs · Parse