@@include('../layouts/head-page-meta.html', {'title': 'Custom Icon Pack'}) @@include('../layouts/head-css.html') @@include('../layouts/layout-vertical.html')
@@include('../layouts/breadcrumb.html', {'breadcrumb-item': 'Icons', 'breadcrumb-item-active': 'Custom Icon'})
Custom Icon

Use svg icon with <use> in you html code as given below

<svg class="pc-icon"> <use xlink:href="#custom-<< Copied code >>"></use> </svg>
@@include('../layouts/footer-block.html') @@include('../layouts/footer-js.html') @@include('../layouts/customizer.html')