Request for svg sprite which can be used with <use xlink:href
See original GitHub issueHi devs, is it possible to create an svg file as part of release in format -
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<symbol id="activity" viewBox="0 0 24 24">
<polyline points="22 12 18 12 15 21 9 3 6 12 2 12" />
</symbol>
...
</defs>
</svg>
This will allow adding an icon similar to this feather request - https://github.com/feathericons/feather/pull/319
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
SVG sprite in external file - Stack Overflow
Try this: Create an SVG file, sprites.svg. Place the following in it: <svg version="1.1" xmlns="http://www.w3.org/2000/svg" ...
Read more >How to Use SVG Image Sprites - SitePoint
This tutorial describes two ways to create sprites containing many images. However, it uses SVG rather than the more well-known bitmap ...
Read more >SVG `use` with External Reference, Take 2 - CSS-Tricks
SVG has a element which essentially means: go find the chunk of SVG that has this #identifier and kinda clone it and put...
Read more >SVG Sprites: Embed flexible, stylable, fast-loading SVG icons
SVG Sprites : A straightforward guide to embedding flexible, stylable, fast-loading SVG icons in your web application.
Read more >How to use SVG sprites - Frontend Blog - Glivera Team
Hi, developer! When making a layout from PSD, icons are often inserted in SVG format, and if not, we ask them from the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@boscharun Welcome to the Lucide Project! Yess we have an SVG sprite available, but it is included in the Lucide Static package. https://www.jsdelivr.com/package/npm/lucide-static
Added it to the Readme file!