Icons • From custom SVG to font face - martindubenet/contents GitHub Wiki
- Design the flower (example) icons in Illustrator:
flower.ai
- Once your done drawing it, from Illustrator menu's : Edit ➥ Save a copy ➥ file type SVG.
- To minify the code and remove unnecessary markup from Illustrtaor, upload
flower.svg
to https://jakearchibald.github.io/svgomg/ - Download the optimized SVG file.
- Validate that it shows according to your design expectations.
- Using a code editor, open the file and add
class="svg flower"
on the<svg>
opening tag.
- Login icomoon.io.
- Create a new project.
- In that project, create a new custom icon set.
- 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.
- From the icomoon app's footer menu, choose either Generate SVG -OR- Generate Font.