@extends('layouts.master') @section('title', 'Custom Icon Pack') @section('content')
Use svg icon with <use> in you html code as given below
<use>
<svg class="pc-icon"> <use xlink:href="#custom-<< Copied code >>"></use> </svg>