Skip to content

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

Notifications You must be signed in to change notification settings

incubated-geek-cc/svg2symbol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published