To change any SVGs color, you can use the fill attribute of <svg> tag.
<svg fill="#FF6037" height="30" viewBox="0 0 30 30" width="30" xmlns="http://www.w3.org/2000/svg">
<path/>
.
.
.
<path/>
</svg>
To change any SVGs color, you can use the fill attribute of <svg> tag.
<svg fill="#FF6037" height="30" viewBox="0 0 30 30" width="30" xmlns="http://www.w3.org/2000/svg">
<path/>
.
.
.
<path/>
</svg>