Colorize an SVG Icon with Path Fill
An SVG without a fill can be colored with CSS. This works really well for FontAwesome icons placed as SVG graphics:
.selector svg {
path {
fill: #decade;
}
}
Feedback?
Email us at enquiries@kinsa.cc.