Hack para utilizar un SVG
.hack1 {
width: 50%;
height: 55px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
border-radius: 5px;
background-color: #ffffff;
display: flex;
overflow-x: auto;
}
.hack1__fill-currentcolor{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-grow: 1;
color: #444444;
fill: currentColor;
}
.hack1__fill-currentcolor:hover {
fill: #009578;
}