Questions tagged [ionicons]

The premium icon font for Ionic Framework

Primary site:

http://ionicons.com/

From Github:

We intend for this icon pack to be used with Ionic, but it’s by no means limited to it. Use them wherever you see fit, personal or commercial. They are free to use and licensed under MIT.

...

Ionicons is licensed under the MIT license.

https://github.com/driftyco/ionicons

144 questions
0
votes
2 answers

Recreating something in Vue that I did in React

I'm working on my own personal portfolio and I have my social media saved as a template to just pull from using this code in React. {this.state.contact.map((contact, index) =>
0
votes
1 answer

After using a redirect in my routes, font awsome and ionicons are no longer loaded

I am using Admin LTE on top of laravel, I have installed both font-awesome and ionicons using npm and included them using laravel mix, both these packages have successfully been added to my app.css file but when I utilise a redirect from my routes…
O. Rowley
  • 31
  • 4
0
votes
1 answer

Cant load ionicons's fonts

My folder structure: /dist index.html /css app.css /js app.js /fonts /vendor /ionicons /dist ionicons.eot ionicons.svg …
rook99
  • 1,034
  • 10
  • 34
0
votes
1 answer

Problems with font on scss

I'm using ng-packager to create my own package of alert with angular, that uses the ionicons package. The package link is https://www.npmjs.com/package/jtp-alert and the project is open, and is in https://github.com/jtpdev/ng-alert. But when I…
Jimmy Porto
  • 109
  • 1
  • 15
0
votes
1 answer

Ionicons not showing anymore when switching to @IonicPage components

After changing my pages to be lazy loaded (via @IonicPage with separate modules) all ionicons dissapeared. When declaring the components directly in app.module.ts, everything works fine. I did find a workaround using web components, but it's pretty…
Andrei
  • 2,282
  • 26
  • 35
0
votes
1 answer

Ionicons not showing up in Materialize

I'm trying to use Ionicons in buttons of Materialize but it isn't showing up instead I'm getting an odd box. Materialize
Germa Vinsmoke
  • 3,541
  • 4
  • 24
  • 34
0
votes
0 answers

How to apply animation on onClick event in React

I want to create add to favorites button with IonIcons library. I put the icon name and the animation state in the React state. Then I want to change those with onClick function. But for some reason animation doesn't work. It is nothing special,…
Boky
  • 11,554
  • 28
  • 93
  • 163
0
votes
0 answers

Ionicons don't load on cell phone, only on desktop

Ionicons just working at desktop local/production, but when i test in cell phone the icons appear as squares. Obs: - Icons working fine on all screens at desktop; - Ruby on Rails project;
0
votes
1 answer

Fuse-box - Setting project for JQuery, Bootstrap and ionicons

I'm trying to set a Fuse-box environment to be able to bundle JQuery, Boostrap and ionicons packages into two files: static/assets/js/bundle.js static/assets/css/bundle.css I have two problems: My JQuery script doesn't work. CSSResourcePlugin…
jezikk
  • 111
  • 2
  • 9
0
votes
1 answer

How to put search icon image in the search box using ionicons?

I have made a form using HTML and CSS and I am trying to put a search icon all the way on the right side of the search bar something like this. I am wondering how can I use ionicons to achieve that ? Here is the fiddle for the form. The HTML code…
user5447339
0
votes
2 answers

Issue with using CSS on Iconic Icons in WordPress Theme.

I would like to customize Ionicon using the css in Sequential WordPress theme. Iconic Icons was not originally in the theme. So I added by putting this code in functions.php. add_action( 'wp_enqueue_scripts', 'bg_enqueue_ionicons' ); function…
Isaiah
  • 37
  • 9
0
votes
1 answer

ionic2 cards and icons not showing up

I am not new to Ionic, but unfortunately I couldn't figure out why this is happening. I am trying to create a simple list of cards on a newly created project, but they don't seem to work. I tried using both the icons and the cards separately and…
user3153278
  • 297
  • 2
  • 4
  • 20
0
votes
0 answers

Import driftyco's premuim ionicons into ionic2 application

GitHub Link: github.com I have found Driftyco's ionicons repository, And I would like to use it. I have download it and import the files ionicons.css and folder fonts into my folder /src/assets, And insert the css file inside /src/index.html. I have…
Itzik.B
  • 1,023
  • 2
  • 15
  • 35
0
votes
1 answer

ion-icons based on platform (does not work)

I'm making an Ionic/cordova app and I'm trying to use the Ionic icons. I notice that when using the 'ios' namings, it works perfectly but not when using the generic or md names. In those cases, no icon is visible. I would like to have it…
S. Roose
  • 1,398
  • 1
  • 12
  • 27
0
votes
3 answers

Unexpected ionicons behaviour

Consider this code. I cannot figure out why it behaves as it does. All I need is the play icon alternating with pause icon everytime I click anywhere inside the . It behaves as expected when I click inside the but outside the icon itself.…
ivanibash
  • 1,461
  • 2
  • 14
  • 37
1 2 3
9
10