For anyone who needs this in the future I changed it with this code:
/Basket icon styling/
.lay-cart-icon-wrap:before {
content: "\1F6CD" !important;
}
Find the icon on an icon site like Font Awesome or Unicode and use the css code like \1F6CD.
Can also change the size of the icon with
font-size: 40px;