css style color for rel="icon" code example
Example 1: add favicon html
<link rel="icon" type="image/png" href="/favicon.png"/>
Example 2: html svg favicon
<!-- Chrome, Edge, Firefox -->
<link rel="icon" href="favicon.svg">
<!-- Safari -->
<link rel="mask-icon" href="mask-icon.svg" color="#000000">