Hi is there a way to change color of svg image of background like this
.icon {
background: url("~images/icon.svg") center no-repeat;
}
<i class="icon"></i>
For example I need it icon to fill with blue color, but it is not possible, with background like this, is there any way?