question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ionic icons are not showing up in the screen

See original GitHub issue

Ionic version: (check one with “x”) [ ] 1.x [X ] 2.x

I’m submitting a … (check one with “x”) [X ] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/

Current behavior: I am facing difficulties in showing ion-icon in the screen. The following is the HTML code which I use;

<ion-item>
<button ion-button icon-only clear small color="twitter">
      <ion-icon name="logo-twitter"></ion-icon>
    </button>
            <ion-label color="primary">Title</ion-label>
            <ion-input type="text"></ion-input>
        </ion-item>

For some reasons, ion-icon does not show up in the screen. Expected behavior: Use the above snippet in your app to observe the behaviour.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
zgluiscommented, Mar 1, 2018

I found my problem, I was overriding ionicons with this:

* {
  font-family: "my-cool-font" !important;
}
3reactions
ag14774commented, Aug 9, 2017

Still having this issue with ionic v. 3.7.0 This code:

    <ion-col>
      <button ion-button icon-left clear small>
        <ion-icon name="thumbs-up"></ion-icon>
        <div>{{story.numofvotes}} Likes</div>
      </button>
    </ion-col>

generates this (right click->inspect): deepinscreenshot_select-area_20170809160649

Adding class="ion-md-thumbs-up" to the ion-icon tag fixes the issue but I don’t think that is the correct way to do it

Read more comments on GitHub >

github_iconTop Results From Across the Web

[SOLVED] Ionicons not showing - ionic-v3
Hi, I have a small app with a tab bar with icons and a content section with icons. The icons in the tab...
Read more >
ionic4 - Icons not showing in Ionic application - Stack Overflow
Ok go inside the www folder and go to svg folder and search if the icon name exists. If it do not exist...
Read more >
Ionicons Usage: Guidelines for installing and using ... - Ionic.io
Ionicons is an open-sourced and MIT licensed icon pack. The usage guidelines provide helpful tips for installing and using Ionicons Version 4.x in...
Read more >
Why Ion-Icon Is Not Showing In Ionic Vue Project - ADocLib
Read up on our guidelines for contributing and then look through our issues with a help Also note that only visible icons are...
Read more >
How to Add Icon and Splash Screen to your Ionic App - Medium
How to Add Icon and Splash Screen to your Ionic App · No problem! Let's fix it now! · We did it all!...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found