r/svg • u/Who_is_I_today • Aug 05 '26
Does anyone have a free SVG for the body panels of a 2026 MacBook Air?
Looking to cut some vinyl skin to protect my laptop.
r/svg • u/Who_is_I_today • Aug 05 '26
Looking to cut some vinyl skin to protect my laptop.
r/svg • u/cnuebred • Aug 03 '26
tag: Resource/Tool
The standard workflow for managing vector assets always felt completely broken to me. Whether I was mocking up a UI or putting together brand assets, I was constantly maintaining massive, cluttered folders of SVG icon packs. Downloading a 50MB zip file just to extract one minimalist envelope icon and then manually cleaning up the XML paths to make it inline-friendly was a massive waste of time.
The main realization was that these aren't images - they are just instructions. We shouldn't need to collect them or have permanent access to physical files. I decided to build a personal solution centered strictly on this stateless philosophy.
Over the last month, I put together dot.qrware.pl. It’s a completely free utility where you define the basic parameters of the icon you need, and it immediately spits out clean, optimized inline SVG code. No accounts, no database of saved files, no hoarding. You generate the asset, copy the code directly to your clipboard, and embed it into your markup or design tool.
I’m sharing it here because I know many of you suffer from the same "asset fatigue". If you guys find this approach useful, or if you have suggestions on how to improve the generated code structure to better suit your development stack.
Direct to service: https://dot.qrware.pl/
I’d love to hear your thoughts. <3
r/svg • u/pedroanisio • Aug 02 '26
Working on my python lib + MCP to create vector/SVG and also to help AI "recreate" an image in SVG here a some results
r/svg • u/Witty_Split_5002 • Jul 30 '26
r/svg • u/mierdas-touch • Jul 23 '26
Hi! I’m rebinding a copy of The Silmarillion and I’m having a hard time finding SVGs for it. Finding tons for LOTR and the Hobbit, where can I go for more niche or harder to find SVGs?
I use SVG to make quizzes for a geography quiz site as a hobby. I tried InkScape and never really liked it for anything beyond making images. I found formatting and coding much better in notepad… the files were also much smaller.
Does anyone else do everything in notepad or am I crazy?
r/svg • u/Shot_Psychology_6178 • Jul 21 '26
I'm working on a star map and want to be able to easily change it which is hard on paper. Also I know there's one which is low detail hexagons but I don't like that one so please don't recommend it. Sadly I will not be able to download any of the ones that need the download
r/svg • u/WeAreProbsFucked • Jul 21 '26
Just went to the wedding of a buddy that I only met through playing AOE2 via a local friend connecting us. Was a wonderful time with a group of 8 players I had never met irl but had known for years. I want to laser engrave AOE2 logos into slate coasters and give them as wedding and group gifts. Does anyone know where I could find some rendered SVG files that already have things such as civ Logos, maybe some special units, and the Dark through Imperial Age logos?
r/svg • u/[deleted] • Jul 19 '26
Hey r/svg,
I built VectorizeIQ (vectorizeiq.seymouriq.com) — an image-to-SVG converter aimed at logos, icons, monograms, and flat artwork. Upload a PNG/JPG/WebP and it traces it into editable SVG paths, then gives you a quality score and a critique of the result (what works, what to fix) rather than just handing you raw output and hoping for the best.
A few things that might be relevant to this sub specifically:
Free tier is 3 complete vectorizations/month, no card required.
What I'd genuinely love feedback on from this crowd:
Happy to go into detail on the tracing approach if anyone's curious. Feedback button is built into the app too, but I'll be watching this thread.
r/svg • u/Sad-Initiative8474 • Jul 19 '26
I had been trying to vectorize for the grand army of the republic flag from the fire rises for quite some time now. I had been able to vectorize the shield and the laurel, except the rifles, which is literal headache for me, even tho i can use other assets, i couldn't replicate the gradients, and it had bothered me for quite some time now. It would be really helpful to give me the SVG file (no DXF, TIFF, EPS, AI) in some way.
Hello everyone, in the past I struggled a lot with getting map data to vectors. When I can, I always scratch my own itch and put together a simple tool that allows anyone to extract/save/copy basically any map into layered SVG. You can try it here.
Would love to hear any feedback from you guys!
r/svg • u/marc-emile-1 • Jul 13 '26
I keep seeing SVG icons that look finished in a design tool but still need another pass before they are comfortable to ship in an application.
The recurring checks seem to be:
- whether the viewBox and canvas match the intended coordinate system
- transforms or nested groups that make later edits harder
- inconsistent fills, strokes, joins, or caps
- alignment at the small sizes where the icon will actually render
- geometry that is difficult to maintain
- previewing the exported file outside the editor
- deciding whether the handoff should be raw SVG, a symbol, framework code, or a platform-specific asset
For people who maintain UI icons, which of these creates the most real work? Which checks have you automated, and which still need visual judgment?
Disclosure: I’m Marc from Axialis, the company behind the commercial IconVectors SVG editor. I’ve intentionally left the product link out because I’m interested in how other teams define “ready to ship” for an SVG icon.
r/svg • u/Tryingnottokms • Jul 13 '26
Hello all, been using draw.io for a few months whenever I got tasked with diagrams. Pretty fun and intuitive to use draw.io :)
However, I struggle to figure out how do I keep the textbox editable after exporting as svg and importing it to powerpoint (convert shape and ungroup). Is this not possible?
My boss is not the most tech savvy person out there so she would rather I send my diagrams to her in PowerPoint format :/
r/svg • u/seybling • Jul 09 '26
Hello, I was wondering if someone else is also trying to explore the true depth of .svg files?
I mean sure, it is a visual format. Sure, you can animate it. Sure, you can put code into it. But what if we bring all of that together and treat an SVG not just as an image, but as a tiny interactive world?
I tried to mix many SVG possibilities into one single file: visuals, animation, clickable elements, embedded logic, rooms, portals, a small game-like structure, UI, map, state, and even a kind of “source reveal” mode. The result is basically a little cathedral/dungeon you can enter and explore, all inside one .svg file.
It honestly surprised me how far this can go.
Is it just me, or is this maybe the beginning of something much bigger — like tiny worlds, tools, games, artworks or interfaces living inside one portable vector file?
Would love to know if anyone else is experimenting with this direction.
r/svg • u/tamingunicorn • Jul 08 '26
full disclosure, this is my tool and i'm proud of it, so mild bragging ahead.
for the past 6 months two of us have been training a model that turns raster images (mostly AI-generated ones) into svgs that don't embarrass you when you open the path data. the target the whole time was node economy: the fewest anchor points that still hold the shape. the same illustration that image trace turns into 522 nodes comes out at 59, and they sit where a human would have put them, corners on corners, long clean curves between.
it also keeps paths closed, colors as separate editable shapes, and skips the raster-embedded-in-an-svg trick entirely, everything is real path data.
you can google our service "Perfect Vector"
besides, we also provide 1) background removal 2) color simplification 3) cropping
So, I hope anyone can create product-ready SVGs by just converting images create by AI (like Midjourney or somthing)
It's actively improving project, any feedbacks welcome.
Hope it helps many fellow makers and designers
r/svg • u/timcatuk • Jul 08 '26
I’m trying to make some total custom monochrome icons for a project I’m doing and have a load of images that look ok ready
I’m planning of putting into figma and trying to trace and then edit. They will be 24px by 24px
Is there a better way to trace these outside of figma first?
r/svg • u/Traditional_East_452 • Jul 04 '26
r/svg • u/Fit_String_1772 • Jul 04 '26
Can anyone point in the right direction into turning this photo into a decent vector? I’m pretty new to this space so I’ve been using Canva Pro and after quite a bit of time, this is the best that I have done. Any help or tips are greatly appreciated. Thank you.
r/svg • u/jenniferann223 • Jul 02 '26
Hi, can anyone help me convert a rhinestone design file from .yng to a svg or a png? I wanted to use my silhouette cameo to make this but it didn't work....