Skip to main content
2 votes
1 answer
218 views

I have an issue with fixing nuxtjs hydration mismatch rendered on server: href="/_nuxt/tabbar.DZ-rw7fi.svg#balance" expected on client: href="http://stels-and-co-frontend-nuxt3.mt125.mt-...
ZloiGoroh's user avatar
  • 465
1 vote
0 answers
27 views

I can't use the SVG using SVG sprite here's the css, strong { font-weight: inherit; position: relative; &::after { content: ""; position: absolute; ...
Kareem A's user avatar
0 votes
1 answer
253 views

my icon.svg sprite file look like this <?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="0" height="0" style="display:none"> <symbol fill="...
Naveen Saroye's user avatar
0 votes
1 answer
1k views

I am developing a Flutter application where I need to display a human body silhouette with muscles, and I want users to dynamically color specific muscles based on their input. I am using the ...
Ghina Sharaf's user avatar
1 vote
0 answers
77 views

Current Behavior Hi, In stenciljs i am building a design system where i have huge amount of icons so i have created a svg sprite file. Steps to Reproduce Method1 : Tried importing the svg sprite file ...
Mounika Sreeram's user avatar
0 votes
0 answers
72 views

I have an SVG spritemap. I want to configure it to display correctly. For some reason, the code <path d="..." fill="url(#paint0_linear_0_23023)" </path> Doesn't ...
Oleksandr's user avatar
  • 475
0 votes
0 answers
135 views

I have a svg sprite which I get from the internet, it has various icons in it, how can I get a specific icon from this sprite? I tried using the flutter_svg and jovial_svg libraries. What should I do, ...
Мартынов Олег's user avatar
3 votes
3 answers
532 views

My team is working on a React component library and we are using an SVG sprite for our icons. We have an <Icon> component that looks like this: import Sprite from './sprite.svg'; const Icon = ({...
Michael Lynch's user avatar
2 votes
0 answers
192 views

I have a Vite/React app that uses @tabler/icons for icons in the app, as well as letting the user choose icons for their own notes, so I need to be able to load them dynamically (instead of using the ...
jcv8000's user avatar
  • 51
1 vote
4 answers
941 views

I have an SVG sprite: <svg xmlns="http://www.w3.org/2000/svg" style="display:none;"> <symbol id="ailMouseIco" viewBox="0 0 51.2 76.5"> ...
nagumi's user avatar
  • 43
0 votes
0 answers
28 views

For example i want replace fill attribute fill="#87B0EE" in svg image code that way that i can have access to it and can change it states via css variables. Like this: fill="var(--color,...
Rinatster's user avatar
4 votes
3 answers
2k views

I'm trying to use an svg sprite in my project, and it works fine, unless you're using a mask tag in a sprite: public/sprite.svg: <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="...
Ziya Mamedov's user avatar
7 votes
2 answers
8k views

HTML: <svg> <use xlink:href="/assets/images/icons-sprite.svg#icon-name"></use> </svg> SVG sprite: <svg width="0" height="0" class="...
Kapil Gehlot's user avatar
5 votes
2 answers
4k views

I'm using rollup to bundle a react npm package that contains an icon component that takes a name as a prop and returns an Icon with that name wrapped by a react component. This is the component code: ...
Rafael Rocha's user avatar
0 votes
1 answer
366 views

The gradients only functions properly when I include the svg sprite as code in the same file which defeats the purpose of having an svg sprite in the first place. I read from a different post from 3 ...
Squaid Ink Arts's user avatar

15 30 50 per page
1
2 3 4 5