g, polygon, path {
fill: red !important;
}
<div class="icon icon-red"></div>
.icon {
background-color: red;
-webkit-mask-image: url(icon.svg);
mask-image: url(icon.svg);
}
.icon:hover {
background-color: currentColor;
}
И такой овал: