Change cart icon in lorenza theme

Solved

Change cart icon in lorenza theme

jasminsharp97
Shopify Partner
44 0 18

I'm working in the Lorenza theme, and this is my store:

Store: https://66cdcb-86.myshopify.com/

Password: chohme

 

I want to do is change the cart icon to a custom svg I have. How do I do that?

 

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

- Here is the solution for you @jasminsharp97 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<script>
window.addEventListener('load', function() {
    document.querySelector(".header__icon--cart .icon-header-button__icon .icon").innerHTML = `<svg xmlns="http://www.w3.org/2000/svg" width="47.998" height="40.34"><g fill="#1a171b"><path d="M47.273 0h-6.544a.728.728 0 0 0-.712.58L38.63 7.219H.727a.727.727 0 0 0-.7.912l4.6 17.5c.006.021.019.037.026.059a.792.792 0 0 0 .042.094.747.747 0 0 0 .092.135.831.831 0 0 0 .065.068.626.626 0 0 0 .167.107.285.285 0 0 0 .045.029l13.106 5.145-5.754 2.184a4.382 4.382 0 1 0 .535 1.353l7.234-2.746 6.866 2.7A4.684 4.684 0 1 0 27.6 33.4l-5.39-2.113 13.613-5.164c.013-.006.021-.016.033-.021a.712.712 0 0 0 .188-.119.625.625 0 0 0 .063-.072.654.654 0 0 0 .095-.135.58.58 0 0 0 .04-.1.73.73 0 0 0 .033-.084l5.042-24.137h5.953a.728.728 0 0 0 0-1.455zM8.443 38.885a3.151 3.151 0 1 1 3.152-3.15 3.155 3.155 0 0 1-3.152 3.15zm23.1-6.3a3.151 3.151 0 1 1-3.143 3.149 3.155 3.155 0 0 1 3.148-3.152zM25.98 8.672l-.538 7.3H14.661l-.677-7.295zm-.645 8.75-.535 7.293h-9.328l-.672-7.293zM1.671 8.672h10.853l.677 7.3h-9.61zm2.3 8.75h9.362l.677 7.293H5.892zM20.2 30.5 9.175 26.17H31.6zm14.778-5.781h-8.722l.537-7.293h9.7zm1.822-8.752h-9.9l.537-7.295h10.889z"/><circle cx="8.443" cy="35.734" r=".728"/><circle cx="31.548" cy="35.734" r=".728"/></g></svg>`
})
</script>

document.querySelector(".header__icon--cart .icon-header-button__icon .icon").innerHTML = `your SVG icon`

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 6 (6)

Dan-From-Ryviu
Shopify Partner
9714 1939 1974

Hi @jasminsharp97 

You can replace the default svg code in the icon-cart.liquid file with your svg code.

 

- Helpful? Like and Accept solution! Support me! Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

jasminsharp97
Shopify Partner
44 0 18

How do I figure out my SVG code?

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

- Here is the solution for you @jasminsharp97 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<script>
window.addEventListener('load', function() {
    document.querySelector(".header__icon--cart .icon-header-button__icon .icon").innerHTML = `<svg xmlns="http://www.w3.org/2000/svg" width="47.998" height="40.34"><g fill="#1a171b"><path d="M47.273 0h-6.544a.728.728 0 0 0-.712.58L38.63 7.219H.727a.727.727 0 0 0-.7.912l4.6 17.5c.006.021.019.037.026.059a.792.792 0 0 0 .042.094.747.747 0 0 0 .092.135.831.831 0 0 0 .065.068.626.626 0 0 0 .167.107.285.285 0 0 0 .045.029l13.106 5.145-5.754 2.184a4.382 4.382 0 1 0 .535 1.353l7.234-2.746 6.866 2.7A4.684 4.684 0 1 0 27.6 33.4l-5.39-2.113 13.613-5.164c.013-.006.021-.016.033-.021a.712.712 0 0 0 .188-.119.625.625 0 0 0 .063-.072.654.654 0 0 0 .095-.135.58.58 0 0 0 .04-.1.73.73 0 0 0 .033-.084l5.042-24.137h5.953a.728.728 0 0 0 0-1.455zM8.443 38.885a3.151 3.151 0 1 1 3.152-3.15 3.155 3.155 0 0 1-3.152 3.15zm23.1-6.3a3.151 3.151 0 1 1-3.143 3.149 3.155 3.155 0 0 1 3.148-3.152zM25.98 8.672l-.538 7.3H14.661l-.677-7.295zm-.645 8.75-.535 7.293h-9.328l-.672-7.293zM1.671 8.672h10.853l.677 7.3h-9.61zm2.3 8.75h9.362l.677 7.293H5.892zM20.2 30.5 9.175 26.17H31.6zm14.778-5.781h-8.722l.537-7.293h9.7zm1.822-8.752h-9.9l.537-7.295h10.889z"/><circle cx="8.443" cy="35.734" r=".728"/><circle cx="31.548" cy="35.734" r=".728"/></g></svg>`
})
</script>

document.querySelector(".header__icon--cart .icon-header-button__icon .icon").innerHTML = `your SVG icon`

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
jasminsharp97
Shopify Partner
44 0 18

That worked, thank you so much!

BSS-TekLabs
Shopify Partner
2350 702 828

Glad to help you. Have a good day.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
jasminsharp97
Shopify Partner
44 0 18

One more thing - this svg is causing me problems; the stroke is wrong. Can you help me figure out what's wrong with this svg file?

<svg width="100%" height="100%" viewBox="0 0 290 272" fill="none" xmlns="http://www.w3.org/2000/svg">

<g clip-path="url(#clip0_6920_10)">

<path d="M145 237.049L123.91 236.359" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M176.15 244.19L176.5 244" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M113.5 244L113.85 244.19" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M175.8 244.371L176.15 244.191" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M113.85 244.191L114.2 244.371" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M175.47 244.561L175.8 244.371" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M114.2 244.371L114.53 244.561" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M175.15 244.739L175.47 244.559" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M114.53 244.559L114.85 244.739" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M174.85 244.928L175.15 244.738" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M114.85 244.738L115.15 244.928" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M174.55 245.11L174.85 244.93" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M115.15 244.93L115.45 245.11" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M174.26 245.289L174.55 245.109" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M115.45 245.109L115.74 245.289" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M173.99 245.469L174.26 245.289" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M115.74 245.289L116.01 245.469" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M173.72 245.639L173.99 245.469" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M116.01 245.469L116.28 245.639" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M173.47 245.821L173.72 245.641" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M116.28 245.641L116.53 245.821" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M173.23 245.99L173.47 245.82" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M116.53 245.82L116.77 245.99" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M173 246.158L173.23 245.988" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M116.77 245.988L117 246.158" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M172.78 246.33L173 246.16" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M117 246.16L117.22 246.33" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M172.58 246.498L172.78 246.328" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M117.22 246.328L117.42 246.498" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M172.38 246.67L172.58 246.5" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M117.42 246.5L117.62 246.67" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M172.19 246.832L172.38 246.672" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M117.62 246.672L117.81 246.832" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M172.02 246.998L172.19 246.828" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M117.81 246.828L117.98 246.998" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.86 247.16L172.02 247" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M117.98 247L118.14 247.16" stroke="#0251BA" stroke-width="100%" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.7 247.32L171.86 247.16" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.14 247.16L118.3 247.32" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.57 247.48L171.7 247.32" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.3 247.32L118.43 247.48" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.44 247.64L171.57 247.48" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.43 247.48L118.56 247.64" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.32 247.801L171.44 247.641" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.56 247.641L118.68 247.801" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.21 247.951L171.32 247.801" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.68 247.801L118.79 247.951" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.12 248.099L171.21 247.949" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.79 247.949L118.88 248.099" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.03 248.262L171.12 248.102" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.88 248.102L118.97 248.262" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M170.96 248.412L171.03 248.262" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.97 248.262L119.04 248.412" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M170.9 248.56L170.96 248.41" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M119.04 248.41L119.1 248.56" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M170.85 248.699L170.9 248.559" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M119.1 248.559L119.15 248.699" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M170.81 248.849L170.85 248.699" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M119.15 248.699L119.19 248.849" stroke="#0251BA" stroke-width="100%" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M170.78 248.992L170.81 248.852" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M119.19 248.852L119.22 248.992" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M170.76 249.138L170.78 248.988" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M119.22 248.988L119.24 249.138" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M170.76 249.281V249.141" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M119.24 249.141V249.281" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M170.76 249.421V249.281" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M119.24 249.281V249.421" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M170.78 249.562L170.76 249.422" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M119.24 249.422L119.22 249.562" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M170.81 249.689L170.78 249.559" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M119.22 249.559L119.19 249.689" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M170.85 249.831L170.81 249.691" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M119.19 249.691L119.15 249.831" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M170.9 249.958L170.85 249.828" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M119.15 249.828L119.1 249.958" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M170.96 250.091L170.9 249.961" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M119.1 249.961L119.04 250.091" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.03 250.23L170.96 250.09" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M119.04 250.09L118.97 250.23" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.12 250.36L171.03 250.23" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.97 250.23L118.88 250.36" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.21 250.479L171.12 250.359" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.88 250.359L118.79 250.479" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.32 250.61L171.21 250.48" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.79 250.48L118.68 250.61" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.44 250.729L171.32 250.609" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.68 250.609L118.56 250.729" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.57 250.86L171.44 250.73" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.56 250.73L118.43 250.86" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.7 250.979L171.57 250.859" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.43 250.859L118.3 250.979" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M171.86 251.1L171.7 250.98" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.3 250.98L118.14 251.1" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M172.02 251.222L171.86 251.102" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M118.14 251.102L117.98 251.222" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M172.19 251.329L172.02 251.219" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M117.98 251.219L117.81 251.329" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M172.38 251.448L172.19 251.328" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M117.81 251.328L117.62 251.448" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M172.58 251.559L172.38 251.449" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M117.62 251.449L117.42 251.559" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M172.78 251.679L172.58 251.559" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M117.42 251.559L117.22 251.679" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M173 251.79L172.78 251.68" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M117.22 251.68L117 251.79" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M173.23 251.899L173 251.789" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M117 251.789L116.77 251.899" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M173.47 251.998L173.23 251.898" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M116.77 251.898L116.53 251.998" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M173.72 252.11L173.47 252" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M116.53 252L116.28 252.11" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M173.99 252.219L173.72 252.109" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M116.28 252.109L116.01 252.219" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M174.26 252.319L173.99 252.219" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M116.01 252.219L115.74 252.319" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M174.55 252.42L174.26 252.32" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M115.74 252.32L115.45 252.42" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M174.85 252.522L174.55 252.422" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M115.45 252.422L115.15 252.522" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M175.15 252.62L174.85 252.52" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M115.15 252.52L114.85 252.62" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M175.47 252.721L175.15 252.621" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M114.85 252.621L114.53 252.721" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M175.8 252.809L175.47 252.719" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M114.53 252.719L114.2 252.809" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M176.15 252.909L175.8 252.809" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M114.2 252.809L113.85 252.909" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M176.5 253L176.15 252.91" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M113.85 252.91L113.5 253" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M232.75 256.6L176.5 253" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M113.5 253L57.25 256.6" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M113.65 253H113.5" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M232.75 256.602H57.25" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M232.75 271.002V256.602" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M57.25 256.602V271.002" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M232.75 271H57.25" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M285.55 6.21L289 1" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M1 1L4.45 6.21" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M289 1H1" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M276.36 21.8809L285.55 6.21094" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M4.4502 6.21094L13.6402 21.8809" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M266.8 41.4489L276.36 21.8789" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M13.6396 21.8789L23.1996 41.4489" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M257.84 63.7992L266.8 41.4492" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M23.2002 41.4492L32.1602 63.7992" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M249.57 89.1608L257.84 63.8008" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M32.1602 63.8008L40.4302 89.1608" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M242.69 115.18L249.57 89.1602" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M40.4297 89.1602L47.3097 115.18" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M235.15 150.31L242.69 115.18" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M47.3096 115.18L54.8496 150.31" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M229.9 170.359L235.15 150.309" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M54.8496 150.309L60.0996 170.359" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M224.75 185.639L229.9 170.359" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M60.0996 170.359L65.2496 185.639" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M219.8 197.451L224.75 185.641" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M65.25 185.641L70.2 197.451" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M214.57 207.679L219.8 197.449" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M70.2002 197.449L75.4302 207.679" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M209.99 215.16L214.57 207.68" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M75.4297 207.68L80.0097 215.16" stroke="#0251BA" stroke-width="100%" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M205.56 221.3L209.99 215.16" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M80.0098 215.16L84.4398 221.3" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M201.25 226.401L205.56 221.301" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M84.4404 221.301L88.7504 226.401" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M197.03 230.678L201.25 226.398" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M88.75 226.398L92.97 230.678" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M192.85 234.3L197.03 230.68" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M92.9697 230.68L97.1497 234.3" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M188.68 237.371L192.85 234.301" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M97.1504 234.301L101.32 237.371" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M184.47 239.981L188.68 237.371" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M101.32 237.371L105.53 239.981" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M180.17 242.18L184.47 239.98" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M105.53 239.98L109.83 242.18" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M176.5 244L180.17 242.18" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M109.83 242.18L113.5 244" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M284.71 1L277.17 13.2" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M5.29004 1L12.83 13.2" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M277.17 13.1992L267.52 31.6792" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M12.8301 13.1992L22.4801 31.6792" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M267.52 31.6797L258.44 52.8597" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M22.4805 31.6797L31.5605 52.8597" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M258.44 52.8594L250 76.9994" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M31.5596 52.8594L39.9996 76.9994" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M250 77L242.31 104.36" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M40 77L47.69 104.36" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M242.31 104.359L235.65 134.289" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M47.6904 104.359L54.3504 134.289" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M235.65 134.289L230.79 155.719" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M54.3496 134.289L59.2096 155.719" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M230.79 155.719L225.67 172.839" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M59.21 155.719L64.33 172.839" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M225.67 172.84L220.7 186.01" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M64.3301 172.84L69.3001 186.01" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M215.92 196.362L220.7 186.012" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M69.2998 186.012L74.0798 196.362" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M215.92 196.359L211.72 203.909" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M74.0801 196.359L78.2801 203.909" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M211.32 204.641L206.89 211.391" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M78.6797 204.641L83.1097 211.391" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M206.89 211.391L202.61 216.961" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M83.1104 211.391L87.3904 216.961" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M202.61 216.961L198.43 221.601" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M87.3896 216.961L91.5696 221.601" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M198.43 221.602L194.14 225.672" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M95.8603 225.672L91.5703 221.602" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M194.14 225.672L188.34 229.492" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M101.66 229.492L95.8604 225.672" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M188.34 229.488L184.44 231.638" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M105.56 231.638L101.66 229.488" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M184.44 231.641L181.12 233.161" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M108.88 233.161L105.56 231.641" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M181.12 233.16L178.12 234.28" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M111.88 234.28L108.88 233.16" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M178.12 234.281L175.52 235.021" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M114.48 235.021L111.88 234.281" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M175.52 235.02L172.95 235.54" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M117.05 235.54L114.48 235.02" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M172.95 235.539L166.09 236.359" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M123.91 236.359L117.05 235.539" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

<path d="M166.09 236.359L145 237.049" stroke="#0251BA" stroke-linecap="round" stroke-linejoin="round"/>

</g>

<defs>

<clipPath id="clip0_6920_10">

<rect width="100%" height="100%" fill="white"/>

</clipPath>

</defs>

</svg>