- Rendered just-in-time on the Edge, deployed globally in seconds.
- Supports the complete Iconify collection: 100,000+ icons in 100+ collections!
- The default collection is
simple-icons
, meaning./bmw.svg
is really/simple-icons:bmw.svg
- The default collection is
- Parses colors with culori as opposed to tinycolor2
- Accepts most CSS colors, either as a pathname:
https://icns.ml/indianred/tabler:brand-github.svg
- Or as an additional parameter in the filename:
https://icns.ml/tabler:brand-github:indianred.svg
- Accepts most CSS colors, either as a pathname:
- Experimental support for colorhash (deterministic colors from strings)
- Add a query parameter
?hash=foobar
andfoobar
will determine your icon color
- Add a query parameter
- Supports a
dynamic
color option to support dark mode. (adds a small CSS media query to the SVG)- Set the color to
dynamic
to enable:https://icns.ml/dynamic/deno.svg
- Set the color to
- Supports a
random
color option to render icons in a randomly generated hue.- Simply set the color name to
random
(see above) and roll the dice!
- Simply set the color name to
- Preview icons on the homepage using slug URL fragments:
https://icns.ml/#ph:alien-duotone:red.svg
- Totally useless frontend, powered by preact and unocss
- Extremely portable and easy to deploy to your own instance
MIT © Nicholas Berlette