• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4251 shaares
1 / 2
Filters
35 results tagged svg

A Friendly Introduction to SVG • Josh W. Comeau

QRCode

SVGs are one of the most remarkable technologies we have access to on the web. They’re first-class citizens, fully addressable with CSS and JavaScript. In this tutorial, I’ll cover all of the most important fundamentals, and show you some of the ridiculously-cool things we can do with this massively underrated tool. ✨

https://www.joshwcomeau.com/svg/friendly-introduction-to-svg/
August 8, 2025 at 2:15:23 PM EDT *
svg
FILLER

SVGs that feel like GIFs | Vincent D. Warmerdam

QRCode

The moving image below is only 49Kb and has an incredibly high resolution. It's similar to a GIF but instead of showing moving images, it shows moving SVGs!

Getting these to work involves asciinema and svg-term-cli. After uploading the asciinema you can use the tool to download a file that you can immediately click and drag into a README, or you can use this snippet to keep things local:

https://koaning.io/posts/svg-gifs/
July 15, 2025 at 1:38:03 PM EDT *
svg animation screencast
FILLER

Copy-Paste SVG Shapes

QRCode

SVG Shapes

Explore the collection of 120+ basic SVG shapes for your upcoming project.

Simply click on a shape to copy its SVG code to your clipboard.

https://shapes.framer.website/
March 4, 2025 at 1:14:51 PM EST *
svg drawing inspiration stencils
FILLER

SVG Tutorial: How to Code SVG Icons by Hand | Aleksandr Hovhannisyan

QRCode

Follow along with the examples in this in-depth guide to learn how to draw SVG icons and simple shapes by hand.

https://www.aleksandrhovhannisyan.com/blog/svg-tutorial/
February 27, 2025 at 3:47:35 PM EST *
svg tutorial webdesign illustrator
FILLER

SVG Coding Examples: Useful Recipes For Writing Vectors By Hand — Smashing Magazine

QRCode

Myriam Frisano explores the basics of hand-coding SVGs with practical examples to demystify the inner workings of common SVG elements. In this guide, you’ll learn about asking the right questions to solve common positioning problems and how to leverage JavaScript so that, by the end, you can add “SVG coding” to your toolbox. You’ll also be able to declare proudly, “I know how to draw literal pictures with words!”

https://www.smashingmagazine.com/2024/09/svg-coding-examples-recipes-writing-vectors-by-hand/
October 11, 2024 at 8:11:52 AM EDT *
svg grid
FILLER

svg.wtf - SVG explorer and editor

QRCode

by amelia wattenberger

https://svg.wtf/?activeTab=gui
August 2, 2024 at 9:25:57 AM EDT *
svg
FILLER

How SVG Fragment Identifiers Work | CSS-Tricks - CSS-Tricks

QRCode

I've talked a good bit about SVG's around here and using it to build an icon system. The beauty of is that you can reference just a part of some SVG defined

https://css-tricks.com/svg-fragment-identifiers-work/
February 13, 2024 at 9:17:59 AM EST *
svg css webdesign
FILLER

Free SVG generators, color tools & web design tools

QRCode

A fun collection of free SVG generators for gradients, patterns, shapes, textures & cool backgrounds. Plus, some more color tools for web designers.

https://fffuel.co/hhhue/

https://fffuel.co
January 13, 2024 at 10:53:43 AM EST *
svg webdesign inspiration spinner colorscheme
FILLER

Please size your inline SVGs :: Aaron Gustafson

QRCode

While it is a bit of an edge case, every now and then I’ll hit a site—yes, even a high profile one—and the CSS will fail to load for some reason. When this happens, inevitably every inline SVG resource on the page will grow to fill the entire width of my viewport, making for a really awkward experience.

https://www.aaron-gustafson.com/notebook/please-size-your-inline-svgs/
August 29, 2023 at 11:53:21 AM EDT *
svg minify
FILLER

SVGHub

QRCode

Squiggles, scribbles, shapes and... other stuff.
A library of over 70 custom-color elements ready to paste into your project.

https://svghub.vercel.app/
June 28, 2023 at 9:37:14 AM EDT *
svg design inspiration
FILLER

SVG to EMF | CloudConvert

QRCode

SVG to EMF Converter - CloudConvert is a free & fast online file conversion service.

https://graphicdesign.stackexchange.com/questions/60996/illustrator-emf-export-loses-precision

https://cloudconvert.com/svg-to-emf
April 22, 2023 at 12:40:17 PM EDT *
pdf svg emf microsoft
FILLER

The paint order of SVG elements and their stroke and fill is configurable | Stefan Judis Web Development

QRCode

Control the paint order of path and fill using the paint-order presentation attribute or CSS property

In this case, I usually changed the path or width/height of the given element to avoid the stroke going over the filled area too much. But it turns out that you can change the paint order of fill and stroke using paint-order.

The default order is described via the normal value, and it defines that fill will be painted first, then the stroke, and finally the markers. But you can redefine the paint order so that the stroke is not painted over the fill area with stroke fill markers.

https://www.stefanjudis.com/today-i-learned/paint-order-of-svg-elements-is-configurable/
April 11, 2023 at 9:44:57 AM EDT *
svg
FILLER

SVG Loading Animations - 1stWebDesigner

QRCode

In this post we have provided you with some examples and code for ways to make your page load entertaining via SVG loading animations.

https://codepen.io/nikhil8krishnan/pen/rVoXJa

https://codepen.io/BridgetCReed/pen/YpOEVv

https://codepen.io/matchboxhero/pen/bomWGK

https://1stwebdesigner.com/svg-loading-animations-2
October 27, 2022 at 10:44:55 AM EDT *
svg animation spinner
FILLER

Creating Custom Icon Webfonts. Webfont icons — what typographers would… | by Jason Knight | CodeX | Aug, 2022 | Medium

QRCode

Webfont icons — what typographers would traditionally refer to as dingbats — are an important part of modern web development. There are so many advantages to them:

Comment:
I've used https://icomoon.io for years, because of its great selection of free icon fonts and also because it's quite easy to import self designed svgs and turn them into glyphs. It's easy to use and all relevant functionalities are free of charge.

https://web.dev/optimize-webfont-loading/#customize-the-text-rendering-delay

https://medium.com/codex/creating-custom-icon-webfonts-478a934c7ddf
August 16, 2022 at 11:46:44 AM EDT *
webdesign fonts icons svg
FILLER

This “Two Dozen Favicons” Rubbish Is Getting Out Of Control | by Jason Knight | CodeX | Apr, 2022 | Medium

QRCode
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<link rel="mask-icon" href="maskIcon.svg" color="#90FF00">
<link rel="shortcut icon" href="favicon.ico">

SVG FIRST!
I also suggest you get a good SVG editor that has a proper stripping/minimized save feature. For this I like to use Inkscape:
https://inkscape.org

https://medium.com/codex/this-two-dozen-favicons-rubbish-is-getting-out-of-control-ba611467784e
April 11, 2022 at 11:15:07 AM EDT *
svg favicon
FILLER

Avatar generator playground - Boring Avatars

QRCode

Boring avatars is a tiny JavaScript React library that generates custom, SVG-based, round avatars from any username and color palette.

https://boringavatars.com/
August 23, 2021 at 2:57:09 PM EDT *
avatar svg stock colorscheme
FILLER

Swipey image grids.

QRCode

SVG isn't just useful for illustrative animation. It's hella handy for UI too.

https://www.cassie.codes/posts/swipey-image-grids/
May 6, 2021 at 11:51:44 AM EDT *
svg animation
FILLER

Svgurt - Convert images to svg

QRCode

Uses potrace

http://potrace.sourceforge.net/

https://svgurt.com/#/cli
March 30, 2021 at 11:01:27 AM EDT *
svg images
FILLER

CSS { In Real Life } | Optimising SVGs for the Web

QRCode

Optimising SVGs (scalable vector graphics) for web projects has the dual benefits of reducing the file size and making them easier to work with. But plenty of times I’ve opened up a web project and found that SVG assets could be made significantly smaller with some straightforward optimisations. In this article I’ll share my process for optimising SVG assets, which may help you if you’re a designer or developer unfamiliar with working with SVG on the web.

https://css-irl.info/optimising-svgs-for-the-web/
January 28, 2020 at 9:10:16 AM EST *
svg css illustrator minify
FILLER

A Designer's Guide to Animating Icons with CSS

QRCode

As a designer, I love coming across fun animations when visiting a site, and I have definitely been seeing more and more of them lately. Animations take illustrations and icons to the next level, making a site that much more engaging. While they are obviously attractive to look at, they also serve a functional purpose, captivating visitors and encouraging them to interact with the content.

https://www.newmediacampaigns.com/blog/guide-to-css-icon-animations
June 20, 2019 at 1:46:59 PM EDT *
animation css svg
FILLER
1 / 2
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community