Press "Enter" to skip to content

Javascript SVG Icons Code for VueJS Library

V SVG Icons is a set of 1400+ SVG icons that can be used as Vue components in your application.

javascript icons, font awesome icons, javascript icons library, font awesome svg icons, bootstrap icons, font awesome svg icons list, font awesome javascript icon

How to make use of it:

Install and download:

# NPM
$ npm i v-svg-icons --save

1. Import and register the icon component library.

import icons from "v-svg-icons";
Vue.component("icon", icons);

2. Add the symbol component to the template and enter the iconΒ name.

<icon name="flask">

3. Determine the size of the icon.

<icon name="flask" size="64px">

4. Apply custom styles to the icon.

.flask {
  fill: red;
  background: white;
  width: 128px;
  height: 128px;
}

1400+ SVG Icons For Vue App, v-svg-icons Plugin/Github, javascript icon code


See Demo And Download

Official Website(mehmetsagir): Click Here

This superior jQuery/javascript plugin is developed by mehmetsagir. For extra advanced usage, please go to the official website.

Be First to Comment

    Leave a Reply

    Your email address will not be published. Required fields are marked *