đź“ť Edit page
âž• Add page
SimpleIcons
Format
- A simple logo.
- SVG format - scales well.
- Just a single color - black.
- Transparent background.
You can change the color if you download and edit the icon or use JS. You cannot apply CSS directly to the icon, unless you use currentColor
to get the parent element’s color to be inherited.
e.g.
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Node.js icon</title>
<path fill="currentColor"
d="..."/>
</svg>
I use these icons with an override blue color in my Fractal theme.
URL sample
simpleicons.org/icons/jekyll.svg
HTML sample
<img src="https://simpleicons.org/icons/nodedotjs.svg"
alt="node icon"
title="Node.js"
width="40" height="40" />