AlphaWebv0.2.0

Sigil

Generate crisp SVG icons from text descriptions.


Overview

Sigil turns a short text prompt into a minimal SVG icon. It produces clean, hand-tuned vector output — no raster upscaling, no bloated paths. Icons are designed to look sharp at 16px and scale to any size.

Features

  • Text-to-SVG — describe what you need ("settings gear", "upload arrow") and get an icon
  • Style presets — outline, solid, duotone, and glyph variants
  • Batch export — generate an entire icon set from a list of prompts
  • Optimized output — minimal path data, no hidden layers or metadata
  • Copy-paste ready — one click to copy the SVG markup or download the file

Usage

Visit the web app, type a description, pick a style, and export. For batch mode:

npx sigil --input icons.txt --style outline --out ./icons/

Sigil is in early alpha. Icon quality varies by prompt complexity.