I need to put the account access icon on my website next to the cart

Hello everyone. I need to put the account access icon on my website next to the cart. Can you help me? This is my website:
https://tantarainwear.myshopify.com/
Password: 2020

ALCHEMY 2.0 Template

@RubenTanta

Please play with this code ( add at the bottom of theme.scss.liquid or theme.css.liquid

You can change the height and width till you get the desired size

.site-header__cart svg{
height: 15px !important;
width: 20px !important;
}

Sorry but it does not work.