Phosphor Icons Extractor avatar
Phosphor Icons Extractor

Pricing

$3.00 / 1,000 results

Go to Apify Store
Phosphor Icons Extractor

Phosphor Icons Extractor

Phosphor is a flexible icon family for interfaces, diagrams, presentations — whatever, really.

Pricing

$3.00 / 1,000 results

Rating

0.0

(0)

Developer

No-Code Venture

No-Code Venture

Maintained by Community

Actor stats

2

Bookmarked

6

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Phosphor Icons Scraper

Scrapes all icon names and optionally raw SVG data from phosphoricons.com.

What it does

This actor visits the Phosphor Icons website and extracts:

  • Icon names - All 1500+ icon names from the library
  • Raw SVG code (optional) - The actual SVG markup for each icon

Input

FieldTypeDescriptionDefault
getRawSvgbooleanExtract raw SVG code for each icon (slower)false
proxyConfigurationobjectProxy settings for anti-bot protection{ "useApifyProxy": false }

Example input

{
"getRawSvg": true
}

Output

Each icon is saved as a separate item in the dataset:

{
"icon": "arrow-right"
}

With getRawSvg enabled:

{
"icon": "arrow-right",
"rawSvg": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\">...</svg>"
}

Performance

  • Fast mode (getRawSvg: false): ~1 minute for all icons
  • SVG mode (getRawSvg: true): ~15-20 minutes (clicks each icon to extract SVG)

Use cases

  • Building icon libraries or design systems
  • Migrating to Phosphor Icons in your project
  • Creating icon search/preview tools
  • Generating icon documentation