Dedicated component used to implement CoreUI Icons SVG set in Vue.js.
- Can load icons in three ways:
- stored globally in Vue root object,
- directly passed SVG tag content,
- source link to SVG file
- Greatly reduce icons bundle size, when imported as single icons,
- Full functionality of 'svg' html tag,
- Clean API
For component description visit CIcon component documentation
If you already have installed CoreUI Vue component library plugin, then you have CIcon component already installed, otherwise install package by:
npm install @coreui/icons-vue --save
CoreUI Icons Free is free, open source, and GPL friendly. You can use it for commercial projects, open source projects, or really almost whatever you want.
- Icons — CC BY 4.0 License
- In the CoreUI Icons Free download, the CC BY 4.0 license applies to all icons packaged as .svg and .js files types.
- Fonts — SIL OFL 1.1 License
- In the CoreUI Icons Free download, the SIL OLF license applies to all icons packaged as web and desktop font files.
- Code — MIT License
- In the CoreUI Icons Free download, the MIT license applies to all non-font and non-icon files.