Icons • From custom SVG to font face - martindubenet/contents GitHub Wiki

Design it

  1. Design the flower (example) icons in Illustrator: flower.ai
  2. Once your done drawing it, from Illustrator menu's : Edit ➥ Save a copy ➥ file type SVG.

Clean it

  1. To minify the code and remove unnecessary markup from Illustrtaor, upload flower.svg to https://jakearchibald.github.io/svgomg/
  2. Download the optimized SVG file.
  3. Validate that it shows according to your design expectations.
  4. Using a code editor, open the file and add class="svg flower" on the <svg> opening tag.

Generate it

  1. Login icomoon.io.
  2. Create a new project.
  3. In that project, create a new custom icon set.
  4. From the contextual menu of that new set, import your custom SVG icons.

Make sure to edit ⚙Preferences BEFORE downloading your generated SVG or Font.

  1. From the icomoon app's footer menu, choose either Generate SVG -OR- Generate Font.
⚠️ **GitHub.com Fallback** ⚠️