How can I change the color of my cart icon to purple?

I would like to change the colour of the cart logo to the purple (# 6B154D). Please can you help?

Site is laz-the-plant-scientist.myshopify.com

P word test

Theme is block shop

@peter550

yes please add this css code

.header--root .icon--cart path {
    fill: #6B154D;
}