Dynamic SVG Icons
Dynamically place SVG icons and images on your site via JavaScript-based replacement of HTML placeholders. Similar to how some icon fonts work but wit …
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2439 days ago • 1 reviews
Is Dynamic SVG Icons abandoned?
Possibly abandoned (last update 2439 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin provides a number of icons out-of-the-box that can be enabled and included in a site as SVG markup. Custom SVG icons/images are also supported.
The icons are placed on a page as HTML elements with specific class names which the plugin then replaces with SVG code via JavaScript.
For a full list of built-in SVG icons see built-in icons.
Support
Please submit bugs, patches, and feature requests to:
https://github.com/mishterk/dynamic-svg-icons-plugin-for-wordpress
Installation
- Download
dynamic-svg-icons.zip - Unzip
- Upload
dynamic-svg-iconsdirectory to your/wp-content/pluginsdirectory - Go to the plugin management page and enable the plugin
You can find full details of installing a plugin on the plugin installation page.
Full documentation can be found on the GitHub repository docs.
Frequently Asked Questions
Why would I use this over an icon font?
This approach cuts out the additional requests to load an icon font. It is also easier to register your custom SVG images with this plugin than to load them into an icon font.
Can I use my own SVG images?
Yes. See the using custom SVGs section of the documentation to learn how.
Can I override the default icon SVG markup?
Yes. See the overriding built-in SVGs section of the documentation to learn how.