In addition to pre-made SVG+CSS components for Vue, Svelte and React, now there are components for SolidJS!
Very easy to use. Almost 300k open source icons!
SVG+CSS minifies SVG by moving all props to CSS, way better than SVG sprites!
Docs: iconify.design/docs/usage/s...
06.03.2026 16:23
๐ 5
๐ 0
๐ฌ 0
๐ 0
New versions of Iconify Tools and Iconify for Tailwind have been published.
These are security updates for SVGO.
As far as I can see, chances of exploit are close to 0 (must use untrusted SVG) and it is harmless (it will just freeze or crash), it is still worth updating.
05.03.2026 05:34
๐ 1
๐ 0
๐ฌ 0
๐ 0
Information about Next.js in my reply is incorrect.
It works with Next.js, but not when using Webpack. I was using Webpack in tests, so it failed. It works correctly when using Turbopack.
04.03.2026 20:24
๐ 1
๐ 0
๐ฌ 0
๐ 0
Corrected information on website, though can't edit posts here. Thanks!
04.03.2026 20:22
๐ 0
๐ 0
๐ฌ 0
๐ 0
Doh.
Yes, unplugin thing. It only supports webpack, so demo uses webpack. Works well with turbopack! I got it all the way around.
I'm sorry. I'll fix that!
Thanks for patience explaining it and showing demo!
04.03.2026 20:20
๐ 0
๐ 0
๐ฌ 0
๐ 0
So... it is working only if enabling backwards compatibility?
04.03.2026 20:04
๐ 0
๐ 0
๐ฌ 1
๐ 0
Forgot one step: change in next.config.js "css: 'embed'" to "css: 'import'" for components to generate .css files. Then error appears.
04.03.2026 20:03
๐ 0
๐ 0
๐ฌ 0
๐ 0
I've tested it on my local Next installation, cannot get this to work.
Any idea what could be wrong?
Demo is from github.com/iconify/unpl... from "examples/next". (install from root dir, then build it, then check demo)
04.03.2026 19:57
๐ 0
๐ 0
๐ฌ 2
๐ 0
Didn't know about it. Thanks!
04.03.2026 19:44
๐ 0
๐ 0
๐ฌ 1
๐ 0
Important note: these components are for React, not Next.js
Turbopack used by Next.js does not allow importing .css files from components, which makes it needlessly complicated to add component with stylesheet.
If you are using Next.js, try Vinext instead. It is a fork of Next that uses Vite.
04.03.2026 18:07
๐ 1
๐ 0
๐ฌ 1
๐ 0
Iconify now offers pre-made SVG+CSS components for React.
Usage:
1. Install one of "@iconify-react/" packages
2. Import icon from that package.
SVG+CSS minifies SVG by moving all props to CSS, much better than SVG sprites!
Documentation: iconify.design/docs/usage/s...
04.03.2026 17:47
๐ 2
๐ 0
๐ฌ 2
๐ 0
SVG to SVG+CSS Converter
Convert inline SVGs to SVG with CSS styles
I've added a SVG to SVG+CSS converter to my website: cyberalien.dev/svg-to-css/
It is a very basic tool, which creates CSS for SVG, reducing HTML size by a lot.
Be aware that SVG+CSS cannot be used in production yet, still waiting for Safari to support "d" attribute in CSS.
03.03.2026 13:37
๐ 1
๐ 0
๐ฌ 0
๐ 0
Iconify offers pre-made components for Vue and Svelte that render icons as SVG + CSS: "@iconify-vue/{prefix}" and "@iconify-svelte/{prefix}".
SVGs are small, better than SVG sprites!
Update for `line-md` icon set: it now uses CSS animations. That means HTML for animated icons is very small.
03.03.2026 07:00
๐ 2
๐ 0
๐ฌ 0
๐ 0
Giant stop killing games updates 2026
Lots of news on Stop Killing Games! We'll be talking to the EU Commission soon, we're winning EU Parliament, creating an NGO, having a major legal study, we're doing everything to stop publishers from destroying video games!
Articles mentioned:
Euractiv article talking about EU Commission plans:
Huge updates on the Stop Killing Games campaign and the EU Citizens' Initiative:
19.02.2026 20:31
๐ 113
๐ 45
๐ฌ 0
๐ 0
Current subscriber count: 999,007.
The quest to 1 million has been going slowly the past 2 years, but it looks like it'll finally happen!
12.02.2026 13:23
๐ 105
๐ 5
๐ฌ 8
๐ 2
Safari 26.3 is here... and it is yet another disappointing release.
Still no full support for `path()` in CSS.
Other browsers have supported this for years. Safari Technology Preview has supported this since 2024.
What does this mean? No animations for SVG paths with CSS yet because of 1 browser.
12.02.2026 07:58
๐ 3
๐ 0
๐ฌ 0
๐ 0
Nice!
Updated without any issues
22.01.2026 18:31
๐ 2
๐ 0
๐ฌ 0
๐ 0
In the latest version of Oxfmt (better prettier replacement):
โข oxfmt --migrate prettier
โข oxfmit --init
โข oxfmt --stdin-filepath for pipe usage
โข Node.js API
โข Sort package.json fields by default
โข Respect root .editorconfig
Give it a try:
โข www.npmjs.com/package/oxfmt
19.12.2025 04:51
๐ 63
๐ 3
๐ฌ 3
๐ 0
...and still no support for `path()` function for `d` attribute in CSS.
It has been in Safari Technology Preview for way over a year, other browsers have supported it for several years, still not in Safari release. Disappointed.
13.12.2025 19:11
๐ 0
๐ 0
๐ฌ 0
๐ 0
Another Cloudflare outage?
I'm receiving cloudflare error "500 Internal Server Error" for many websites right now. Not as bad as outage few weeks ago, but still many websites are down.
05.12.2025 08:59
๐ 1
๐ 0
๐ฌ 1
๐ 0
With everything going on, zero-trust is the only security model that makes sense.
Everything is exploitable ๐ฃ โ accept it. All we can do is reduce the damage surface through separation and isolation.
04.12.2025 12:21
๐ 24
๐ 2
๐ฌ 0
๐ 1
Just noticed that Cloudflare has a new option (new to me, might have been there for a while) to block AI bots.
Enabled on all websites.
All open source data is available in git repos, no need for bots to crawl pages
29.11.2025 07:14
๐ 2
๐ 0
๐ฌ 0
๐ 0
Thanks for making it!
In last few months I've switched vast majority of my projects to tsdown.
28.11.2025 16:27
๐ 2
๐ 0
๐ฌ 0
๐ 0
In addition to yesterday's release of a new major version of Iconify Tools, several other Iconify packages have been updated:
- Iconify Utils
- Iconify plugin for Tailwind CSS
- Iconify API
Goal of all releases is reduction of number of dependencies.
Special thanks to @benmccann.com for helping!
28.11.2025 14:19
๐ 10
๐ 0
๐ฌ 1
๐ 0
Thanks a lot!
28.11.2025 06:41
๐ 0
๐ 0
๐ฌ 0
๐ 0
Thankful to the amazing unsung heroes of open source development doing great work like @cyberalien.dev
Check out how much smaller `@iconify/tailwind4` has gotten with the latest release!
28.11.2025 01:21
๐ 21
๐ 2
๐ฌ 1
๐ 0
Iconify
All popular icon sets, one framework
Published new major version of Iconify Tools.
Changes:
- Dropped CommonJS support
- Massively reduced number of dependencies
- New small XML parser
Migration should be seamless, almost everything is the same.
iconify.design/news/2025.ht...
27.11.2025 17:27
๐ 18
๐ 1
๐ฌ 0
๐ 1
This will affect updates of existing icon sets that are retrieved from Figma - those icon sets will no longer be maintained.
27.11.2025 08:17
๐ 1
๐ 0
๐ฌ 0
๐ 0
Iconify icon sets are updated from multiple sources, but mostly from Git repositories and Figma documents.
Unfortunately, updating from Figma documents is no longer possible.
Figma has introduced heavy rate limiting for API queries, making it impossible to retrieve document with many SVGs from API
27.11.2025 08:16
๐ 1
๐ 0
๐ฌ 1
๐ 0