How to show icon on buttons

Mohammad Qasim 576 Reputation points
2021-02-18T19:05:47.863+00:00

Greetings

I am applying bootstrap icon on button,

Problem: its now showing ( attached is snap short ), i used below reference to apply
https://codepen.io/jnbruno/pen/vNpPpW ( use this link code to apply )

Note: on server ( windows server browser ) its showing fine , after publish when i open site on browser its not showing ( icon on buttons )

Solution Required : How or what to do to visible icon on browser ( i have checked on both browser i.e and chrome , icon not coming up )

Thanks
Images are attached for reference

69765-iconnotvisible.png

69695-serverbrowswr.png

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,315 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Duane Arnold 3,216 Reputation points
    2021-02-18T19:39:25.92+00:00

    Maybe the image files were not deployed to the right spot on the Web server so the Web application could access them.

    0 comments No comments

  2. Karen Payne MVP 35,201 Reputation points
    2021-02-18T22:40:11.533+00:00

    Did you check your links are pointing to a folder on the server where the .css file and svg files are?

    Standard Bootstrap 4 images:

    69696-11111111111.png

    0 comments No comments