Ionic-framework: Custom icons for tabIcon

Created on 12 Mar 2016  路  4Comments  路  Source: ionic-team/ionic-framework

Short description of the problem:

For now I can use the default icon set from ionic, which is great, but I have some custom svg to display as tab icon. So can I display them directly as svg or I have to change them to a font ?

What behavior are you expecting?

I want to change some tab's icon with my own one

I can get there by a little bit hacky way like this:

.ion-ios-pulse:before {
    content: url('../images/icon-projects.svg') !important;
}

.ion-ios-pulse-outline:before {
    content: url('../images/icon-projects.svg') !important;
}

.ion-md-pulse:before {
    content: url('../images/icon-projects.svg') !important;
}

.ion-md-pulse-outline:before {
    content: url('../images/icon-projects.svg') !important;
}

Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)

Which Ionic Version? 2.x

Run ionic info from terminal/cmd prompt: (paste output below)
Your system information:

Cordova CLI: 6.0.0
Gulp version: CLI version 3.9.0
Gulp local:
Ionic CLI Version: 2.0.0-beta.19
Ionic App Lib Version: 2.0.0-beta.9
ios-deploy version: 1.8.5
ios-sim version: 5.0.3
OS: Mac OS X El Capitan
Node Version: v4.2.1
Xcode version: Xcode 7.2 Build version 7C68

Most helpful comment

All 4 comments

Hello! Thanks for opening an issue with us! Since this looks like it was taken care of on the forum i will be closing this issue for now. Thanks again!

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

brandyscarney picture brandyscarney  路  3Comments

alexbainbridge picture alexbainbridge  路  3Comments

Nick-The-Uncharted picture Nick-The-Uncharted  路  3Comments

vswarte picture vswarte  路  3Comments

fdnhkj picture fdnhkj  路  3Comments