@extends('layouts.master') @section('title', 'Custom Icon Pack') @section('content')
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>
@endsection @section('scripts') @endsection