-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ionic 4 icon not found #17239
Comments
Had the same problem. Like you said you have to create an new blank Ionic project. Then copy the |
Hi Good day, I've already done this with my project but some icons are still missing on ios.
|
Try run ionic build, then go to www/svg folder to make sure the said missing icons svg files are there. Then run ionic serve. If the icon is still not showing, try Ctrl + F5, or clear the browser cache then refresh. |
had same problem instead i have Deleted |
And please don't forget to clear the browser cache For more information see this issue #17019 |
Thanks, I uninstalled node and cleared everything
The problem solved. Thank you very much. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Support Question
Hi,
after upgrading from rc1 to ionic 4 stable, I noticed some icons are not working!!!
`
GET http://localhost:8100/svg/ios-notifications.svg 404 (Not Found) zone.js:1152
GET http://localhost:8100/svg/ios-home.svg 404 (Not Found) zone.js:1152
GET http://localhost:8100/svg/ios-wallet.svg 404 (Not Found) zone.js:1152
GET http://localhost:8100/svg/ios-contact.svg 404 (Not Found) zone.js:1152
`
I created a new black project, but the also on the new project I'm having the same issue. I checked the angular.json file, and I found this:
"assets": [ { "glob": "**/*", "input": "src/assets", "output": "assets" }, { "glob": "**/*.svg", "input": "node_modules/ionicons/dist/ionicons/svg", "output": "./svg" }, "src/manifest.json" ],
I checked again, some icons are working and some are not:
`
`
not working:
Working:
The text was updated successfully, but these errors were encountered: