Questions tagged [icomoon]
25 questions
9
votes
2 answers
Importing custom icons into React Native 0.62
I'm trying to import and use my own custom icons in my React Native 0.62.2 app.
I followed the steps outlined here https://github.com/oblador/react-native-vector-icons#custom-fonts but so far the icons are not showing up.
Here are the steps I…

Sam
- 26,817
- 58
- 206
- 383
7
votes
1 answer
auto colour fill when Generate Font from svg figma icon using icomoon
I want to convert an svg as an icon font element in my HTML/CSS using icomoon app
2
votes
1 answer
Icomoon : how to avoid duplicate index (different icon with same content id)?
I have a website with an icomoon.css file previously insered by someone else.
Now I added my own icomoon css, renamed icomoon2.
The problem is that now I have some icons with the same content id, ex:
content: "\e976"; on both css files point to 2…

Francesco
- 23
- 4
2
votes
0 answers
Broken icomoon icons in google chrome
There is a weird issue with icomoon icons in google chrome when devTools is opened. With random refreshes, all icons became characters like "", "", "ïŠ�". After a refresh, icons back to normal. When the cache is disabled everything also works…

Yuriy Halas
- 33
- 4
2
votes
1 answer
Icomoon, open-iconic SVG icons not displaying in the blazor page
I'm trying to use Icomoon in my blazor project. I've already downloaded the icons.
HTML
1
vote
0 answers
adding custom fonts to storybook
i'm making a component library that i use through my applications, it work fine but when i added my custom fonts used by my icons, my storybook couldn't start anymore (the lib and the Icon component is still working).
this is how I imported my…

lanetrotro
- 347
- 1
- 5
- 18
1
vote
1 answer
Icomoon - after import icons, the appearance of the icons will change
I'm transforming my SVG icons to fonts by icomoon.io and I wanna use them in my React web app
the problem is when I import these three SVG icons to the Icomoon project, the appearance of my icons will change and I don't know why this is…

Carl
- 191
- 1
- 8
1
vote
1 answer
Icomoon Icons not showing when website is hosted
When I start my website on localhost everything works perfectly fine.
But when I start it on my plesk webserver the Icomoon icons don't show up.
The font is saved like this https://static.my-domain.example/fonts/icomoon.ttf.
The css is saved like…

WonderLight800
- 23
- 4
1
vote
0 answers
Icomoon icons doesn't render correctly on Safari
everyone, I'm having a problem rendering the icomoon icons on Safari, they look bolder and bigger than the way they look on Chrome.
I tried to set the font-size and font-weight but that doesn't seem to work
These are the styles I'm applying, I'm…

Hugo Licon
- 191
- 2
- 12
1
vote
0 answers
Using IcoMoon app for custom Awesome font
This is my first attempt to try and create a custom "awesome fonts". And more specifically I want to use the current awesome font and expand its content with a few new custom svg icons that I have created.
Add custom icons to font awesome
While…

Mdermez
- 549
- 5
- 18
1
vote
0 answers
Custom icon with fontello not working React Native
Hi I'm trying to implement custom icons following similar tutorials from online but keep running into the same problem with different approaches. First I uploaded the svg to the fontello service. Then I put the .ttf file into my assets/fonts folder.…

krish
- 37
- 2
- 10
1
vote
1 answer
How to set icon content of pseudo element by its attribute?
I'm using icomoon as my icon library
And I'm trying to dynamically set icons by the attribute data-icon.
But it seems the content can't be recognized as a charset using attr(data-icon).
Is there a way to make \e92c as a character rather than string…

Hao Wu
- 17,573
- 6
- 28
- 60
0
votes
0 answers
Icomoon icons breaking sometimes in production version
Sometimes the icons break and seems like the screenshots
This only happens in the build version, locally doesn't.
I made this font icons using icomoon
I've tried to define the charset to UTF-8 in icons.scss file but doesn't worked.

Jamerson Aguiar
- 11
- 1
0
votes
0 answers
How to give custom symbol in icomoon?
I need help how to update custom symbol using Icomoon. My requirement is to give custom glyph so that I can get unique unicode to use in html entity like placeholder etc. Please tell if you know how to update this highlight square symbol, custom…

Stupid_designer
- 88
- 9
0
votes
0 answers
Missing ligature strategy in an icon font setup
I use icomoon.io to create and manage my icon fonts. It's excellent and you can set "ligatures" for the text you want to display the icon.
However, I cannot find a sane way to handle missing ligatures to display a default or "missing" icon.
One…

Ben Racicot
- 5,332
- 12
- 66
- 130