Ionic icons are not showing up in the screen
See original GitHub issueIonic 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:
- Created 7 years ago
- Comments:11 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I found my problem, I was overriding ionicons with this:
Still having this issue with ionic v. 3.7.0 This code:
generates this (right click->inspect):
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