Noun Project

API

API for curated, customizable icons and collections

Visit Website

Overview

The Noun Project API offers RESTful endpoints to search, retrieve, and access thousands of high-quality curated icons and collections. Responses are in JSON format, including icon URLs, metadata (creator info, tags, licenses), and customization options (size, color). Use cases include integrating icons into web/app interfaces, design tools, CMS platforms, or marketing content to enhance visual appeal and streamline asset management.

Example Integration (JavaScript)

script.js JS

fetch('http://api.thenounproject.com/index.html')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful architecture
  • JSON response format
  • Icon search & collection access
  • Customization parameters
  • Rich metadata inclusion

Frequently Asked Questions

? Is Noun Project API free to use?

Yes, it offers a free tier with limited requests; paid plans are available for higher usage limits and premium features.

? Does it require an API Key?

Yes, you need to register and obtain an API key to authenticate all requests.

? What is the response format?

All responses are in JSON format, containing icon URLs, metadata, and customization details.

Top Alternatives

Flaticon API Search Google
Iconscout API Search Google
Material Icons API Search Google

People Also Ask about Noun Project

Noun Project vs Flaticon APINoun Project vs Iconscout APINoun Project vs Material Icons API Noun Project 2025 review

Tool Info

Pricing Freemium
Category Art & Design
Platform Public API

Pros

  • Vast library of curated icons
  • Easy-to-integrate endpoints
  • Customizable icon options
  • Detailed metadata for attribution

Cons

  • Rate-limited free tier
  • Requires API key authentication
  • Attribution mandatory for some icons
  • Premium content behind paid plans

More Art & Design Tools