incubated-geek-cc / svg2symbol

A browser utility tool to transform multiple svg images at once into symbol icons for inline-svg use.

Home Page:https://svg2symbol.glitch.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svg2symbol

A utility tool to convert your svg images into symbols - Generate your symbol definitions by importing your svg files.

Basic Table of Comparison: Font Icons vs Inline SVG Use

Font Icon Use Inline SVG Use
File Size ✓ when no. of icons are significantly more, overall file size is relatively smaller
Accessibility ✓ more built-in tags and read as image, not text by browsers
Performance ✓ less prone to loading errors
Scalability ✓ resolution independent;no effect on pixel quality when height/width changes
Animations ✓ more built-in tags and each component can be animated;greater versatility
Ease of Use ✓ when only a few icons are required, the template setup is easier ✓ when many icons are required and repeated use is common, the template setup is relatively less of a hassle
Browser Support ✓ suited for legacy browsers such as IE9+ ✓ requires polyfills to be rendered in legacy browsers

Preview of Web Application

Web App Preview Onload

Enables multiple svg file imports at one go

Web App Preview Import Multiple Files

Displaying embedded code snippets for each icon generated

Web App Preview View Code

Includes implementation guide for each exported file (exports 2 files)

Web App Preview Implementation Guide

About

A browser utility tool to transform multiple svg images at once into symbol icons for inline-svg use.

https://svg2symbol.glitch.me


Languages

Language:JavaScript 46.9%Language:HTML 35.9%Language:CSS 17.0%Language:Shell 0.2%Language:Procfile 0.0%