Basically I want to download a font-awesome icon like this one
https://fontawesome.com/icons/window-minimize?style=solid
I need to download the image so that I can upload it to AWS. I want the version of this icon that is colored red, when I try to download the icon, it only gives me the black colored version. Is there a way to download the colored version of this icon? Or find a link that has the colored version of this icon?
If you can't help me to download the colored version of this icon, do you know of a way to change the color of the font awesome icon using a image tag?
I am currently trying (the src attribute is equal to an acutal link, I just dont want to put it on stack overflow)
<img
:src="https://..."
:alt=""
style="max-width: 120px; max-height: 20px; margin-right: 5px; color: red;"
/>
But this doesn't make the icon red