@@include('../layouts/head-page-meta.html', {'title': 'Custom Icon Pack'}) @@include('../layouts/head-css.html')
@@include('../layouts/layout-vertical.html')Use svg icon with <use>
in you html code as given below
<svg class="pc-icon"> <use xlink:href="#custom-<< Copied code >>"></use> </svg>