MoralistFestus / twisvg

πŸš€ πŸ”₯ Twisvg is an SVG Icon generator. It is an alternative to font awesome icons. It comes with packs of SVG's for different icons which can be included into any respective projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twisvg

πŸš€ πŸ”₯ Twisvg is an SVG Icon generator. It is an alternative to font awesome icons. It comes with packs of SVG's for different icons which can be included into any respective projects.

Using twisvg

Twisvg has a lots or packs of SVG images and codes that can be automatically linked/paste or included in any web projects for generating icons. This can be alternative method of using font awesome icons which might be so difficult at times to get started with. There are many folders that includes different svg images with their codes. For example in the home-svg folder there are three svg images with its codes,

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>home</title>
<rect fill="#fff" x="0" y="0" width="32" height="32"></rect>
<path d="M32 18.451l-16-12.42-16 12.42v-5.064l16-12.42 16 12.42zM28 18v12h-8v-8h-8v8h-8v-12l12-9z"></path>
</svg>

This code will produce a home icon. You only need to include those svg as images using the html img tag or simply copy and paste the code as the one done above.

Licence

This project is MIT Licensed

Contributing

If you wish to contribute to this project, star 🌟 it, fork and pull request if any changes is made. Include a screnshot of the changes, make sure to add a title and a good description of the changes made. For more information about contributing read the CONTRIBUTING.md file.

Usage

This svg is free for any projects usage.

About

πŸš€ πŸ”₯ Twisvg is an SVG Icon generator. It is an alternative to font awesome icons. It comes with packs of SVG's for different icons which can be included into any respective projects.

License:MIT License