SVG to icon font workflow guide
A reliable icon font workflow starts before export. Normalize SVG files, keep icon names stable, export only the groups needed by the product, and save the Bobcorn project file so the next release can reproduce the same output.
- Normalize source SVGsKeep viewBox values, remove unnecessary fills when the icon should inherit color, and use clear file names before import.
- Organize reusable groupsGroup icons by product area or design-system package, then use favorites and search to review changes before export.
- Export and save stateGenerate SVG, TTF, WOFF, WOFF2, EOT, CSS, JavaScript, and HTML demos, then save the .icp file for the next icon update.