You can add the following code to add an icon in pricing table list. In this example we use Font Awesome library.
<i class="fa fa-server"></i>
The code above will show the server icon.
You can find another icon code from here https://fontawesome.com/v4.7.0/icons/
Watch the video for more details