get-flaticon

Download 128px PNG icons from a Flaticon pack into a local folder.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/fabioabr/ia-ws --skill get-flaticon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-flaticon
Source: https://github.com/fabioabr/ia-ws/tree/main/projects/discovery-to-go/base/behavior/skills/get-flaticon
Command: npx skills add https://github.com/fabioabr/ia-ws --skill get-flaticon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the bulk download of 128px PNG icons from a Flaticon pack to a local folder, handling bot-protection and organization to streamline design workflows.

Core Features & Use Cases

  • Batch download of all icons from a pack into a single, named directory with idempotent saves.
  • Creates a predictable folder structure using the pack's set-name and ensures unique file names.
  • Use case: collect icons for dashboards, reports, or design systems without manual clicking.

Quick Start

Run the skill with a pack URL and a destination folder to download all 128px PNG icons.

Frequently Asked Questions about get-flaticon

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch download Flaticon icons from a pack?

Batch downloading Flaticon icons requires a pack URL and a destination folder path. The skill extracts icon URLs, creates a named directory using the pack name, and saves all 128px PNG files locally with unique names.

Can I download Flaticon icons without getting blocked by Akamai bot protection?

Downloading Flaticon icons without triggering Akamai blocks is possible using Playwright stealth techniques. This approach bypasses Akamai bot protection to successfully extract pack names and icon URLs for automated scraping.

How do I save Flaticon icons into a structured folder for a design system?

Saving Flaticon icons for a design system is handled by creating a predictable folder structure derived from the pack's set-name. This ensures all downloaded 128px PNG files are organized idempotently in a single directory.

Does batch downloading Flaticon icons support idempotent saves?

Batch downloading Flaticon icons supports idempotent saves to prevent duplicate files. It extracts unique 128px PNG URLs from the specified pack and writes them into a local destination folder without overwriting existing assets.

What do I need to scrape a Flaticon pack for offline use?

Scraping a Flaticon pack for offline use requires a valid pack URL starting with https://www.flaticon.com/ and a base-folder path. The automation handles stealth navigation, pack name extraction, and local PNG downloads.

Are there limitations to the Flaticon batch download process?

Limitations of the Flaticon batch download include its restriction to 128px PNG files and reliance on Playwright stealth to bypass Akamai. It requires a valid Flaticon pack URL and local folder path to function correctly.