Questions tagged [icomoon]
25 questions
0
votes
0 answers
Icomoon colored icons are not visible in webpage
I'm using Angular 12 and for icons using https://i.icomoon.io/.
Already made many icons with one colour, but now I need icon which should be multicolour.
Like this icon.
When I adding class to a div or span, I can see "icon-coffee" class is set on…

Hovhannes Gevorgyan
- 502
- 1
- 8
- 22
0
votes
0 answers
Pack an icon fonts programmatically like icomoon
I'm looking for opensource code related to pack a tff/woff/svg fonts from selected SVG's like icomoon does.
In PHP or directly in browser - JavaScript.
Thanks for any suggestions!

Павел Иванов
- 1,124
- 8
- 23
0
votes
0 answers
How can I modify my icomoon icon color without using :before?
I'm using custom icomoon icons and bootstrap for my project. I'm putting my icons inside .btn .btn-primary divs. While the text changes naturally, the icon remains the same. What can I do to make it work? I'm sincerely stuck here. Thanks in…

Alex Blattner
- 7
- 6
0
votes
1 answer
React native customized icon can't not be shown
I am trying to add a customized icon, I followed the tutorial below:
https://www.reactnative.guide/12-svg-icons-using-react-native-vector-icons/12.1-creating-custom-iconset.html
I putted icomoon.tff file in ./assets/fonts, so in my package.json, I…

user12771261
- 1
- 2
0
votes
0 answers
Background under icomoon icon, white "border" showing
I want to put a white background under an icon font that has a transparent part, so that part will change color on hover:
I tried with border-radius and with clip path. But still the white outline is showing. Even tried to make a smaller…

user1509923
- 193
- 1
- 3
- 13
0
votes
1 answer
Joints: How to include icomoon icon into rappid's custom shape
I'm using the Rappid framework for HTML diagramming tooling. I've made custom shapes using dia.Element from rappid's namespace using the below example. Anyhow, images are working fine using SVG, but I want to use icomoon/font-awesome icon…

androizer
- 77
- 9
0
votes
1 answer
Access to font assets in Vue app inside a wordpress page template
I try not to post a question unless I really can't find an answer, but I am afraid that is the case now.
I am running a project where a Vue app is deployed within a page of a wordpress site. So far so good, integration has been somewhat complicated…

Fran
- 26
- 3
0
votes
0 answers
0
votes
1 answer
IcoMoon Font Export Issue
I create a small icon font with IconMoon site. When I import to my website it works fine, but the icon show skew. How I can fix that?
The original icon:
The showed icon:
I add this code to all.min.css from Font Awesome:
@font-face {
…

El Tito Barte
- 277
- 2
- 13
-3
votes
0 answers
html icons are displayed like empty squares in visual studio 2022
my HTML icons are correct out of visual studio but when I transfer them to visual studio 2022 an asp.net web application, icons changed to empty squares while all other elements like font and images are correct, please help me!
its my Reference…