Webscraping, how to obtain url from website content? - html

I am trying to scrap fully loaded website to obtain url from element:
<div class="user-card__action user-card__action--chat js-user-card-actions-item js-hp-view-element js-user-action-chat" data-element-name="chat">
<div class="user-card__action-icon">
<i class="icon icon--xsm">
<svg class="icon-svg rtl-reflect">
<use xlink:href="#generic-action-chat"/>
</svg>
</i>
</div>
</div>
There a few same elements like above. I suppose this #generic-action-chat points to url:
<symbol id="generic-action-chat" viewBox="0 0 32 32">
<path fill="currentColor" fill-rule="evenodd" d="M21.822 28.736C25.058 29.722 28.39 30 30 30c-1.608-1.407-2.515-3.243-3.022-5.31A13.94 13.94 0 0030 16c0-7.732-6.268-14-14-14S2 8.268 2 16s6.268 14 14 14c2.077 0 4.049-.452 5.822-1.264zM17.5 16a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM11 17.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM22.5 16a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z" clip-rule="evenodd"/>
</symbol>
But I have no idea how can I obtain url from it.

Related

Can't get inline SVG to change colour using Tailwindcss

I have an SVG that I would like to control with Tailwindcss classes. It work inline in this format and displays as white, but obviously massive in size.
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
stroke="currentColor"
width="1569.97"
height="1564.969"
>
<path
d="M1415.89 440.561c-41.65-41.533-113.73-96.908-167.86-119.78-22.93-53.975-78.48-125.831-120.15-167.355C1039.02 64.832 901.715.027 784.99.027a455.084 455.084 0 0 0-322.3 132.9L133.519 461.086A450.748 450.748 0 0 0-.006 782.4c0 121.38 67.99 256.011 154.079 341.851 41.671 41.54 110.855 94.73 164.963 117.55l3.622 1.53 1.531 3.6c22.932 53.99 76.257 122.92 117.917 164.46 86.088 85.84 221.142 153.61 342.9 153.61A453.525 453.525 0 0 0 1107.3 1431.91l329.17-328.18a450.722 450.722 0 0 0 133.51-321.33c0-121.38-67.98-256-154.08-341.838h-.01Zm-66.28 576.569-329.18 328.17A332.406 332.406 0 0 1 785 1442.38c-85.273 0-201.282-63.16-266.2-127.9-3.421-3.4 3.239 3.53 0 0l-34.913-36.43 21.537-.4a454.158 454.158 0 0 0 313.846-132.89L977 987.509l-86.869-86.6-157.72 157.241c-126.155 125.45-328.958 129.82-460.431 9.92-3.536-3.23-7.042-6.49-10.462-9.9l-41.174-41.05c-129.81-129.725-129.81-339.722 0-469.442L549.51 219.514c130.116-129.422 340.758-129.422 470.87 0l41.18 41.05c3.41 3.4 6.69 6.895 9.93 10.42l14.56 15.788-21.52.4a454.168 454.168 0 0 0-313.856 132.895l-157.732 157.25 86.869 86.6 157.721-157.235c126.159-125.46 328.978-129.827 460.448-9.916 3.53 3.221 7.04 6.5 10.46 9.916l41.17 41.049c129.44 129.66 129.18 339.484-.01 469.4h.01Z"
transform="translate(0 -.031)"
style={{ fill: "#fff", fillRule: "evenodd" }}
/>
</svg>
Here's what I want to change it to using Tailwindcss, but the SVG disappears. I am trying to control the colour and height and width using Tailwindcss classes.
<svg
className="h-8 w-8 fill-current stroke-current text-white"
xmlns="http://www.w3.org/2000/svg"
>
<path
className="fill-white"
d="M1415.89 440.561c-41.65-41.533-113.73-96.908-167.86-119.78-22.93-53.975-78.48-125.831-120.15-167.355C1039.02 64.832 901.715.027 784.99.027a455.084 455.084 0 0 0-322.3 132.9L133.519 461.086A450.748 450.748 0 0 0-.006 782.4c0 121.38 67.99 256.011 154.079 341.851 41.671 41.54 110.855 94.73 164.963 117.55l3.622 1.53 1.531 3.6c22.932 53.99 76.257 122.92 117.917 164.46 86.088 85.84 221.142 153.61 342.9 153.61A453.525 453.525 0 0 0 1107.3 1431.91l329.17-328.18a450.722 450.722 0 0 0 133.51-321.33c0-121.38-67.98-256-154.08-341.838h-.01Zm-66.28 576.569-329.18 328.17A332.406 332.406 0 0 1 785 1442.38c-85.273 0-201.282-63.16-266.2-127.9-3.421-3.4 3.239 3.53 0 0l-34.913-36.43 21.537-.4a454.158 454.158 0 0 0 313.846-132.89L977 987.509l-86.869-86.6-157.72 157.241c-126.155 125.45-328.958 129.82-460.431 9.92-3.536-3.23-7.042-6.49-10.462-9.9l-41.174-41.05c-129.81-129.725-129.81-339.722 0-469.442L549.51 219.514c130.116-129.422 340.758-129.422 470.87 0l41.18 41.05c3.41 3.4 6.69 6.895 9.93 10.42l14.56 15.788-21.52.4a454.168 454.168 0 0 0-313.856 132.895l-157.732 157.25 86.869 86.6 157.721-157.235c126.159-125.46 328.978-129.827 460.448-9.916 3.53 3.221 7.04 6.5 10.46 9.916l41.17 41.049c129.44 129.66 129.18 339.484-.01 469.4h.01Z"
transform="translate(0 -.031)"]
/>
</svg>
Someone please save me from this nightmare.
If you will remove the inline width and height attributes, add viewbox to represent the aspect ratio (if you don't add height and width with class or inline styles, viewbox values will be width and height). Then your tailwind classes will work as expected.
<script src="https://cdn.tailwindcss.com"></script>
<svg class="h-8 w-8 fill-red-800" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1569.97 1564.969">
<path d="M1415.89 440.561c-41.65-41.533-113.73-96.908-167.86-119.78-22.93-53.975-78.48-125.831-120.15-167.355C1039.02 64.832 901.715.027 784.99.027a455.084 455.084 0 0 0-322.3 132.9L133.519 461.086A450.748 450.748 0 0 0-.006 782.4c0 121.38 67.99 256.011 154.079 341.851 41.671 41.54 110.855 94.73 164.963 117.55l3.622 1.53 1.531 3.6c22.932 53.99 76.257 122.92 117.917 164.46 86.088 85.84 221.142 153.61 342.9 153.61A453.525 453.525 0 0 0 1107.3 1431.91l329.17-328.18a450.722 450.722 0 0 0 133.51-321.33c0-121.38-67.98-256-154.08-341.838h-.01Zm-66.28 576.569-329.18 328.17A332.406 332.406 0 0 1 785 1442.38c-85.273 0-201.282-63.16-266.2-127.9-3.421-3.4 3.239 3.53 0 0l-34.913-36.43 21.537-.4a454.158 454.158 0 0 0 313.846-132.89L977 987.509l-86.869-86.6-157.72 157.241c-126.155 125.45-328.958 129.82-460.431 9.92-3.536-3.23-7.042-6.49-10.462-9.9l-41.174-41.05c-129.81-129.725-129.81-339.722 0-469.442L549.51 219.514c130.116-129.422 340.758-129.422 470.87 0l41.18 41.05c3.41 3.4 6.69 6.895 9.93 10.42l14.56 15.788-21.52.4a454.168 454.168 0 0 0-313.856 132.895l-157.732 157.25 86.869 86.6 157.721-157.235c126.159-125.46 328.978-129.827 460.448-9.916 3.53 3.221 7.04 6.5 10.46 9.916l41.17 41.049c129.44 129.66 129.18 339.484-.01 469.4h.01Z"
transform="translate(0 -.031)"
/>
</svg>
You wrote className instead of class.
Also width and height or viewbox are SVG attributes that can't be replaced by CSS h-8 w-8.
There is an example:
<svg class="fill-current stroke-current" width="1569.97" height="1564.969" xmlns="http://www.w3.org/2000/svg">
<path class="fill-white" d="M1415.89 440.561c-41.65-41.533-113.73-96.908-167.86-119.78-22.93-53.975-78.48-125.831-120.15-167.355C1039.02 64.832 901.715.027 784.99.027a455.084 455.084 0 0 0-322.3 132.9L133.519 461.086A450.748 450.748 0 0 0-.006 782.4c0 121.38 67.99 256.011 154.079 341.851 41.671 41.54 110.855 94.73 164.963 117.55l3.622 1.53 1.531 3.6c22.932 53.99 76.257 122.92 117.917 164.46 86.088 85.84 221.142 153.61 342.9 153.61A453.525 453.525 0 0 0 1107.3 1431.91l329.17-328.18a450.722 450.722 0 0 0 133.51-321.33c0-121.38-67.98-256-154.08-341.838h-.01Zm-66.28 576.569-329.18 328.17A332.406 332.406 0 0 1 785 1442.38c-85.273 0-201.282-63.16-266.2-127.9-3.421-3.4 3.239 3.53 0 0l-34.913-36.43 21.537-.4a454.158 454.158 0 0 0 313.846-132.89L977 987.509l-86.869-86.6-157.72 157.241c-126.155 125.45-328.958 129.82-460.431 9.92-3.536-3.23-7.042-6.49-10.462-9.9l-41.174-41.05c-129.81-129.725-129.81-339.722 0-469.442L549.51 219.514c130.116-129.422 340.758-129.422 470.87 0l41.18 41.05c3.41 3.4 6.69 6.895 9.93 10.42l14.56 15.788-21.52.4a454.168 454.168 0 0 0-313.856 132.895l-157.732 157.25 86.869 86.6 157.721-157.235c126.159-125.46 328.978-129.827 460.448-9.916 3.53 3.221 7.04 6.5 10.46 9.916l41.17 41.049c129.44 129.66 129.18 339.484-.01 469.4h.01Z" transform="translate(0 -.031)"/>
</svg>

Svg image on blazor showing slow loading on localhost

I have an svg to be used on my blazor where loading is slow, the image is small it weighs about 4KB.
This slowdown only happens when I call the svg file in an image element
If I put the svg code directly, the loading is extremely fast.
But to keep code clean I prefer to use the svg file, is there any way to make this load faster?
Code that loads slowly:
<div>
<img srcset="imgs/mysvgtest.svg"/>
</div>
Code that has fast loading:
<div>
<svg>
<g>
...
</g>
</svg>
</div>
MySvg Test
<svg xmlns="http://www.w3.org/2000/svg" width="2500" height="2500" viewBox="0 0 192.756 192.756">
<g fill-rule="evenodd" clip-rule="evenodd">
<path fill="#fff" d="M0 0h192.756v192.756H0V0z"/>
<path d="M37.624 101.055c0 11.686-3.715 23.734-17.395 23.734S2.834 112.74 2.834 101.055c0-11.688 3.714-23.828 17.395-23.828 13.68 0 17.395 12.14 17.395 23.828zm-22.016 0c0 2.627.182 12.32 4.621 12.32s4.62-9.693 4.62-12.32c0-2.629-.181-12.322-4.62-12.322s-4.621 9.693-4.621 12.322zM55.909 85.2h.182c1.721-4.349 5.617-7.973 10.6-7.973 9.422 0 8.607 10.509 8.607 17.123v29.533H62.523V98.789c0-2.355.906-8.697-3.171-8.697-2.899 0-3.443 2.989-3.443 5.254v28.536H43.135v-45.75h12.774V85.2zM94.311 50.774v73.109H81.537V50.774h12.774zM113.244 78.133v45.75h-12.773v-45.75h12.773zM98.748 64.454c0-4.62 3.715-8.063 8.336-8.063 4.439 0 7.881 3.896 7.881 8.244 0 4.349-3.715 8.063-8.152 8.063-4.44 0-8.065-3.715-8.065-8.244zM132.27 85.2h.182c1.721-4.349 5.617-7.973 10.6-7.973 9.422 0 8.607 10.509 8.607 17.123v29.533h-12.775V98.789c0-2.355.906-8.697-3.17-8.697-2.898 0-3.443 2.989-3.443 5.254v28.536h-12.773v-45.75h12.773V85.2h-.001zM189.605 104.406h-20.201c.09 3.352-.092 10.6 4.801 10.6 3.262 0 4.076-2.537 4.076-5.256h10.871c-1.086 8.426-5.162 15.039-14.494 15.039-12.955 0-17.576-11.506-17.576-22.83 0-10.961 3.986-24.732 17.305-24.732 8.424 0 16.217 7.52 15.492 21.923l-.274 5.256zm-10.779-8.969c0-2.989-.635-8.425-4.621-8.425-3.896 0-4.711 5.254-4.711 8.153v1.358h9.332v-1.086zM3.753 129.209h185.601v12.773H3.753v-12.773z"/>
<path fill="#fff" d="M7.424 130.76v9.484H5.55v-9.484h1.874zM10.808 130.76l2.339 5.723.025-.025a5.977 5.977 0 0 1-.15-1.434v-4.264h1.874v9.484h-1.773l-2.314-5.723-.025.023.088.957.012.391v4.352H9.01v-9.484h1.798zM20.824 130.76v1.761H19.34v7.723h-1.874v-7.723h-1.472v-1.761h4.83zM25.705 130.76v1.761h-1.9v2.063h1.673v1.76h-1.673v2.138h1.925v1.762h-3.799v-9.484h3.774zM27.114 140.244v-9.484H29c1.195 0 3.333.127 3.333 2.717 0 1.045-.416 1.938-1.346 2.453l1.647 4.314h-1.975l-1.647-4.377h-.025v4.377h-1.873zm1.874-5.408l.327.012c.855 0 1.194-.578 1.194-1.359 0-.678-.327-1.23-1.27-1.182h-.251v2.529zM35.832 130.76l2.34 5.723.024-.025a5.977 5.977 0 0 1-.151-1.434v-4.264h1.874v9.484h-1.773l-2.314-5.723-.025.023.088.957.013.391v4.352h-1.874v-9.484h1.798zM45.269 130.76v1.761h-1.9v2.063h1.673v1.76h-1.673v2.138h1.924v1.762h-3.797v-9.484h3.773zM51.03 130.76v1.761h-1.484v7.723h-1.874v-7.723H46.2v-1.761h4.83zM59.081 130.76l2.276 9.484h-2l-.352-1.598h-1.899l-.34 1.598h-1.861l2.201-9.484h1.975zm-.831 3.873l-.214-1.434h-.025l-.201 1.434-.402 2.529h1.32l-.478-2.529zM62.365 140.244v-9.484h1.886c1.194 0 3.333.127 3.333 2.717 0 1.045-.415 1.938-1.346 2.453l1.647 4.314h-1.974l-1.648-4.377h-.025v4.377h-1.873zm1.874-5.408l.327.012c.855 0 1.195-.578 1.195-1.359 0-.678-.327-1.23-1.271-1.182h-.252v2.529h.001zM69.284 140.244v-9.484h1.836c.73 0 1.359.025 1.962.516.628.504.968 1.346.968 2.139 0 .842-.314 1.484-1.019 1.961.78.379 1.17 1.385 1.17 2.201 0 1.875-1.384 2.668-3.094 2.668h-1.823v-.001zm1.874-4.139v2.566c.755.037 1.195-.516 1.195-1.309 0-.741-.453-1.282-1.195-1.257zm0-3.773v2.314c.705 0 1.119-.479 1.119-1.195 0-.691-.402-1.156-1.119-1.119zM79.333 130.76v1.761h-1.899v2.063h1.673v1.76h-1.673v2.138h1.925v1.762H75.56v-9.484h3.773zM82.617 130.76v9.484h-1.874v-9.484h1.874zM88.554 130.76v1.761H87.07v7.723h-1.874v-7.723h-1.471v-1.761h4.829zM93.56 132.898c-.376-.328-.842-.604-1.358-.604-.579 0-.943.352-.943.93 0 1.561 2.854 1.648 2.854 4.213 0 1.686-.968 2.957-2.729 2.957-.527 0-1.182-.164-1.609-.479v-1.785c.44.301.868.502 1.421.502.604 0 1.082-.402 1.082-1.031 0-.729-.578-1.006-1.107-1.383-1.082-.73-1.749-1.434-1.749-2.818 0-1.496.868-2.791 2.479-2.791.604 0 1.144.164 1.659.465v1.824zM101.537 134.961v.742c0 2.012-.49 4.691-3.043 4.691-2.554 0-3.384-2.742-3.384-4.842 0-2.189.705-4.943 3.384-4.943 1.445 0 2.389.904 2.791 2.252l-1.822.703c-.09-.479-.24-1.219-.957-1.219-1.271-.076-1.396 2.264-1.396 3.156 0 .98.062 3.156 1.447 3.156.955 0 1.105-1.283 1.105-1.936h-1.193v-1.762h3.068v.002zM102.785 140.244v-9.484h1.887c1.195 0 3.334.127 3.334 2.717 0 1.045-.416 1.938-1.346 2.453l1.646 4.314h-1.975l-1.646-4.377h-.025v4.377h-1.875zm1.875-5.408l.326.012c.855 0 1.195-.578 1.195-1.359 0-.678-.326-1.23-1.27-1.182h-.252v2.529h.001zM111.529 130.76v6.139c0 .717-.09 1.799.93 1.799.918 0 .918-.693.932-1.396v-6.541h1.873v6.918c0 1.006-.113 2.717-2.816 2.717-1.748 0-2.793-.818-2.793-2.592v-7.043h1.874v-.001zM116.801 140.244v-9.484h1.951c.402 0 3.219-.252 3.219 2.805 0 1.773-1.145 2.793-2.881 2.793l-.414-.025v3.912h-1.875v-.001zm1.875-5.433c.906.037 1.422-.303 1.422-1.271 0-.678-.266-1.232-1.07-1.232h-.352v2.503zM123.18 140.244v-9.484h1.949c.402 0 3.221-.252 3.221 2.805 0 1.773-1.145 2.793-2.881 2.793l-.416-.025v3.912h-1.873v-.001zm1.873-5.433c.906.037 1.422-.303 1.422-1.271 0-.678-.264-1.232-1.068-1.232h-.354v2.503zM133.33 130.76v1.761h-1.898v2.063h1.672v1.76h-1.672v2.138h1.923v1.762h-3.798v-9.484h3.773zM138.074 140.244v-9.484h1.887c1.193 0 3.332.127 3.332 2.717 0 1.045-.414 1.938-1.346 2.453l1.648 4.314h-1.975l-1.648-4.377h-.025v4.377h-1.873zm1.873-5.408l.328.012c.855 0 1.193-.578 1.193-1.359 0-.678-.326-1.23-1.27-1.182h-.252v2.529h.001zM148.766 130.76v1.761h-1.899v2.063h1.672v1.76h-1.672v2.138h1.924v1.762h-3.799v-9.484h3.774zM152.049 130.76v9.484h-1.873v-9.484h1.873zM157.986 130.76v1.761h-1.484v7.723h-1.873v-7.723h-1.473v-1.761h4.83zM160.967 130.76v3.711h1.9v-3.711h1.873v9.484h-1.873v-4.014h-1.9v4.014h-1.873v-9.484h1.873zM169.938 130.76l2.277 9.484h-2l-.352-1.598h-1.9l-.338 1.598h-1.861l2.199-9.484h1.975zm-.831 3.873l-.213-1.434h-.025l-.201 1.434-.402 2.529h1.32l-.479-2.529zM175.098 130.76v7.722h1.961v1.762h-3.836v-9.484h1.875zM180.041 130.76v7.722h1.961v1.762h-3.836v-9.484h1.875zM186.883 130.76v1.761h-1.901v2.063h1.674v1.76h-1.674v2.138h1.926v1.762h-3.799v-9.484h3.774z"/>
</g>
</svg>

SVG not loading properly

I am simply trying to render the svg on the page however it is not loading.
<svg viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"
stroke-linejoin="round" stroke-miterlimit="2">
<g transform="matrix(.48451 0 0 .60177 -438.2 27)">
<path fill="none" d="M906.2-44.5h55.3V0h-55.3z" />
<clipPath id="a">
<path d="M906.2-44.5h55.3V0h-55.3z" />
</clipPath>
<g clip-path="url(#a)">
<path
d="M928.5-.4v-5.8l6.3-3 6.3 3v5.5a33.8 33.8 0 01-12.6.3zM916-6.9A42.1 42.1 0 00927-1.6v1a33.4 33.4 0 01-12.5-5.7L916-7zm37.8.3A29.6 29.6 0 01942-1v-5.3l6.2-3 5.5 2.6zm-26-12.1l6.3 2.9v5.8l-6.3 3-6.3-3v-5.8l6.3-3zM907.4-16l6-2.7 6.3 2.9v5.8l-6.1 2.8c-2.9-2.5-5-5.4-6.2-8.8zm53.2-.3a21.4 21.4 0 01-6 8.9l-5.5-2.6v-5.8l6.3-3 5.2 2.5zm-12.3-12l6.2 3v5.8l-6.2 2.9-6.3-3v-5.8l6.3-3zm-13.5 0l6.3 3v5.8l-6.3 2.9-6.2-3v-5.8l6.2-3zm-27.5 0l6.1 3v5.8l-6.3 2.9a18.2 18.2 0 01.2-11.6zm52.2 10.4c.5-1.7.6-3 .6-4.6 0-1.7-.6-3.4-1-4.5l1.5-.7a17.1 17.1 0 01.2 10.5l-1.3-.7zm-31.8-20L934-35v5.8l-6.3 3-6.3-3V-35l6.3-3zm-13.8.2l5.8 2.7v5.8l-6.3 3-5.9-2.8a22 22 0 016.4-8.7zm40.4.3c2.8 2.5 5 5.4 6.2 8.7l-5.1 2.4-6.3-2.9V-35l5.2-2.4zM942-43.6c4.3 1 8.2 3 11.4 5.4l-5.1 2.4-6.3-3v-4.8zm-13.4-.6a34.7 34.7 0 0112.5.4v5l-6.3 3-6.2-3v-5.4zm-1.2 1.5c-2.3.5-4.6 1.2-6.1 2-1.6.6-4 2.1-5.1 3l-1.4-.6a30.1 30.1 0 0112.6-5.7v1.3z"
fill="#404040" />
</g>
</g>
</svg>
This is my SVG from my HTML, on the webpage it is loaded.
However it doesn't render to the page.
I should add I also have a width and height on the svg of 25px.
Maybe there is something on top the icon. Try with
svg {
width: 25px;
z-index: 200;
}
<clipPath id="b">
<path d="M712 0h39.1v23.6H712z"/>
</clipPath>
<g clip-path="url(#b)">
Id's for all components were the same. Ids need to be unique. Must have been a setting in Affinity Designer.
I hate weird Matrix conversions.
Your SVG is a soccerball, and I presume all that mumbo jumbo is to make it look round? It is not round!
I multiplied the path by 10 with: https://yqnn.github.io/svg-path-editor/
Made it a Relative path so positioning is all done with the first M225 444
adjusted viewBox
removed SVG mumbo jumbo
added <circle> for reference
Took some minutes to adjust to scale(1.08, 1.333) and position with M225 444
re-adjusted viewBox
<svg viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2">
<circle cx='50%' cy='50%' r='50%' fill='red'></circle>
<g transform="matrix(.48451 0 0 .60177 -438.2 27)">
<path fill="none" d="M906.2-44.5h55.3V0h-55.3z" />
<clipPath id="a">
<path d="M906.2-44.5h55.3V0h-55.3z" />
</clipPath>
<g clip-path="url(#a)">
<path d="M928.5-.4v-5.8l6.3-3 6.3 3v5.5a33.8 33.8 0 01-12.6.3zM916-6.9A42.1 42.1 0 00927-1.6v1a33.4 33.4 0 01-12.5-5.7L916-7zm37.8.3A29.6 29.6 0 01942-1v-5.3l6.2-3 5.5 2.6zm-26-12.1l6.3 2.9v5.8l-6.3 3-6.3-3v-5.8l6.3-3zM907.4-16l6-2.7 6.3 2.9v5.8l-6.1 2.8c-2.9-2.5-5-5.4-6.2-8.8zm53.2-.3a21.4 21.4 0 01-6 8.9l-5.5-2.6v-5.8l6.3-3 5.2 2.5zm-12.3-12l6.2 3v5.8l-6.2 2.9-6.3-3v-5.8l6.3-3zm-13.5 0l6.3 3v5.8l-6.3 2.9-6.2-3v-5.8l6.2-3zm-27.5 0l6.1 3v5.8l-6.3 2.9a18.2 18.2 0 01.2-11.6zm52.2 10.4c.5-1.7.6-3 .6-4.6 0-1.7-.6-3.4-1-4.5l1.5-.7a17.1 17.1 0 01.2 10.5l-1.3-.7zm-31.8-20L934-35v5.8l-6.3 3-6.3-3V-35l6.3-3zm-13.8.2l5.8 2.7v5.8l-6.3 3-5.9-2.8a22 22 0 016.4-8.7zm40.4.3c2.8 2.5 5 5.4 6.2 8.7l-5.1 2.4-6.3-2.9V-35l5.2-2.4zM942-43.6c4.3 1 8.2 3 11.4 5.4l-5.1 2.4-6.3-3v-4.8zm-13.4-.6a34.7 34.7 0 0112.5.4v5l-6.3 3-6.2-3v-5.4zm-1.2 1.5c-2.3.5-4.6 1.2-6.1 2-1.6.6-4 2.1-5.1 3l-1.4-.6a30.1 30.1 0 0112.6-5.7v1.3z" fill="#404040" />
</g>
</g>
</svg>
<!-- My Version: -->
<svg viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<circle cx='50%' cy='50%' r='50%' fill='green'></circle>
<path transform="scale(1.08, 1.333)" fill='#404040' d='M225 444v-58l63-30l63 30v55a338 338 90 01-126 3zm-125-65a421 421 90 00110 53v10a334 334 90 01-125-57l15-7zm378 3a296 296 90 01-118 56v-53l62-30l55 26zm-260-121l63 29v58l-63 30l-63-30v-58l63-30zm-204 27l60-27l63 29v58l-61 28c-29-25-50-54-62-88zm532-3a214 214 90 01-60 89l-55-26v-58l63-30l52 25zm-123-120l62 30v58l-62 29l-63-30v-58l63-30zm-135 0l63 30v58l-63 29l-62-30v-58l62-30zm-275 0l61 30v58l-63 29a182 182 90 012-116zm522 104c5-17 6-30 6-46c0-17-6-34-10-45l15-7a171 171 90 012 105l-13-7zm-318-200l63 29v58l-63 30l-63-30v-58l63-30zm-138 2l58 27v58l-63 30l-59-28a220 220 90 0164-87zm404 3c28 25 50 54 62 87l-51 24l-63-29v-58l52-24zm-123-62c43 10 82 30 114 54l-51 24l-63-30v-48zm-134-6a347 347 90 01125 4v50l-63 30l-62-30v-54zm-12 15c-23 5-46 12-61 20c-16 6-40 21-51 30l-14-6a301 301 90 01126-57v13z' />
</svg>
<style>
svg {
background: pink;
width:180px;
}
</style>

Svg icon shows when viewed locally but doesn't show when deployed

I have a weird issue. I a musing a sprite for all my SVGs. They all work just fine, and even the one in issue works fine when I run my code locally.
But when I deploy it (firebase), one of the SVGs just doesn't show up. What could be the reason?
Here's the code for two of the SVGs. smile is the one that gives me issues, the other one doesn't.
<symbol id="create" viewBox="0 0 24 24">
<title>create</title>
<path d="M11 6.999c2.395.731 4.27 2.607 4.999 5.001.733-2.395 2.608-4.269 5.001-5-2.393-.731-4.268-2.605-5.001-5-.729 2.394-2.604 4.268-4.999 4.999zm7 7c1.437.438 2.562 1.564 2.999 3.001.44-1.437 1.565-2.562 3.001-3-1.436-.439-2.561-1.563-3.001-3-.437 1.436-1.562 2.561-2.999 2.999zm-6 5.501c1.198.365 2.135 1.303 2.499 2.5.366-1.198 1.304-2.135 2.501-2.5-1.197-.366-2.134-1.302-2.501-2.5-.364 1.197-1.301 2.134-2.499 2.5zm-6.001-12.5c-.875 2.873-3.128 5.125-5.999 6.001 2.876.88 5.124 3.128 6.004 6.004.875-2.874 3.128-5.124 5.996-6.004-2.868-.874-5.121-3.127-6.001-6.001z"/>
</symbol>
<symbol id="smile" viewBox="0 0 24 24">
<title>smile</title>
<path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 14h-12c.331 1.465 2.827 4 6.001 4 3.134 0 5.666-2.521 5.999-4zm0-3.998l-.755.506s-.503-.948-1.746-.948c-1.207 0-1.745.948-1.745.948l-.754-.506c.281-.748 1.205-2.002 2.499-2.002 1.295 0 2.218 1.254 2.501 2.002zm-7 0l-.755.506s-.503-.948-1.746-.948c-1.207 0-1.745.948-1.745.948l-.754-.506c.281-.748 1.205-2.002 2.499-2.002 1.295 0 2.218 1.254 2.501 2.002z"/>
</symbol>
They are both wrapped between these two together with all the other symbols
<svg aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
.....svgs......
</defs>
</svg>
You can resolve this by changing the <symbol> tag to one of <svg>.
I'm looking through the W3C documentation but I can't find the <symbol> tag, probably you or "firebase" are using some API or something to adjust the code, try something like this:
<svg id="smile" viewBox="0 0 24 24">
<title>smile</title>
<path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 14h-12c.331 1.465 2.827 4 6.001 4 3.134 0 5.666-2.521 5.999-4zm0-3.998l-.755.506s-.503-.948-1.746-.948c-1.207 0-1.745.948-1.745.948l-.754-.506c.281-.748 1.205-2.002 2.499-2.002 1.295 0 2.218 1.254 2.501 2.002zm-7 0l-.755.506s-.503-.948-1.746-.948c-1.207 0-1.745.948-1.745.948l-.754-.506c.281-.748 1.205-2.002 2.499-2.002 1.295 0 2.218 1.254 2.501 2.002z"/>
</svg>
You may be using an API that I think is also practical, which is the fontAwesome API, it is simple to move and fits well with the text.

SVG not showing in newest version of Chrome

I've got a svg icon that it's not showing in the new Chrome version. In Firefox and older versions of Chrome it works fine.
The code is this:
<label for="id_icon-balloon1">
<svg class="icon" id="icon-balloon">
<use xlink:href="#icon-balloon"></use>
</svg>
</label>
And then I've got and svg included:
<svg width="0" height="0" class="hide">
<symbol id="icon-balloon" viewBox="0 0 22 29">
<title>Balloon</title>
<path d="M11.65 25.56c.618 2.323.54 3.146 2.706 2.646l2.435-.563c2.17-.5 1.74-1.203 1.28-3.562l-6.41 1.48zm1.096-6.03c-.097.02-.195-.04-.217-.137-.03-.098.03-.196.13-.218.1-.024.19.038.22.136.02.1-.04.2-.14.22m-.53-1.49c-.02-.1.04-.19.14-.22.1-.02.19.04.21.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.13m.01 2.33c-.1.03-.2-.03-.22-.13-.03-.1.03-.19.13-.22.1-.02.2.04.22.14.02.1-.04.2-.14.22m-.53-1.49c-.02-.1.04-.2.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22-.1.03-.19-.04-.22-.13m-.31-1.35c-.02-.1.04-.19.14-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14m-.1-1.22c-.1.02-.2-.04-.22-.14-.03-.1.04-.19.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.02-.09.04-.19.14-.21.09-.02.19.04.21.14.02.1-.04.2-.14.22m-.53-1.5c-.03-.09.03-.19.13-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14m-.1-1.22c-.1.03-.2-.03-.22-.13-.02-.1.04-.19.14-.22.1-.02.2.04.22.14.02.1-.04.2-.14.22M10.21 18c-.1.02-.2-.04-.22-.14-.025-.1.04-.194.135-.22.1-.02.2.04.22.14.02.095-.04.194-.14.215m-.53-1.5c-.02-.097.04-.194.14-.217.1-.03.19.04.22.13.02.1-.04.196-.14.22-.1.02-.196-.04-.22-.14m-.3-1.353c-.02-.1.04-.197.138-.22.098-.025.197.036.22.134.02.1-.04.2-.136.22-.1.02-.2-.04-.22-.14m.01 2.33c-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22.1-.03.197.04.22.13.02.1-.04.19-.14.22m-.53-1.49c-.02-.1.04-.2.14-.22.097-.03.195.03.217.13.02.1-.04.19-.138.22-.1.02-.2-.04-.22-.14m-.31-1.36c-.027-.1.034-.2.132-.22.1-.03.197.04.22.13.023.1-.04.19-.14.22-.095.02-.193-.04-.215-.14m-.09-1.22c-.1.02-.2-.04-.22-.14-.027-.1.035-.2.132-.22.1-.03.196.04.22.13.024.1-.04.2-.137.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.092-.02.192.04.213.14.03.09-.03.19-.13.22m-.52-1.49c-.02-.1.04-.2.14-.22.1-.03.2.04.22.13.02.1-.04.19-.14.22-.1.02-.19-.04-.22-.14M7.4 12.7c-.02-.1.04-.2.14-.22.1-.02.2.04.22.14.03.093-.04.19-.13.22-.093.02-.193-.04-.22-.14m-.09-1.22c-.1.02-.2-.04-.22-.14-.02-.1.04-.197.14-.22.1-.03.2.033.22.13.02.1-.04.197-.133.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.03-.096.033-.194.13-.217.1-.023.2.04.22.137.025.1-.04.2-.135.22m-.52-1.48c-.026-.1.04-.19.135-.22.1-.02.2.04.22.14.026.1-.04.2-.135.22-.1.02-.196-.04-.22-.14m-.31-1.36c-.02-.09.04-.19.14-.21.1-.022.2.04.22.137.025.1-.04.193-.134.22-.1.02-.2-.04-.22-.14M5.95 9.5c-.02-.1.04-.196.14-.22.1-.02.196.04.22.14.03.09-.03.19-.13.21-.1.02-.196-.04-.22-.14m-.09-1.21c-.098.02-.196-.04-.22-.14-.02-.1.04-.2.137-.22.1-.02.196.04.22.14.02.093-.04.19-.136.22m-.32-1.37c-.09.022-.19-.038-.21-.137-.02-.09.04-.19.14-.21.1-.02.2.04.22.14.02.096-.04.194-.14.22M6 5.733c.1-.026.2.035.22.133.03.1-.04.195-.13.22-.09.02-.19-.04-.21-.14-.02-.1.04-.195.14-.22m.21-2.19c.1-.02.2.04.22.14.02.1-.04.196-.14.22-.09.02-.19-.04-.21-.14-.02-.096.04-.194.137-.22m.53 1.495c.027.1-.04.2-.133.22-.1.02-.196-.04-.22-.14-.022-.09.04-.19.137-.21.1-.02.2.04.22.14m-.02-2.32c.1-.02.2.04.22.14.03.1-.04.2-.13.22-.1.02-.2-.04-.22-.13-.02-.1.04-.19.14-.22m.53 1.49c.03.1-.03.2-.13.22-.1.02-.2-.04-.22-.13-.03-.1.04-.2.13-.22.1-.02.2.04.22.14m-.02-2.35c.1-.02.2.04.22.14.02.1-.04.2-.14.22-.1.03-.19-.04-.22-.13-.02-.1.04-.2.14-.22m.32 1.35c.1-.03.2.03.22.13.02.09-.04.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m.21-2.19c.1-.03.2.04.22.13.03.1-.04.2-.13.22-.09.03-.19-.04-.21-.13-.02-.1.04-.19.14-.22m.53 1.5c.02.1-.04.2-.13.22-.1.02-.2-.04-.22-.14-.02-.09.04-.19.14-.21.1-.02.2.04.22.14m.31 1.36c.03.1-.03.2-.13.22-.09.03-.19-.04-.21-.13-.03-.1.04-.19.14-.22.1-.02.2.04.22.14m-.01-2.33c.1-.02.2.04.22.14.03.1-.04.19-.13.22-.1.02-.19-.04-.22-.14-.02-.1.04-.2.14-.22M9 2.95c.1-.02.2.04.22.14.02.09-.033.19-.13.21-.1.02-.196-.04-.22-.14-.02-.1.04-.19.14-.22m.52 1.5c.03.1-.04.2-.13.22-.1.03-.2-.03-.22-.13-.02-.1.04-.2.14-.22.09-.022.19.04.21.138m.31 1.36c.02.094-.04.19-.14.214-.1.02-.196-.04-.22-.14-.02-.096.04-.195.14-.217.1-.02.19.04.22.14m.31 1.354c.02.1-.04.19-.14.22-.1.02-.19-.04-.21-.14-.024-.1.04-.19.136-.22.1-.02.2.04.22.14m.31 1.36c.028.1-.033.2-.13.22-.1.03-.2-.04-.22-.13-.03-.1.04-.2.13-.22.1-.03.2.04.22.13m.31 1.35c.03.1-.036.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.094-.03.19.04.214.13m.32 1.35c.02.1-.04.192-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.092-.02.19.04.22.133m-.127 3.41c.1-.02.195.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.13-.022-.1.04-.198.138-.22m-.31-1.35c.1-.02.2.04.22.14.02.1-.04.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m-.45-1.14c-.02-.1.04-.19.14-.22.1-.02.2.04.22.14.02.1-.04.2-.14.22-.1.02-.19-.04-.21-.14m-.07 1.97c.1-.02.2.04.22.14.02.092-.04.19-.133.22-.1.02-.2-.04-.22-.14-.025-.1.04-.2.14-.22m-.33-1.37c.1-.02.195.04.22.14.02.1-.04.2-.137.22-.1.02-.2-.04-.22-.138-.02-.1.04-.19.14-.22m-.45-1.14c-.02-.09.04-.19.14-.22.1-.02.2.04.22.14.03.1-.03.2-.13.22-.1.03-.19-.04-.22-.13m-.07 1.97c.1-.02.2.04.22.14.03.1-.04.2-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.19.14-.22M9 12.24c.1-.02.19.04.22.14.02.1-.04.193-.14.22-.093.02-.19-.04-.213-.14-.03-.1.03-.2.13-.22m-.32-1.35c.1-.027.195.04.22.133.02.1-.04.2-.14.22-.1.02-.193-.04-.22-.133-.02-.1.04-.2.14-.22M8.2 9.75c-.02-.1.04-.194.14-.22.1-.02.197.04.22.14.02.095-.04.193-.14.22-.1.02-.193-.04-.22-.14m-.07 1.97c.1-.03.195.04.22.13.02.1-.04.19-.138.22-.1.02-.196-.04-.22-.14-.02-.1.04-.2.137-.22m-.32-1.37c.1-.02.19.04.22.14.02.1-.04.192-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.197.13-.22m-.36-1.38c.09-.022.19.04.22.138.02.098-.04.196-.14.22-.1.022-.2-.04-.22-.138-.02-.1.04-.197.14-.22m-.02-3.19c-.1.023-.2-.038-.22-.136-.03-.1.03-.197.13-.22.1-.023.19.04.22.137.02.1-.04.2-.14.22m.44 1.14c.02.1-.04.2-.14.22-.1.03-.2-.04-.22-.13-.02-.1.04-.19.13-.22.1-.02.19.04.22.14m.07-1.97c-.1.03-.2-.04-.22-.13-.02-.1.04-.2.14-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m.25 3.32c.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.03-.09.04-.19.13-.22.1-.02.19.04.22.14m.07-1.97c-.1.02-.2-.04-.22-.14-.02-.1.04-.19.14-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m.45 1.14c.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.03-.19.13-.22.09-.02.19.04.21.14m.07-1.97c-.1.02-.2-.04-.22-.14-.02-.09.04-.19.14-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m.32 1.35c-.1.03-.2-.03-.22-.13-.03-.1.04-.19.14-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.03-.09.04-.19.13-.21.1-.02.19.04.22.14.02.1-.04.2-.14.22m.23 1c.09-.02.19.04.21.14.02.1-.04.19-.14.22-.1.02-.19-.04-.22-.14-.02-.1.04-.2.13-.22m.29-1.83c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.02.193.04.22.14.02.1-.04.2-.14.22m.54 2.35c.1-.02.2.04.22.14.023.1-.04.2-.138.22-.1.03-.2-.04-.22-.13-.02-.1.04-.19.135-.22m-.23-1c-.097.03-.19-.04-.217-.13-.02-.09.04-.19.14-.21.09-.02.19.04.21.14.03.1-.04.2-.13.22M7 7.83c-.022-.1.04-.2.137-.22.098-.026.196.04.218.134.024.1-.038.19-.135.22-.1.02-.197-.04-.22-.14m-.07 1.97c.095-.02.194.04.218.13.022.1-.04.19-.138.22-.098.02-.197-.04-.217-.14-.026-.1.036-.2.136-.22m-.25-3.32c-.03-.1.04-.2.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14m-.31.97c-.1.03-.2-.04-.22-.13-.02-.09.04-.19.14-.21.1-.02.2.04.22.14.02.1-.04.2-.14.22m.23 1c.1-.02.19.04.22.14.02.1-.04.197-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.193.13-.22m4.7 4.098c.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.03.19.03.22.13m.31 1.36c.02.09-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.03.2.03.22.13m.31 1.36c.02.09-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.028.19.033.21.13m.32 1.36c.03.1-.04.2-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.19.13-.22.1-.02.19.04.21.14M10 20.17c-.1.02-.194-.04-.22-.137-.02-.1.04-.193.14-.22.1-.02.198.04.22.14.02.1-.04.2-.135.22m-.84-.52c-.1.02-.2-.04-.22-.135-.02-.1.04-.197.14-.22.1-.02.195.04.22.14.02.1-.04.2-.14.22m-.834-.52c-.1.02-.19-.04-.22-.14-.02-.097.04-.195.14-.218.1-.03.2.032.22.13.02.1-.04.196-.14.22m-.83-.53c-.1.022-.19-.04-.22-.136-.02-.1.04-.196.14-.22.1-.02.2.04.22.14.02.1-.04.196-.14.22M7 17.1c-.023-.096.037-.195.136-.217.1-.023.196.038.22.135.022.1-.04.198-.138.22-.098.022-.197-.038-.22-.137m-.3.98c-.1.02-.197-.04-.22-.13-.022-.1.04-.19.136-.22.098-.02.196.04.22.14.02.1-.04.2-.137.22m-.533-1.49c-.02-.09.04-.19.138-.21.098-.02.195.04.218.14.023.1-.038.2-.136.22-.1.02-.197-.04-.22-.14m-.312-1.35c-.023-.1.04-.19.137-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.13m.01 2.32c-.1.03-.2-.03-.22-.13-.03-.1.04-.2.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m-.53-1.49c-.03-.09.04-.19.14-.22.1-.02.19.04.21.14.02.1-.04.2-.14.22-.1.03-.2-.04-.22-.13M5 14.73c-.02-.1.04-.2.136-.22.1-.02.197.04.22.14.02.1-.04.19-.138.22-.1.02-.197-.04-.22-.14m.01 2.322c-.098.02-.196-.04-.22-.14-.02-.1.04-.2.137-.22.1-.02.197.04.22.14.02.1-.04.19-.136.21m-.53-1.5c-.02-.1.04-.2.14-.22.09-.024.19.04.21.136.03.09-.04.19-.13.22-.1.02-.2-.04-.22-.14m-.31-1.35c-.03-.1.04-.2.14-.22.1-.02.19.04.22.13.02.1-.03.2-.13.22-.1.02-.2-.04-.22-.14m.01 2.32c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.02.19.04.21.13.02.1-.04.2-.14.22M3.64 15c-.02-.093.04-.19.14-.213.1-.025.19.037.22.135.02.1-.04.195-.14.22-.1.02-.2-.04-.22-.14m-.31-1.355c-.03-.1.04-.2.13-.22.1-.02.2.04.22.14.02.1-.04.198-.14.22-.1.025-.2-.04-.22-.134m-.097-1.22c-.093.024-.19-.04-.213-.136-.025-.095.036-.193.135-.215.096-.023.196.037.22.135.02.1-.04.196-.14.22m-.206 2.19c-.1.02-.2-.04-.22-.14-.03-.1.04-.194.13-.22.09-.02.19.04.22.14.02.1-.05.2-.14.22m-.52-1.48c-.02-.094.04-.192.13-.215.09-.02.19.04.22.14.02.097-.04.196-.14.22-.1.022-.2-.04-.22-.138M2.4 11.94c-.1.023-.193-.04-.22-.137-.02-.1.04-.198.14-.22.1-.02.197.04.22.137.02.1-.04.2-.135.22m-.21 2.19c-.095.02-.193-.04-.22-.14-.02-.1.04-.19.14-.22.1-.02.197.04.22.14.024.1-.04.2-.136.22m-.53-1.49c-.03-.1.04-.19.13-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.03-.2-.03-.22-.13m-.31-1.35c-.02-.09.04-.19.14-.21.09-.025.19.04.22.133.02.1-.04.193-.14.22-.1.02-.2-.04-.22-.14m-.1-1.22c-.1.025-.19-.036-.22-.135-.02-.1.04-.196.14-.22.1-.02.2.04.22.14.02.096-.04.195-.14.22m-.21 2.185c-.1.02-.19-.04-.22-.14-.02-.1.04-.2.14-.22.1-.02.2.04.22.134.03.1-.04.2-.13.22m-.53-1.49c-.02-.1.04-.2.14-.22.1-.027.2.034.22.132.03.1-.03.2-.13.22-.1.02-.19-.04-.21-.14m.34-2.4c.1-.02.19.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22m.52-.84c.1-.03.2.04.22.13.03.1-.03.2-.13.22-.09.02-.19-.04-.21-.14-.02-.1.04-.2.13-.22m.31 1.35c.1-.02.2.04.22.14.03.1-.03.19-.13.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m.21-2.19c.1-.02.2.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m.32 3.68c.03.1-.03.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.02.19.04.21.14m-.01-2.33c.09-.03.19.03.22.13.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m.2-2.19c.1-.02.19.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.14-.22m.31 1.35c.1-.03.2.04.22.13.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22m.2-2.2c.1-.03.2.03.22.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m.52 1.49c.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.026-.1.04-.2.133-.22.1-.02.2.04.22.13m0-2.32c.1-.02.2.04.22.132.02.1-.04.2-.14.22-.09.03-.19-.03-.21-.13-.03-.1.04-.19.13-.22M4 5.642c.02.1-.04.2-.14.22-.09.02-.19-.04-.21-.13-.03-.1.03-.19.13-.22.1-.02.19.04.22.14M4 3.33c.096-.02.194.04.217.14.022.1-.04.2-.136.22-.1.02-.19-.04-.22-.133-.02-.1.04-.196.14-.22m.53 1.494c.03.1-.03.2-.13.22-.1.02-.19-.04-.22-.13-.02-.1.04-.19.14-.22.1-.02.2.04.22.14M4.53 2.5c.1-.024.2.04.22.136.03.098-.04.196-.13.22-.09.022-.19-.04-.22-.138-.02-.1.04-.2.14-.22M4.2 7.23c-.1.025-.2-.036-.22-.135-.023-.098.04-.196.136-.218.1-.024.198.038.22.136.022.098-.04.196-.137.22m-.19 5.377c.09-.022.19.038.21.137.02.098-.04.196-.14.22-.09.022-.19-.04-.21-.138-.03-.1.03-.2.13-.22m-.31-1.36c.1-.03.2.03.22.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m.21-2.19c.09-.03.19.04.22.13.02.09-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m-.23-1c-.1.02-.2-.04-.22-.14-.03-.1.04-.2.14-.22.09-.02.19.04.21.14.02.09-.04.19-.14.21m-.29 1.84c.09-.03.19.03.21.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m-.45-1.14c-.02-.1.04-.2.13-.22.1-.03.2.04.22.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14m-.3.97c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.02.2.04.22.14.02.1-.04.19-.14.22m.23 1c.1-.02.19.04.22.14.02.09-.04.19-.14.21-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m1.57-.18c.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.03.19.04.22.13m.09 1.22c.09-.02.19.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22M5 13.19c.023.1-.04.2-.137.22-.1.02-.198-.04-.22-.14-.02-.1.04-.2.14-.22.1-.02.2.04.22.13m.614.386c.1-.02.2.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.19.14-.22M12.38.01c5.825 3.736 7.257 11.643 3.944 19.74l-.93.213C19.1 11.43 17.304 3.35 11 .1c-.458.053-.926.13-1.403.226l4.598 19.915-.753.17L8.846.5c-.472.118-.928.256-1.363.408-.805 1.082-1.386 2.25-1.754 3.474.07.005.14.048.16.127.02.09-.04.19-.14.21-.04.01-.08-.01-.11-.02-.35 1.3-.46 2.66-.33 4.05.07.01.13.05.15.13.02.09-.04.18-.13.21.04.34.1.69.17 1.04.02-.01.03-.03.05-.04.09-.03.19.04.22.13.02.1-.04.19-.14.22-.03 0-.05-.01-.08-.02.08.34.17.68.28 1.03.01-.01.01-.02.02-.02.09-.02.19.04.21.13.02.1-.04.2-.14.22h-.01c.11.35.25.7.39 1.05.02.02.05.05.06.09 0 .01-.01.03-.01.05.24.58.53 1.17.85 1.74.02-.03.05-.05.08-.06.1-.03.2.03.22.13.02.09-.04.18-.13.21.31.52.65 1.04 1.02 1.55.01 0 .02-.02.03-.02.1-.02.2.04.22.13.02.06-.01.12-.06.16.54.72 1.15 1.42 1.81 2.11.01-.01.01-.02.02-.02.1-.02.19.04.22.14.01.04-.01.07-.02.11.16.16.33.33.5.49-.03-.1.03-.19.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22-.03.01-.06-.01-.09-.02.3.28.61.57.93.85l-.93.21c-.12-.1-.22-.2-.33-.31-.03.05-.06.08-.12.09-.1.03-.2-.03-.22-.13-.01-.08.03-.15.09-.19-.95-.9-1.81-1.84-2.55-2.81.02.1-.04.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.04-.01.09 0 .12.02-.4-.53-.76-1.07-1.09-1.61-.03.03-.06.06-.1.07-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22h.01c-.57-.95-1.04-1.91-1.4-2.88-.1.01-.19-.04-.21-.14-.02-.08.02-.15.09-.19-.13-.36-.24-.72-.34-1.08-.03-.027-.06-.055-.07-.09-.01-.04 0-.07.02-.107-.1-.38-.19-.76-.26-1.14-.04-.02-.07-.06-.08-.11-.01-.053.01-.11.05-.15-.06-.355-.11-.71-.13-1.07l-.01.01c-.1.022-.2-.04-.22-.138-.02-.1.04-.2.14-.22.03-.01.05 0 .08.01-.03-.64-.02-1.28.05-1.908-.03-.02-.05-.04-.06-.08-.02-.078.02-.14.08-.18.08-.655.23-1.297.42-1.93-.02.02-.04.05-.08.055-.1.02-.2-.04-.22-.14-.025-.1.035-.195.134-.22.09-.02.174.04.203.12.07-.22.15-.434.233-.65-.02-.02-.05-.05-.06-.08-.02-.1.04-.196.14-.22.02-.003.03.007.04.007.23-.55.49-1.08.8-1.6C4.81 2 3.69 2.79 2.8 3.694c.006.01.02.02.02.03.02.1-.04.2-.135.22-.04.01-.083 0-.12-.02-.15.17-.3.34-.435.51.08 0 .15.05.17.13.02.1-.04.2-.14.22-.09.02-.17-.03-.21-.12-.15.2-.29.41-.42.62.01 0 .013-.02.025-.02.1-.02.2.04.22.14.023.1-.04.2-.137.22-.1.03-.2-.04-.22-.14v-.03c-.13.22-.248.436-.35.658.08 0 .16.04.18.13.02.095-.04.193-.14.22-.07.01-.128-.02-.17-.067-.09.21-.17.43-.24.64.003.01.02.02.02.03.02.08-.03.16-.104.2C.46 7.89.35 8.51.33 9.14c.09-.01.18.04.2.13.02.093-.04.19-.14.214-.02.005-.04-.008-.065-.01.004 1.23.305 2.487.923 3.72.098-.02.195.04.218.14.02.064-.01.12-.06.163.29.532.65 1.06 1.06 1.58.07.015.13.054.14.127.01.01 0 .03 0 .04.158.187.32.37.49.553-.022-.094.04-.192.136-.214.1-.02.2.04.22.133.02.1-.04.2-.14.22-.04.01-.076-.004-.108-.02 1.166 1.226 2.7 2.37 4.63 3.374 1.233.64 2.555 1.567 2.79 2.594L11 23.36l6.677-1.54-.33-1.436c-.235-1.027.546-2.44 1.376-3.556 6.74-9.073 2.195-17-6.345-16.83"/>
</symbol>
(...) //other icons
</svg>
Do you have any idea what could be causing this?
Thank you :)
As I've told you in my comment your second SVG element has the same id as the symbol. Fix that
<label for="id_icon-balloon1">
<svg class="icon" id="icon-balloon_whatever" viewBox="0 0 22 29" width="44">
<use xlink:href="#icon-balloon"></use>
</svg>
</label>
<svg width="0" height="0" class="hide">
<symbol id="icon-balloon" viewBox="0 0 22 29">
<title>Balloon</title>
<path d="M11.65 25.56c.618 2.323.54 3.146 2.706 2.646l2.435-.563c2.17-.5 1.74-1.203 1.28-3.562l-6.41 1.48zm1.096-6.03c-.097.02-.195-.04-.217-.137-.03-.098.03-.196.13-.218.1-.024.19.038.22.136.02.1-.04.2-.14.22m-.53-1.49c-.02-.1.04-.19.14-.22.1-.02.19.04.21.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.13m.01 2.33c-.1.03-.2-.03-.22-.13-.03-.1.03-.19.13-.22.1-.02.2.04.22.14.02.1-.04.2-.14.22m-.53-1.49c-.02-.1.04-.2.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22-.1.03-.19-.04-.22-.13m-.31-1.35c-.02-.1.04-.19.14-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14m-.1-1.22c-.1.02-.2-.04-.22-.14-.03-.1.04-.19.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.02-.09.04-.19.14-.21.09-.02.19.04.21.14.02.1-.04.2-.14.22m-.53-1.5c-.03-.09.03-.19.13-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14m-.1-1.22c-.1.03-.2-.03-.22-.13-.02-.1.04-.19.14-.22.1-.02.2.04.22.14.02.1-.04.2-.14.22M10.21 18c-.1.02-.2-.04-.22-.14-.025-.1.04-.194.135-.22.1-.02.2.04.22.14.02.095-.04.194-.14.215m-.53-1.5c-.02-.097.04-.194.14-.217.1-.03.19.04.22.13.02.1-.04.196-.14.22-.1.02-.196-.04-.22-.14m-.3-1.353c-.02-.1.04-.197.138-.22.098-.025.197.036.22.134.02.1-.04.2-.136.22-.1.02-.2-.04-.22-.14m.01 2.33c-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22.1-.03.197.04.22.13.02.1-.04.19-.14.22m-.53-1.49c-.02-.1.04-.2.14-.22.097-.03.195.03.217.13.02.1-.04.19-.138.22-.1.02-.2-.04-.22-.14m-.31-1.36c-.027-.1.034-.2.132-.22.1-.03.197.04.22.13.023.1-.04.19-.14.22-.095.02-.193-.04-.215-.14m-.09-1.22c-.1.02-.2-.04-.22-.14-.027-.1.035-.2.132-.22.1-.03.196.04.22.13.024.1-.04.2-.137.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.092-.02.192.04.213.14.03.09-.03.19-.13.22m-.52-1.49c-.02-.1.04-.2.14-.22.1-.03.2.04.22.13.02.1-.04.19-.14.22-.1.02-.19-.04-.22-.14M7.4 12.7c-.02-.1.04-.2.14-.22.1-.02.2.04.22.14.03.093-.04.19-.13.22-.093.02-.193-.04-.22-.14m-.09-1.22c-.1.02-.2-.04-.22-.14-.02-.1.04-.197.14-.22.1-.03.2.033.22.13.02.1-.04.197-.133.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.03-.096.033-.194.13-.217.1-.023.2.04.22.137.025.1-.04.2-.135.22m-.52-1.48c-.026-.1.04-.19.135-.22.1-.02.2.04.22.14.026.1-.04.2-.135.22-.1.02-.196-.04-.22-.14m-.31-1.36c-.02-.09.04-.19.14-.21.1-.022.2.04.22.137.025.1-.04.193-.134.22-.1.02-.2-.04-.22-.14M5.95 9.5c-.02-.1.04-.196.14-.22.1-.02.196.04.22.14.03.09-.03.19-.13.21-.1.02-.196-.04-.22-.14m-.09-1.21c-.098.02-.196-.04-.22-.14-.02-.1.04-.2.137-.22.1-.02.196.04.22.14.02.093-.04.19-.136.22m-.32-1.37c-.09.022-.19-.038-.21-.137-.02-.09.04-.19.14-.21.1-.02.2.04.22.14.02.096-.04.194-.14.22M6 5.733c.1-.026.2.035.22.133.03.1-.04.195-.13.22-.09.02-.19-.04-.21-.14-.02-.1.04-.195.14-.22m.21-2.19c.1-.02.2.04.22.14.02.1-.04.196-.14.22-.09.02-.19-.04-.21-.14-.02-.096.04-.194.137-.22m.53 1.495c.027.1-.04.2-.133.22-.1.02-.196-.04-.22-.14-.022-.09.04-.19.137-.21.1-.02.2.04.22.14m-.02-2.32c.1-.02.2.04.22.14.03.1-.04.2-.13.22-.1.02-.2-.04-.22-.13-.02-.1.04-.19.14-.22m.53 1.49c.03.1-.03.2-.13.22-.1.02-.2-.04-.22-.13-.03-.1.04-.2.13-.22.1-.02.2.04.22.14m-.02-2.35c.1-.02.2.04.22.14.02.1-.04.2-.14.22-.1.03-.19-.04-.22-.13-.02-.1.04-.2.14-.22m.32 1.35c.1-.03.2.03.22.13.02.09-.04.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m.21-2.19c.1-.03.2.04.22.13.03.1-.04.2-.13.22-.09.03-.19-.04-.21-.13-.02-.1.04-.19.14-.22m.53 1.5c.02.1-.04.2-.13.22-.1.02-.2-.04-.22-.14-.02-.09.04-.19.14-.21.1-.02.2.04.22.14m.31 1.36c.03.1-.03.2-.13.22-.09.03-.19-.04-.21-.13-.03-.1.04-.19.14-.22.1-.02.2.04.22.14m-.01-2.33c.1-.02.2.04.22.14.03.1-.04.19-.13.22-.1.02-.19-.04-.22-.14-.02-.1.04-.2.14-.22M9 2.95c.1-.02.2.04.22.14.02.09-.033.19-.13.21-.1.02-.196-.04-.22-.14-.02-.1.04-.19.14-.22m.52 1.5c.03.1-.04.2-.13.22-.1.03-.2-.03-.22-.13-.02-.1.04-.2.14-.22.09-.022.19.04.21.138m.31 1.36c.02.094-.04.19-.14.214-.1.02-.196-.04-.22-.14-.02-.096.04-.195.14-.217.1-.02.19.04.22.14m.31 1.354c.02.1-.04.19-.14.22-.1.02-.19-.04-.21-.14-.024-.1.04-.19.136-.22.1-.02.2.04.22.14m.31 1.36c.028.1-.033.2-.13.22-.1.03-.2-.04-.22-.13-.03-.1.04-.2.13-.22.1-.03.2.04.22.13m.31 1.35c.03.1-.036.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.094-.03.19.04.214.13m.32 1.35c.02.1-.04.192-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.092-.02.19.04.22.133m-.127 3.41c.1-.02.195.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.13-.022-.1.04-.198.138-.22m-.31-1.35c.1-.02.2.04.22.14.02.1-.04.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m-.45-1.14c-.02-.1.04-.19.14-.22.1-.02.2.04.22.14.02.1-.04.2-.14.22-.1.02-.19-.04-.21-.14m-.07 1.97c.1-.02.2.04.22.14.02.092-.04.19-.133.22-.1.02-.2-.04-.22-.14-.025-.1.04-.2.14-.22m-.33-1.37c.1-.02.195.04.22.14.02.1-.04.2-.137.22-.1.02-.2-.04-.22-.138-.02-.1.04-.19.14-.22m-.45-1.14c-.02-.09.04-.19.14-.22.1-.02.2.04.22.14.03.1-.03.2-.13.22-.1.03-.19-.04-.22-.13m-.07 1.97c.1-.02.2.04.22.14.03.1-.04.2-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.19.14-.22M9 12.24c.1-.02.19.04.22.14.02.1-.04.193-.14.22-.093.02-.19-.04-.213-.14-.03-.1.03-.2.13-.22m-.32-1.35c.1-.027.195.04.22.133.02.1-.04.2-.14.22-.1.02-.193-.04-.22-.133-.02-.1.04-.2.14-.22M8.2 9.75c-.02-.1.04-.194.14-.22.1-.02.197.04.22.14.02.095-.04.193-.14.22-.1.02-.193-.04-.22-.14m-.07 1.97c.1-.03.195.04.22.13.02.1-.04.19-.138.22-.1.02-.196-.04-.22-.14-.02-.1.04-.2.137-.22m-.32-1.37c.1-.02.19.04.22.14.02.1-.04.192-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.197.13-.22m-.36-1.38c.09-.022.19.04.22.138.02.098-.04.196-.14.22-.1.022-.2-.04-.22-.138-.02-.1.04-.197.14-.22m-.02-3.19c-.1.023-.2-.038-.22-.136-.03-.1.03-.197.13-.22.1-.023.19.04.22.137.02.1-.04.2-.14.22m.44 1.14c.02.1-.04.2-.14.22-.1.03-.2-.04-.22-.13-.02-.1.04-.19.13-.22.1-.02.19.04.22.14m.07-1.97c-.1.03-.2-.04-.22-.13-.02-.1.04-.2.14-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m.25 3.32c.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.03-.09.04-.19.13-.22.1-.02.19.04.22.14m.07-1.97c-.1.02-.2-.04-.22-.14-.02-.1.04-.19.14-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m.45 1.14c.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.03-.19.13-.22.09-.02.19.04.21.14m.07-1.97c-.1.02-.2-.04-.22-.14-.02-.09.04-.19.14-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m.32 1.35c-.1.03-.2-.03-.22-.13-.03-.1.04-.19.14-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.03-.09.04-.19.13-.21.1-.02.19.04.22.14.02.1-.04.2-.14.22m.23 1c.09-.02.19.04.21.14.02.1-.04.19-.14.22-.1.02-.19-.04-.22-.14-.02-.1.04-.2.13-.22m.29-1.83c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.02.193.04.22.14.02.1-.04.2-.14.22m.54 2.35c.1-.02.2.04.22.14.023.1-.04.2-.138.22-.1.03-.2-.04-.22-.13-.02-.1.04-.19.135-.22m-.23-1c-.097.03-.19-.04-.217-.13-.02-.09.04-.19.14-.21.09-.02.19.04.21.14.03.1-.04.2-.13.22M7 7.83c-.022-.1.04-.2.137-.22.098-.026.196.04.218.134.024.1-.038.19-.135.22-.1.02-.197-.04-.22-.14m-.07 1.97c.095-.02.194.04.218.13.022.1-.04.19-.138.22-.098.02-.197-.04-.217-.14-.026-.1.036-.2.136-.22m-.25-3.32c-.03-.1.04-.2.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14m-.31.97c-.1.03-.2-.04-.22-.13-.02-.09.04-.19.14-.21.1-.02.2.04.22.14.02.1-.04.2-.14.22m.23 1c.1-.02.19.04.22.14.02.1-.04.197-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.193.13-.22m4.7 4.098c.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.03.19.03.22.13m.31 1.36c.02.09-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.03.2.03.22.13m.31 1.36c.02.09-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.028.19.033.21.13m.32 1.36c.03.1-.04.2-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.19.13-.22.1-.02.19.04.21.14M10 20.17c-.1.02-.194-.04-.22-.137-.02-.1.04-.193.14-.22.1-.02.198.04.22.14.02.1-.04.2-.135.22m-.84-.52c-.1.02-.2-.04-.22-.135-.02-.1.04-.197.14-.22.1-.02.195.04.22.14.02.1-.04.2-.14.22m-.834-.52c-.1.02-.19-.04-.22-.14-.02-.097.04-.195.14-.218.1-.03.2.032.22.13.02.1-.04.196-.14.22m-.83-.53c-.1.022-.19-.04-.22-.136-.02-.1.04-.196.14-.22.1-.02.2.04.22.14.02.1-.04.196-.14.22M7 17.1c-.023-.096.037-.195.136-.217.1-.023.196.038.22.135.022.1-.04.198-.138.22-.098.022-.197-.038-.22-.137m-.3.98c-.1.02-.197-.04-.22-.13-.022-.1.04-.19.136-.22.098-.02.196.04.22.14.02.1-.04.2-.137.22m-.533-1.49c-.02-.09.04-.19.138-.21.098-.02.195.04.218.14.023.1-.038.2-.136.22-.1.02-.197-.04-.22-.14m-.312-1.35c-.023-.1.04-.19.137-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.13m.01 2.32c-.1.03-.2-.03-.22-.13-.03-.1.04-.2.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m-.53-1.49c-.03-.09.04-.19.14-.22.1-.02.19.04.21.14.02.1-.04.2-.14.22-.1.03-.2-.04-.22-.13M5 14.73c-.02-.1.04-.2.136-.22.1-.02.197.04.22.14.02.1-.04.19-.138.22-.1.02-.197-.04-.22-.14m.01 2.322c-.098.02-.196-.04-.22-.14-.02-.1.04-.2.137-.22.1-.02.197.04.22.14.02.1-.04.19-.136.21m-.53-1.5c-.02-.1.04-.2.14-.22.09-.024.19.04.21.136.03.09-.04.19-.13.22-.1.02-.2-.04-.22-.14m-.31-1.35c-.03-.1.04-.2.14-.22.1-.02.19.04.22.13.02.1-.03.2-.13.22-.1.02-.2-.04-.22-.14m.01 2.32c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.02.19.04.21.13.02.1-.04.2-.14.22M3.64 15c-.02-.093.04-.19.14-.213.1-.025.19.037.22.135.02.1-.04.195-.14.22-.1.02-.2-.04-.22-.14m-.31-1.355c-.03-.1.04-.2.13-.22.1-.02.2.04.22.14.02.1-.04.198-.14.22-.1.025-.2-.04-.22-.134m-.097-1.22c-.093.024-.19-.04-.213-.136-.025-.095.036-.193.135-.215.096-.023.196.037.22.135.02.1-.04.196-.14.22m-.206 2.19c-.1.02-.2-.04-.22-.14-.03-.1.04-.194.13-.22.09-.02.19.04.22.14.02.1-.05.2-.14.22m-.52-1.48c-.02-.094.04-.192.13-.215.09-.02.19.04.22.14.02.097-.04.196-.14.22-.1.022-.2-.04-.22-.138M2.4 11.94c-.1.023-.193-.04-.22-.137-.02-.1.04-.198.14-.22.1-.02.197.04.22.137.02.1-.04.2-.135.22m-.21 2.19c-.095.02-.193-.04-.22-.14-.02-.1.04-.19.14-.22.1-.02.197.04.22.14.024.1-.04.2-.136.22m-.53-1.49c-.03-.1.04-.19.13-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.03-.2-.03-.22-.13m-.31-1.35c-.02-.09.04-.19.14-.21.09-.025.19.04.22.133.02.1-.04.193-.14.22-.1.02-.2-.04-.22-.14m-.1-1.22c-.1.025-.19-.036-.22-.135-.02-.1.04-.196.14-.22.1-.02.2.04.22.14.02.096-.04.195-.14.22m-.21 2.185c-.1.02-.19-.04-.22-.14-.02-.1.04-.2.14-.22.1-.02.2.04.22.134.03.1-.04.2-.13.22m-.53-1.49c-.02-.1.04-.2.14-.22.1-.027.2.034.22.132.03.1-.03.2-.13.22-.1.02-.19-.04-.21-.14m.34-2.4c.1-.02.19.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22m.52-.84c.1-.03.2.04.22.13.03.1-.03.2-.13.22-.09.02-.19-.04-.21-.14-.02-.1.04-.2.13-.22m.31 1.35c.1-.02.2.04.22.14.03.1-.03.19-.13.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m.21-2.19c.1-.02.2.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m.32 3.68c.03.1-.03.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.02.19.04.21.14m-.01-2.33c.09-.03.19.03.22.13.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m.2-2.19c.1-.02.19.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.14-.22m.31 1.35c.1-.03.2.04.22.13.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22m.2-2.2c.1-.03.2.03.22.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m.52 1.49c.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.026-.1.04-.2.133-.22.1-.02.2.04.22.13m0-2.32c.1-.02.2.04.22.132.02.1-.04.2-.14.22-.09.03-.19-.03-.21-.13-.03-.1.04-.19.13-.22M4 5.642c.02.1-.04.2-.14.22-.09.02-.19-.04-.21-.13-.03-.1.03-.19.13-.22.1-.02.19.04.22.14M4 3.33c.096-.02.194.04.217.14.022.1-.04.2-.136.22-.1.02-.19-.04-.22-.133-.02-.1.04-.196.14-.22m.53 1.494c.03.1-.03.2-.13.22-.1.02-.19-.04-.22-.13-.02-.1.04-.19.14-.22.1-.02.2.04.22.14M4.53 2.5c.1-.024.2.04.22.136.03.098-.04.196-.13.22-.09.022-.19-.04-.22-.138-.02-.1.04-.2.14-.22M4.2 7.23c-.1.025-.2-.036-.22-.135-.023-.098.04-.196.136-.218.1-.024.198.038.22.136.022.098-.04.196-.137.22m-.19 5.377c.09-.022.19.038.21.137.02.098-.04.196-.14.22-.09.022-.19-.04-.21-.138-.03-.1.03-.2.13-.22m-.31-1.36c.1-.03.2.03.22.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m.21-2.19c.09-.03.19.04.22.13.02.09-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m-.23-1c-.1.02-.2-.04-.22-.14-.03-.1.04-.2.14-.22.09-.02.19.04.21.14.02.09-.04.19-.14.21m-.29 1.84c.09-.03.19.03.21.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m-.45-1.14c-.02-.1.04-.2.13-.22.1-.03.2.04.22.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14m-.3.97c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.02.2.04.22.14.02.1-.04.19-.14.22m.23 1c.1-.02.19.04.22.14.02.09-.04.19-.14.21-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m1.57-.18c.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.03.19.04.22.13m.09 1.22c.09-.02.19.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22M5 13.19c.023.1-.04.2-.137.22-.1.02-.198-.04-.22-.14-.02-.1.04-.2.14-.22.1-.02.2.04.22.13m.614.386c.1-.02.2.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.19.14-.22M12.38.01c5.825 3.736 7.257 11.643 3.944 19.74l-.93.213C19.1 11.43 17.304 3.35 11 .1c-.458.053-.926.13-1.403.226l4.598 19.915-.753.17L8.846.5c-.472.118-.928.256-1.363.408-.805 1.082-1.386 2.25-1.754 3.474.07.005.14.048.16.127.02.09-.04.19-.14.21-.04.01-.08-.01-.11-.02-.35 1.3-.46 2.66-.33 4.05.07.01.13.05.15.13.02.09-.04.18-.13.21.04.34.1.69.17 1.04.02-.01.03-.03.05-.04.09-.03.19.04.22.13.02.1-.04.19-.14.22-.03 0-.05-.01-.08-.02.08.34.17.68.28 1.03.01-.01.01-.02.02-.02.09-.02.19.04.21.13.02.1-.04.2-.14.22h-.01c.11.35.25.7.39 1.05.02.02.05.05.06.09 0 .01-.01.03-.01.05.24.58.53 1.17.85 1.74.02-.03.05-.05.08-.06.1-.03.2.03.22.13.02.09-.04.18-.13.21.31.52.65 1.04 1.02 1.55.01 0 .02-.02.03-.02.1-.02.2.04.22.13.02.06-.01.12-.06.16.54.72 1.15 1.42 1.81 2.11.01-.01.01-.02.02-.02.1-.02.19.04.22.14.01.04-.01.07-.02.11.16.16.33.33.5.49-.03-.1.03-.19.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22-.03.01-.06-.01-.09-.02.3.28.61.57.93.85l-.93.21c-.12-.1-.22-.2-.33-.31-.03.05-.06.08-.12.09-.1.03-.2-.03-.22-.13-.01-.08.03-.15.09-.19-.95-.9-1.81-1.84-2.55-2.81.02.1-.04.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.04-.01.09 0 .12.02-.4-.53-.76-1.07-1.09-1.61-.03.03-.06.06-.1.07-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22h.01c-.57-.95-1.04-1.91-1.4-2.88-.1.01-.19-.04-.21-.14-.02-.08.02-.15.09-.19-.13-.36-.24-.72-.34-1.08-.03-.027-.06-.055-.07-.09-.01-.04 0-.07.02-.107-.1-.38-.19-.76-.26-1.14-.04-.02-.07-.06-.08-.11-.01-.053.01-.11.05-.15-.06-.355-.11-.71-.13-1.07l-.01.01c-.1.022-.2-.04-.22-.138-.02-.1.04-.2.14-.22.03-.01.05 0 .08.01-.03-.64-.02-1.28.05-1.908-.03-.02-.05-.04-.06-.08-.02-.078.02-.14.08-.18.08-.655.23-1.297.42-1.93-.02.02-.04.05-.08.055-.1.02-.2-.04-.22-.14-.025-.1.035-.195.134-.22.09-.02.174.04.203.12.07-.22.15-.434.233-.65-.02-.02-.05-.05-.06-.08-.02-.1.04-.196.14-.22.02-.003.03.007.04.007.23-.55.49-1.08.8-1.6C4.81 2 3.69 2.79 2.8 3.694c.006.01.02.02.02.03.02.1-.04.2-.135.22-.04.01-.083 0-.12-.02-.15.17-.3.34-.435.51.08 0 .15.05.17.13.02.1-.04.2-.14.22-.09.02-.17-.03-.21-.12-.15.2-.29.41-.42.62.01 0 .013-.02.025-.02.1-.02.2.04.22.14.023.1-.04.2-.137.22-.1.03-.2-.04-.22-.14v-.03c-.13.22-.248.436-.35.658.08 0 .16.04.18.13.02.095-.04.193-.14.22-.07.01-.128-.02-.17-.067-.09.21-.17.43-.24.64.003.01.02.02.02.03.02.08-.03.16-.104.2C.46 7.89.35 8.51.33 9.14c.09-.01.18.04.2.13.02.093-.04.19-.14.214-.02.005-.04-.008-.065-.01.004 1.23.305 2.487.923 3.72.098-.02.195.04.218.14.02.064-.01.12-.06.163.29.532.65 1.06 1.06 1.58.07.015.13.054.14.127.01.01 0 .03 0 .04.158.187.32.37.49.553-.022-.094.04-.192.136-.214.1-.02.2.04.22.133.02.1-.04.2-.14.22-.04.01-.076-.004-.108-.02 1.166 1.226 2.7 2.37 4.63 3.374 1.233.64 2.555 1.567 2.79 2.594L11 23.36l6.677-1.54-.33-1.436c-.235-1.027.546-2.44 1.376-3.556 6.74-9.073 2.195-17-6.345-16.83"/>
</symbol>
(...) //other icons
</svg>
Use code
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<path d="M11.65 25.56c.618 2.323.54 3.146 2.706 2.646l2.435-.563c2.17-.5 1.74-1.203 1.28-3.562l-6.41 1.48zm1.096-6.03c-.097.02-.195-.04-.217-.137-.03-.098.03-.196.13-.218.1-.024.19.038.22.136.02.1-.04.2-.14.22m-.53-1.49c-.02-.1.04-.19.14-.22.1-.02.19.04.21.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.13m.01 2.33c-.1.03-.2-.03-.22-.13-.03-.1.03-.19.13-.22.1-.02.2.04.22.14.02.1-.04.2-.14.22m-.53-1.49c-.02-.1.04-.2.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22-.1.03-.19-.04-.22-.13m-.31-1.35c-.02-.1.04-.19.14-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14m-.1-1.22c-.1.02-.2-.04-.22-.14-.03-.1.04-.19.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.02-.09.04-.19.14-.21.09-.02.19.04.21.14.02.1-.04.2-.14.22m-.53-1.5c-.03-.09.03-.19.13-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14m-.1-1.22c-.1.03-.2-.03-.22-.13-.02-.1.04-.19.14-.22.1-.02.2.04.22.14.02.1-.04.2-.14.22M10.21 18c-.1.02-.2-.04-.22-.14-.025-.1.04-.194.135-.22.1-.02.2.04.22.14.02.095-.04.194-.14.215m-.53-1.5c-.02-.097.04-.194.14-.217.1-.03.19.04.22.13.02.1-.04.196-.14.22-.1.02-.196-.04-.22-.14m-.3-1.353c-.02-.1.04-.197.138-.22.098-.025.197.036.22.134.02.1-.04.2-.136.22-.1.02-.2-.04-.22-.14m.01 2.33c-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22.1-.03.197.04.22.13.02.1-.04.19-.14.22m-.53-1.49c-.02-.1.04-.2.14-.22.097-.03.195.03.217.13.02.1-.04.19-.138.22-.1.02-.2-.04-.22-.14m-.31-1.36c-.027-.1.034-.2.132-.22.1-.03.197.04.22.13.023.1-.04.19-.14.22-.095.02-.193-.04-.215-.14m-.09-1.22c-.1.02-.2-.04-.22-.14-.027-.1.035-.2.132-.22.1-.03.196.04.22.13.024.1-.04.2-.137.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.092-.02.192.04.213.14.03.09-.03.19-.13.22m-.52-1.49c-.02-.1.04-.2.14-.22.1-.03.2.04.22.13.02.1-.04.19-.14.22-.1.02-.19-.04-.22-.14M7.4 12.7c-.02-.1.04-.2.14-.22.1-.02.2.04.22.14.03.093-.04.19-.13.22-.093.02-.193-.04-.22-.14m-.09-1.22c-.1.02-.2-.04-.22-.14-.02-.1.04-.197.14-.22.1-.03.2.033.22.13.02.1-.04.197-.133.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.03-.096.033-.194.13-.217.1-.023.2.04.22.137.025.1-.04.2-.135.22m-.52-1.48c-.026-.1.04-.19.135-.22.1-.02.2.04.22.14.026.1-.04.2-.135.22-.1.02-.196-.04-.22-.14m-.31-1.36c-.02-.09.04-.19.14-.21.1-.022.2.04.22.137.025.1-.04.193-.134.22-.1.02-.2-.04-.22-.14M5.95 9.5c-.02-.1.04-.196.14-.22.1-.02.196.04.22.14.03.09-.03.19-.13.21-.1.02-.196-.04-.22-.14m-.09-1.21c-.098.02-.196-.04-.22-.14-.02-.1.04-.2.137-.22.1-.02.196.04.22.14.02.093-.04.19-.136.22m-.32-1.37c-.09.022-.19-.038-.21-.137-.02-.09.04-.19.14-.21.1-.02.2.04.22.14.02.096-.04.194-.14.22M6 5.733c.1-.026.2.035.22.133.03.1-.04.195-.13.22-.09.02-.19-.04-.21-.14-.02-.1.04-.195.14-.22m.21-2.19c.1-.02.2.04.22.14.02.1-.04.196-.14.22-.09.02-.19-.04-.21-.14-.02-.096.04-.194.137-.22m.53 1.495c.027.1-.04.2-.133.22-.1.02-.196-.04-.22-.14-.022-.09.04-.19.137-.21.1-.02.2.04.22.14m-.02-2.32c.1-.02.2.04.22.14.03.1-.04.2-.13.22-.1.02-.2-.04-.22-.13-.02-.1.04-.19.14-.22m.53 1.49c.03.1-.03.2-.13.22-.1.02-.2-.04-.22-.13-.03-.1.04-.2.13-.22.1-.02.2.04.22.14m-.02-2.35c.1-.02.2.04.22.14.02.1-.04.2-.14.22-.1.03-.19-.04-.22-.13-.02-.1.04-.2.14-.22m.32 1.35c.1-.03.2.03.22.13.02.09-.04.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m.21-2.19c.1-.03.2.04.22.13.03.1-.04.2-.13.22-.09.03-.19-.04-.21-.13-.02-.1.04-.19.14-.22m.53 1.5c.02.1-.04.2-.13.22-.1.02-.2-.04-.22-.14-.02-.09.04-.19.14-.21.1-.02.2.04.22.14m.31 1.36c.03.1-.03.2-.13.22-.09.03-.19-.04-.21-.13-.03-.1.04-.19.14-.22.1-.02.2.04.22.14m-.01-2.33c.1-.02.2.04.22.14.03.1-.04.19-.13.22-.1.02-.19-.04-.22-.14-.02-.1.04-.2.14-.22M9 2.95c.1-.02.2.04.22.14.02.09-.033.19-.13.21-.1.02-.196-.04-.22-.14-.02-.1.04-.19.14-.22m.52 1.5c.03.1-.04.2-.13.22-.1.03-.2-.03-.22-.13-.02-.1.04-.2.14-.22.09-.022.19.04.21.138m.31 1.36c.02.094-.04.19-.14.214-.1.02-.196-.04-.22-.14-.02-.096.04-.195.14-.217.1-.02.19.04.22.14m.31 1.354c.02.1-.04.19-.14.22-.1.02-.19-.04-.21-.14-.024-.1.04-.19.136-.22.1-.02.2.04.22.14m.31 1.36c.028.1-.033.2-.13.22-.1.03-.2-.04-.22-.13-.03-.1.04-.2.13-.22.1-.03.2.04.22.13m.31 1.35c.03.1-.036.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.094-.03.19.04.214.13m.32 1.35c.02.1-.04.192-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.092-.02.19.04.22.133m-.127 3.41c.1-.02.195.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.13-.022-.1.04-.198.138-.22m-.31-1.35c.1-.02.2.04.22.14.02.1-.04.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m-.45-1.14c-.02-.1.04-.19.14-.22.1-.02.2.04.22.14.02.1-.04.2-.14.22-.1.02-.19-.04-.21-.14m-.07 1.97c.1-.02.2.04.22.14.02.092-.04.19-.133.22-.1.02-.2-.04-.22-.14-.025-.1.04-.2.14-.22m-.33-1.37c.1-.02.195.04.22.14.02.1-.04.2-.137.22-.1.02-.2-.04-.22-.138-.02-.1.04-.19.14-.22m-.45-1.14c-.02-.09.04-.19.14-.22.1-.02.2.04.22.14.03.1-.03.2-.13.22-.1.03-.19-.04-.22-.13m-.07 1.97c.1-.02.2.04.22.14.03.1-.04.2-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.19.14-.22M9 12.24c.1-.02.19.04.22.14.02.1-.04.193-.14.22-.093.02-.19-.04-.213-.14-.03-.1.03-.2.13-.22m-.32-1.35c.1-.027.195.04.22.133.02.1-.04.2-.14.22-.1.02-.193-.04-.22-.133-.02-.1.04-.2.14-.22M8.2 9.75c-.02-.1.04-.194.14-.22.1-.02.197.04.22.14.02.095-.04.193-.14.22-.1.02-.193-.04-.22-.14m-.07 1.97c.1-.03.195.04.22.13.02.1-.04.19-.138.22-.1.02-.196-.04-.22-.14-.02-.1.04-.2.137-.22m-.32-1.37c.1-.02.19.04.22.14.02.1-.04.192-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.197.13-.22m-.36-1.38c.09-.022.19.04.22.138.02.098-.04.196-.14.22-.1.022-.2-.04-.22-.138-.02-.1.04-.197.14-.22m-.02-3.19c-.1.023-.2-.038-.22-.136-.03-.1.03-.197.13-.22.1-.023.19.04.22.137.02.1-.04.2-.14.22m.44 1.14c.02.1-.04.2-.14.22-.1.03-.2-.04-.22-.13-.02-.1.04-.19.13-.22.1-.02.19.04.22.14m.07-1.97c-.1.03-.2-.04-.22-.13-.02-.1.04-.2.14-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m.25 3.32c.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.03-.09.04-.19.13-.22.1-.02.19.04.22.14m.07-1.97c-.1.02-.2-.04-.22-.14-.02-.1.04-.19.14-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m.45 1.14c.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.03-.19.13-.22.09-.02.19.04.21.14m.07-1.97c-.1.02-.2-.04-.22-.14-.02-.09.04-.19.14-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m.32 1.35c-.1.03-.2-.03-.22-.13-.03-.1.04-.19.14-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.03-.09.04-.19.13-.21.1-.02.19.04.22.14.02.1-.04.2-.14.22m.23 1c.09-.02.19.04.21.14.02.1-.04.19-.14.22-.1.02-.19-.04-.22-.14-.02-.1.04-.2.13-.22m.29-1.83c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.02.193.04.22.14.02.1-.04.2-.14.22m.54 2.35c.1-.02.2.04.22.14.023.1-.04.2-.138.22-.1.03-.2-.04-.22-.13-.02-.1.04-.19.135-.22m-.23-1c-.097.03-.19-.04-.217-.13-.02-.09.04-.19.14-.21.09-.02.19.04.21.14.03.1-.04.2-.13.22M7 7.83c-.022-.1.04-.2.137-.22.098-.026.196.04.218.134.024.1-.038.19-.135.22-.1.02-.197-.04-.22-.14m-.07 1.97c.095-.02.194.04.218.13.022.1-.04.19-.138.22-.098.02-.197-.04-.217-.14-.026-.1.036-.2.136-.22m-.25-3.32c-.03-.1.04-.2.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14m-.31.97c-.1.03-.2-.04-.22-.13-.02-.09.04-.19.14-.21.1-.02.2.04.22.14.02.1-.04.2-.14.22m.23 1c.1-.02.19.04.22.14.02.1-.04.197-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.193.13-.22m4.7 4.098c.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.03.19.03.22.13m.31 1.36c.02.09-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.03.2.03.22.13m.31 1.36c.02.09-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.028.19.033.21.13m.32 1.36c.03.1-.04.2-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.19.13-.22.1-.02.19.04.21.14M10 20.17c-.1.02-.194-.04-.22-.137-.02-.1.04-.193.14-.22.1-.02.198.04.22.14.02.1-.04.2-.135.22m-.84-.52c-.1.02-.2-.04-.22-.135-.02-.1.04-.197.14-.22.1-.02.195.04.22.14.02.1-.04.2-.14.22m-.834-.52c-.1.02-.19-.04-.22-.14-.02-.097.04-.195.14-.218.1-.03.2.032.22.13.02.1-.04.196-.14.22m-.83-.53c-.1.022-.19-.04-.22-.136-.02-.1.04-.196.14-.22.1-.02.2.04.22.14.02.1-.04.196-.14.22M7 17.1c-.023-.096.037-.195.136-.217.1-.023.196.038.22.135.022.1-.04.198-.138.22-.098.022-.197-.038-.22-.137m-.3.98c-.1.02-.197-.04-.22-.13-.022-.1.04-.19.136-.22.098-.02.196.04.22.14.02.1-.04.2-.137.22m-.533-1.49c-.02-.09.04-.19.138-.21.098-.02.195.04.218.14.023.1-.038.2-.136.22-.1.02-.197-.04-.22-.14m-.312-1.35c-.023-.1.04-.19.137-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.13m.01 2.32c-.1.03-.2-.03-.22-.13-.03-.1.04-.2.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m-.53-1.49c-.03-.09.04-.19.14-.22.1-.02.19.04.21.14.02.1-.04.2-.14.22-.1.03-.2-.04-.22-.13M5 14.73c-.02-.1.04-.2.136-.22.1-.02.197.04.22.14.02.1-.04.19-.138.22-.1.02-.197-.04-.22-.14m.01 2.322c-.098.02-.196-.04-.22-.14-.02-.1.04-.2.137-.22.1-.02.197.04.22.14.02.1-.04.19-.136.21m-.53-1.5c-.02-.1.04-.2.14-.22.09-.024.19.04.21.136.03.09-.04.19-.13.22-.1.02-.2-.04-.22-.14m-.31-1.35c-.03-.1.04-.2.14-.22.1-.02.19.04.22.13.02.1-.03.2-.13.22-.1.02-.2-.04-.22-.14m.01 2.32c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.02.19.04.21.13.02.1-.04.2-.14.22M3.64 15c-.02-.093.04-.19.14-.213.1-.025.19.037.22.135.02.1-.04.195-.14.22-.1.02-.2-.04-.22-.14m-.31-1.355c-.03-.1.04-.2.13-.22.1-.02.2.04.22.14.02.1-.04.198-.14.22-.1.025-.2-.04-.22-.134m-.097-1.22c-.093.024-.19-.04-.213-.136-.025-.095.036-.193.135-.215.096-.023.196.037.22.135.02.1-.04.196-.14.22m-.206 2.19c-.1.02-.2-.04-.22-.14-.03-.1.04-.194.13-.22.09-.02.19.04.22.14.02.1-.05.2-.14.22m-.52-1.48c-.02-.094.04-.192.13-.215.09-.02.19.04.22.14.02.097-.04.196-.14.22-.1.022-.2-.04-.22-.138M2.4 11.94c-.1.023-.193-.04-.22-.137-.02-.1.04-.198.14-.22.1-.02.197.04.22.137.02.1-.04.2-.135.22m-.21 2.19c-.095.02-.193-.04-.22-.14-.02-.1.04-.19.14-.22.1-.02.197.04.22.14.024.1-.04.2-.136.22m-.53-1.49c-.03-.1.04-.19.13-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.03-.2-.03-.22-.13m-.31-1.35c-.02-.09.04-.19.14-.21.09-.025.19.04.22.133.02.1-.04.193-.14.22-.1.02-.2-.04-.22-.14m-.1-1.22c-.1.025-.19-.036-.22-.135-.02-.1.04-.196.14-.22.1-.02.2.04.22.14.02.096-.04.195-.14.22m-.21 2.185c-.1.02-.19-.04-.22-.14-.02-.1.04-.2.14-.22.1-.02.2.04.22.134.03.1-.04.2-.13.22m-.53-1.49c-.02-.1.04-.2.14-.22.1-.027.2.034.22.132.03.1-.03.2-.13.22-.1.02-.19-.04-.21-.14m.34-2.4c.1-.02.19.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22m.52-.84c.1-.03.2.04.22.13.03.1-.03.2-.13.22-.09.02-.19-.04-.21-.14-.02-.1.04-.2.13-.22m.31 1.35c.1-.02.2.04.22.14.03.1-.03.19-.13.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m.21-2.19c.1-.02.2.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m.32 3.68c.03.1-.03.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.02.19.04.21.14m-.01-2.33c.09-.03.19.03.22.13.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m.2-2.19c.1-.02.19.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.14-.22m.31 1.35c.1-.03.2.04.22.13.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22m.2-2.2c.1-.03.2.03.22.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m.52 1.49c.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.026-.1.04-.2.133-.22.1-.02.2.04.22.13m0-2.32c.1-.02.2.04.22.132.02.1-.04.2-.14.22-.09.03-.19-.03-.21-.13-.03-.1.04-.19.13-.22M4 5.642c.02.1-.04.2-.14.22-.09.02-.19-.04-.21-.13-.03-.1.03-.19.13-.22.1-.02.19.04.22.14M4 3.33c.096-.02.194.04.217.14.022.1-.04.2-.136.22-.1.02-.19-.04-.22-.133-.02-.1.04-.196.14-.22m.53 1.494c.03.1-.03.2-.13.22-.1.02-.19-.04-.22-.13-.02-.1.04-.19.14-.22.1-.02.2.04.22.14M4.53 2.5c.1-.024.2.04.22.136.03.098-.04.196-.13.22-.09.022-.19-.04-.22-.138-.02-.1.04-.2.14-.22M4.2 7.23c-.1.025-.2-.036-.22-.135-.023-.098.04-.196.136-.218.1-.024.198.038.22.136.022.098-.04.196-.137.22m-.19 5.377c.09-.022.19.038.21.137.02.098-.04.196-.14.22-.09.022-.19-.04-.21-.138-.03-.1.03-.2.13-.22m-.31-1.36c.1-.03.2.03.22.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m.21-2.19c.09-.03.19.04.22.13.02.09-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m-.23-1c-.1.02-.2-.04-.22-.14-.03-.1.04-.2.14-.22.09-.02.19.04.21.14.02.09-.04.19-.14.21m-.29 1.84c.09-.03.19.03.21.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m-.45-1.14c-.02-.1.04-.2.13-.22.1-.03.2.04.22.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14m-.3.97c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.02.2.04.22.14.02.1-.04.19-.14.22m.23 1c.1-.02.19.04.22.14.02.09-.04.19-.14.21-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m1.57-.18c.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.03.19.04.22.13m.09 1.22c.09-.02.19.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22M5 13.19c.023.1-.04.2-.137.22-.1.02-.198-.04-.22-.14-.02-.1.04-.2.14-.22.1-.02.2.04.22.13m.614.386c.1-.02.2.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.19.14-.22M12.38.01c5.825 3.736 7.257 11.643 3.944 19.74l-.93.213C19.1 11.43 17.304 3.35 11 .1c-.458.053-.926.13-1.403.226l4.598 19.915-.753.17L8.846.5c-.472.118-.928.256-1.363.408-.805 1.082-1.386 2.25-1.754 3.474.07.005.14.048.16.127.02.09-.04.19-.14.21-.04.01-.08-.01-.11-.02-.35 1.3-.46 2.66-.33 4.05.07.01.13.05.15.13.02.09-.04.18-.13.21.04.34.1.69.17 1.04.02-.01.03-.03.05-.04.09-.03.19.04.22.13.02.1-.04.19-.14.22-.03 0-.05-.01-.08-.02.08.34.17.68.28 1.03.01-.01.01-.02.02-.02.09-.02.19.04.21.13.02.1-.04.2-.14.22h-.01c.11.35.25.7.39 1.05.02.02.05.05.06.09 0 .01-.01.03-.01.05.24.58.53 1.17.85 1.74.02-.03.05-.05.08-.06.1-.03.2.03.22.13.02.09-.04.18-.13.21.31.52.65 1.04 1.02 1.55.01 0 .02-.02.03-.02.1-.02.2.04.22.13.02.06-.01.12-.06.16.54.72 1.15 1.42 1.81 2.11.01-.01.01-.02.02-.02.1-.02.19.04.22.14.01.04-.01.07-.02.11.16.16.33.33.5.49-.03-.1.03-.19.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22-.03.01-.06-.01-.09-.02.3.28.61.57.93.85l-.93.21c-.12-.1-.22-.2-.33-.31-.03.05-.06.08-.12.09-.1.03-.2-.03-.22-.13-.01-.08.03-.15.09-.19-.95-.9-1.81-1.84-2.55-2.81.02.1-.04.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.04-.01.09 0 .12.02-.4-.53-.76-1.07-1.09-1.61-.03.03-.06.06-.1.07-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22h.01c-.57-.95-1.04-1.91-1.4-2.88-.1.01-.19-.04-.21-.14-.02-.08.02-.15.09-.19-.13-.36-.24-.72-.34-1.08-.03-.027-.06-.055-.07-.09-.01-.04 0-.07.02-.107-.1-.38-.19-.76-.26-1.14-.04-.02-.07-.06-.08-.11-.01-.053.01-.11.05-.15-.06-.355-.11-.71-.13-1.07l-.01.01c-.1.022-.2-.04-.22-.138-.02-.1.04-.2.14-.22.03-.01.05 0 .08.01-.03-.64-.02-1.28.05-1.908-.03-.02-.05-.04-.06-.08-.02-.078.02-.14.08-.18.08-.655.23-1.297.42-1.93-.02.02-.04.05-.08.055-.1.02-.2-.04-.22-.14-.025-.1.035-.195.134-.22.09-.02.174.04.203.12.07-.22.15-.434.233-.65-.02-.02-.05-.05-.06-.08-.02-.1.04-.196.14-.22.02-.003.03.007.04.007.23-.55.49-1.08.8-1.6C4.81 2 3.69 2.79 2.8 3.694c.006.01.02.02.02.03.02.1-.04.2-.135.22-.04.01-.083 0-.12-.02-.15.17-.3.34-.435.51.08 0 .15.05.17.13.02.1-.04.2-.14.22-.09.02-.17-.03-.21-.12-.15.2-.29.41-.42.62.01 0 .013-.02.025-.02.1-.02.2.04.22.14.023.1-.04.2-.137.22-.1.03-.2-.04-.22-.14v-.03c-.13.22-.248.436-.35.658.08 0 .16.04.18.13.02.095-.04.193-.14.22-.07.01-.128-.02-.17-.067-.09.21-.17.43-.24.64.003.01.02.02.02.03.02.08-.03.16-.104.2C.46 7.89.35 8.51.33 9.14c.09-.01.18.04.2.13.02.093-.04.19-.14.214-.02.005-.04-.008-.065-.01.004 1.23.305 2.487.923 3.72.098-.02.195.04.218.14.02.064-.01.12-.06.163.29.532.65 1.06 1.06 1.58.07.015.13.054.14.127.01.01 0 .03 0 .04.158.187.32.37.49.553-.022-.094.04-.192.136-.214.1-.02.2.04.22.133.02.1-.04.2-.14.22-.04.01-.076-.004-.108-.02 1.166 1.226 2.7 2.37 4.63 3.374 1.233.64 2.555 1.567 2.79 2.594L11 23.36l6.677-1.54-.33-1.436c-.235-1.027.546-2.44 1.376-3.556 6.74-9.073 2.195-17-6.345-16.83"/>
</svg>
The only issue seems to be that both elements have same id, other than that it seems like a valid code to me
<label for="id_icon-balloon1">
<svg class="icon" id="icon-balloon">
<use xlink:href="#icon-balloon"></use>
</svg>
</label>
<svg width="0" height="0" class="hide">
<symbol id="_icon-balloon" viewBox="0 0 22 29">
<title>Balloon</title>
<path d="M11.65 25.56c.618 2.323.54 3.146 2.706 2.646l2.435-.563c2.17-.5 1.74-1.203 1.28-3.562l-6.41 1.48zm1.096-6.03c-.097.02-.195-.04-.217-.137-.03-.098.03-.196.13-.218.1-.024.19.038.22.136.02.1-.04.2-.14.22m-.53-1.49c-.02-.1.04-.19.14-.22.1-.02.19.04.21.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.13m.01 2.33c-.1.03-.2-.03-.22-.13-.03-.1.03-.19.13-.22.1-.02.2.04.22.14.02.1-.04.2-.14.22m-.53-1.49c-.02-.1.04-.2.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22-.1.03-.19-.04-.22-.13m-.31-1.35c-.02-.1.04-.19.14-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14m-.1-1.22c-.1.02-.2-.04-.22-.14-.03-.1.04-.19.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.02-.09.04-.19.14-.21.09-.02.19.04.21.14.02.1-.04.2-.14.22m-.53-1.5c-.03-.09.03-.19.13-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14m-.1-1.22c-.1.03-.2-.03-.22-.13-.02-.1.04-.19.14-.22.1-.02.2.04.22.14.02.1-.04.2-.14.22M10.21 18c-.1.02-.2-.04-.22-.14-.025-.1.04-.194.135-.22.1-.02.2.04.22.14.02.095-.04.194-.14.215m-.53-1.5c-.02-.097.04-.194.14-.217.1-.03.19.04.22.13.02.1-.04.196-.14.22-.1.02-.196-.04-.22-.14m-.3-1.353c-.02-.1.04-.197.138-.22.098-.025.197.036.22.134.02.1-.04.2-.136.22-.1.02-.2-.04-.22-.14m.01 2.33c-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22.1-.03.197.04.22.13.02.1-.04.19-.14.22m-.53-1.49c-.02-.1.04-.2.14-.22.097-.03.195.03.217.13.02.1-.04.19-.138.22-.1.02-.2-.04-.22-.14m-.31-1.36c-.027-.1.034-.2.132-.22.1-.03.197.04.22.13.023.1-.04.19-.14.22-.095.02-.193-.04-.215-.14m-.09-1.22c-.1.02-.2-.04-.22-.14-.027-.1.035-.2.132-.22.1-.03.196.04.22.13.024.1-.04.2-.137.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.092-.02.192.04.213.14.03.09-.03.19-.13.22m-.52-1.49c-.02-.1.04-.2.14-.22.1-.03.2.04.22.13.02.1-.04.19-.14.22-.1.02-.19-.04-.22-.14M7.4 12.7c-.02-.1.04-.2.14-.22.1-.02.2.04.22.14.03.093-.04.19-.13.22-.093.02-.193-.04-.22-.14m-.09-1.22c-.1.02-.2-.04-.22-.14-.02-.1.04-.197.14-.22.1-.03.2.033.22.13.02.1-.04.197-.133.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.03-.096.033-.194.13-.217.1-.023.2.04.22.137.025.1-.04.2-.135.22m-.52-1.48c-.026-.1.04-.19.135-.22.1-.02.2.04.22.14.026.1-.04.2-.135.22-.1.02-.196-.04-.22-.14m-.31-1.36c-.02-.09.04-.19.14-.21.1-.022.2.04.22.137.025.1-.04.193-.134.22-.1.02-.2-.04-.22-.14M5.95 9.5c-.02-.1.04-.196.14-.22.1-.02.196.04.22.14.03.09-.03.19-.13.21-.1.02-.196-.04-.22-.14m-.09-1.21c-.098.02-.196-.04-.22-.14-.02-.1.04-.2.137-.22.1-.02.196.04.22.14.02.093-.04.19-.136.22m-.32-1.37c-.09.022-.19-.038-.21-.137-.02-.09.04-.19.14-.21.1-.02.2.04.22.14.02.096-.04.194-.14.22M6 5.733c.1-.026.2.035.22.133.03.1-.04.195-.13.22-.09.02-.19-.04-.21-.14-.02-.1.04-.195.14-.22m.21-2.19c.1-.02.2.04.22.14.02.1-.04.196-.14.22-.09.02-.19-.04-.21-.14-.02-.096.04-.194.137-.22m.53 1.495c.027.1-.04.2-.133.22-.1.02-.196-.04-.22-.14-.022-.09.04-.19.137-.21.1-.02.2.04.22.14m-.02-2.32c.1-.02.2.04.22.14.03.1-.04.2-.13.22-.1.02-.2-.04-.22-.13-.02-.1.04-.19.14-.22m.53 1.49c.03.1-.03.2-.13.22-.1.02-.2-.04-.22-.13-.03-.1.04-.2.13-.22.1-.02.2.04.22.14m-.02-2.35c.1-.02.2.04.22.14.02.1-.04.2-.14.22-.1.03-.19-.04-.22-.13-.02-.1.04-.2.14-.22m.32 1.35c.1-.03.2.03.22.13.02.09-.04.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m.21-2.19c.1-.03.2.04.22.13.03.1-.04.2-.13.22-.09.03-.19-.04-.21-.13-.02-.1.04-.19.14-.22m.53 1.5c.02.1-.04.2-.13.22-.1.02-.2-.04-.22-.14-.02-.09.04-.19.14-.21.1-.02.2.04.22.14m.31 1.36c.03.1-.03.2-.13.22-.09.03-.19-.04-.21-.13-.03-.1.04-.19.14-.22.1-.02.2.04.22.14m-.01-2.33c.1-.02.2.04.22.14.03.1-.04.19-.13.22-.1.02-.19-.04-.22-.14-.02-.1.04-.2.14-.22M9 2.95c.1-.02.2.04.22.14.02.09-.033.19-.13.21-.1.02-.196-.04-.22-.14-.02-.1.04-.19.14-.22m.52 1.5c.03.1-.04.2-.13.22-.1.03-.2-.03-.22-.13-.02-.1.04-.2.14-.22.09-.022.19.04.21.138m.31 1.36c.02.094-.04.19-.14.214-.1.02-.196-.04-.22-.14-.02-.096.04-.195.14-.217.1-.02.19.04.22.14m.31 1.354c.02.1-.04.19-.14.22-.1.02-.19-.04-.21-.14-.024-.1.04-.19.136-.22.1-.02.2.04.22.14m.31 1.36c.028.1-.033.2-.13.22-.1.03-.2-.04-.22-.13-.03-.1.04-.2.13-.22.1-.03.2.04.22.13m.31 1.35c.03.1-.036.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.094-.03.19.04.214.13m.32 1.35c.02.1-.04.192-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.092-.02.19.04.22.133m-.127 3.41c.1-.02.195.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.13-.022-.1.04-.198.138-.22m-.31-1.35c.1-.02.2.04.22.14.02.1-.04.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m-.45-1.14c-.02-.1.04-.19.14-.22.1-.02.2.04.22.14.02.1-.04.2-.14.22-.1.02-.19-.04-.21-.14m-.07 1.97c.1-.02.2.04.22.14.02.092-.04.19-.133.22-.1.02-.2-.04-.22-.14-.025-.1.04-.2.14-.22m-.33-1.37c.1-.02.195.04.22.14.02.1-.04.2-.137.22-.1.02-.2-.04-.22-.138-.02-.1.04-.19.14-.22m-.45-1.14c-.02-.09.04-.19.14-.22.1-.02.2.04.22.14.03.1-.03.2-.13.22-.1.03-.19-.04-.22-.13m-.07 1.97c.1-.02.2.04.22.14.03.1-.04.2-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.19.14-.22M9 12.24c.1-.02.19.04.22.14.02.1-.04.193-.14.22-.093.02-.19-.04-.213-.14-.03-.1.03-.2.13-.22m-.32-1.35c.1-.027.195.04.22.133.02.1-.04.2-.14.22-.1.02-.193-.04-.22-.133-.02-.1.04-.2.14-.22M8.2 9.75c-.02-.1.04-.194.14-.22.1-.02.197.04.22.14.02.095-.04.193-.14.22-.1.02-.193-.04-.22-.14m-.07 1.97c.1-.03.195.04.22.13.02.1-.04.19-.138.22-.1.02-.196-.04-.22-.14-.02-.1.04-.2.137-.22m-.32-1.37c.1-.02.19.04.22.14.02.1-.04.192-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.197.13-.22m-.36-1.38c.09-.022.19.04.22.138.02.098-.04.196-.14.22-.1.022-.2-.04-.22-.138-.02-.1.04-.197.14-.22m-.02-3.19c-.1.023-.2-.038-.22-.136-.03-.1.03-.197.13-.22.1-.023.19.04.22.137.02.1-.04.2-.14.22m.44 1.14c.02.1-.04.2-.14.22-.1.03-.2-.04-.22-.13-.02-.1.04-.19.13-.22.1-.02.19.04.22.14m.07-1.97c-.1.03-.2-.04-.22-.13-.02-.1.04-.2.14-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m.25 3.32c.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.03-.09.04-.19.13-.22.1-.02.19.04.22.14m.07-1.97c-.1.02-.2-.04-.22-.14-.02-.1.04-.19.14-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m.45 1.14c.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.03-.19.13-.22.09-.02.19.04.21.14m.07-1.97c-.1.02-.2-.04-.22-.14-.02-.09.04-.19.14-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m.32 1.35c-.1.03-.2-.03-.22-.13-.03-.1.04-.19.14-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22m-.21 2.19c-.1.02-.2-.04-.22-.14-.03-.09.04-.19.13-.21.1-.02.19.04.22.14.02.1-.04.2-.14.22m.23 1c.09-.02.19.04.21.14.02.1-.04.19-.14.22-.1.02-.19-.04-.22-.14-.02-.1.04-.2.13-.22m.29-1.83c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.02.193.04.22.14.02.1-.04.2-.14.22m.54 2.35c.1-.02.2.04.22.14.023.1-.04.2-.138.22-.1.03-.2-.04-.22-.13-.02-.1.04-.19.135-.22m-.23-1c-.097.03-.19-.04-.217-.13-.02-.09.04-.19.14-.21.09-.02.19.04.21.14.03.1-.04.2-.13.22M7 7.83c-.022-.1.04-.2.137-.22.098-.026.196.04.218.134.024.1-.038.19-.135.22-.1.02-.197-.04-.22-.14m-.07 1.97c.095-.02.194.04.218.13.022.1-.04.19-.138.22-.098.02-.197-.04-.217-.14-.026-.1.036-.2.136-.22m-.25-3.32c-.03-.1.04-.2.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14m-.31.97c-.1.03-.2-.04-.22-.13-.02-.09.04-.19.14-.21.1-.02.2.04.22.14.02.1-.04.2-.14.22m.23 1c.1-.02.19.04.22.14.02.1-.04.197-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.193.13-.22m4.7 4.098c.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.03.19.03.22.13m.31 1.36c.02.09-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.03.2.03.22.13m.31 1.36c.02.09-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.028.19.033.21.13m.32 1.36c.03.1-.04.2-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.19.13-.22.1-.02.19.04.21.14M10 20.17c-.1.02-.194-.04-.22-.137-.02-.1.04-.193.14-.22.1-.02.198.04.22.14.02.1-.04.2-.135.22m-.84-.52c-.1.02-.2-.04-.22-.135-.02-.1.04-.197.14-.22.1-.02.195.04.22.14.02.1-.04.2-.14.22m-.834-.52c-.1.02-.19-.04-.22-.14-.02-.097.04-.195.14-.218.1-.03.2.032.22.13.02.1-.04.196-.14.22m-.83-.53c-.1.022-.19-.04-.22-.136-.02-.1.04-.196.14-.22.1-.02.2.04.22.14.02.1-.04.196-.14.22M7 17.1c-.023-.096.037-.195.136-.217.1-.023.196.038.22.135.022.1-.04.198-.138.22-.098.022-.197-.038-.22-.137m-.3.98c-.1.02-.197-.04-.22-.13-.022-.1.04-.19.136-.22.098-.02.196.04.22.14.02.1-.04.2-.137.22m-.533-1.49c-.02-.09.04-.19.138-.21.098-.02.195.04.218.14.023.1-.038.2-.136.22-.1.02-.197-.04-.22-.14m-.312-1.35c-.023-.1.04-.19.137-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.13m.01 2.32c-.1.03-.2-.03-.22-.13-.03-.1.04-.2.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22m-.53-1.49c-.03-.09.04-.19.14-.22.1-.02.19.04.21.14.02.1-.04.2-.14.22-.1.03-.2-.04-.22-.13M5 14.73c-.02-.1.04-.2.136-.22.1-.02.197.04.22.14.02.1-.04.19-.138.22-.1.02-.197-.04-.22-.14m.01 2.322c-.098.02-.196-.04-.22-.14-.02-.1.04-.2.137-.22.1-.02.197.04.22.14.02.1-.04.19-.136.21m-.53-1.5c-.02-.1.04-.2.14-.22.09-.024.19.04.21.136.03.09-.04.19-.13.22-.1.02-.2-.04-.22-.14m-.31-1.35c-.03-.1.04-.2.14-.22.1-.02.19.04.22.13.02.1-.03.2-.13.22-.1.02-.2-.04-.22-.14m.01 2.32c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.02.19.04.21.13.02.1-.04.2-.14.22M3.64 15c-.02-.093.04-.19.14-.213.1-.025.19.037.22.135.02.1-.04.195-.14.22-.1.02-.2-.04-.22-.14m-.31-1.355c-.03-.1.04-.2.13-.22.1-.02.2.04.22.14.02.1-.04.198-.14.22-.1.025-.2-.04-.22-.134m-.097-1.22c-.093.024-.19-.04-.213-.136-.025-.095.036-.193.135-.215.096-.023.196.037.22.135.02.1-.04.196-.14.22m-.206 2.19c-.1.02-.2-.04-.22-.14-.03-.1.04-.194.13-.22.09-.02.19.04.22.14.02.1-.05.2-.14.22m-.52-1.48c-.02-.094.04-.192.13-.215.09-.02.19.04.22.14.02.097-.04.196-.14.22-.1.022-.2-.04-.22-.138M2.4 11.94c-.1.023-.193-.04-.22-.137-.02-.1.04-.198.14-.22.1-.02.197.04.22.137.02.1-.04.2-.135.22m-.21 2.19c-.095.02-.193-.04-.22-.14-.02-.1.04-.19.14-.22.1-.02.197.04.22.14.024.1-.04.2-.136.22m-.53-1.49c-.03-.1.04-.19.13-.22.09-.02.19.04.22.14.02.1-.04.2-.14.22-.1.03-.2-.03-.22-.13m-.31-1.35c-.02-.09.04-.19.14-.21.09-.025.19.04.22.133.02.1-.04.193-.14.22-.1.02-.2-.04-.22-.14m-.1-1.22c-.1.025-.19-.036-.22-.135-.02-.1.04-.196.14-.22.1-.02.2.04.22.14.02.096-.04.195-.14.22m-.21 2.185c-.1.02-.19-.04-.22-.14-.02-.1.04-.2.14-.22.1-.02.2.04.22.134.03.1-.04.2-.13.22m-.53-1.49c-.02-.1.04-.2.14-.22.1-.027.2.034.22.132.03.1-.03.2-.13.22-.1.02-.19-.04-.21-.14m.34-2.4c.1-.02.19.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22m.52-.84c.1-.03.2.04.22.13.03.1-.03.2-.13.22-.09.02-.19-.04-.21-.14-.02-.1.04-.2.13-.22m.31 1.35c.1-.02.2.04.22.14.03.1-.03.19-.13.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m.21-2.19c.1-.02.2.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m.32 3.68c.03.1-.03.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.02.19.04.21.14m-.01-2.33c.09-.03.19.03.22.13.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m.2-2.19c.1-.02.19.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.14-.22m.31 1.35c.1-.03.2.04.22.13.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22m.2-2.2c.1-.03.2.03.22.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m.52 1.49c.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.026-.1.04-.2.133-.22.1-.02.2.04.22.13m0-2.32c.1-.02.2.04.22.132.02.1-.04.2-.14.22-.09.03-.19-.03-.21-.13-.03-.1.04-.19.13-.22M4 5.642c.02.1-.04.2-.14.22-.09.02-.19-.04-.21-.13-.03-.1.03-.19.13-.22.1-.02.19.04.22.14M4 3.33c.096-.02.194.04.217.14.022.1-.04.2-.136.22-.1.02-.19-.04-.22-.133-.02-.1.04-.196.14-.22m.53 1.494c.03.1-.03.2-.13.22-.1.02-.19-.04-.22-.13-.02-.1.04-.19.14-.22.1-.02.2.04.22.14M4.53 2.5c.1-.024.2.04.22.136.03.098-.04.196-.13.22-.09.022-.19-.04-.22-.138-.02-.1.04-.2.14-.22M4.2 7.23c-.1.025-.2-.036-.22-.135-.023-.098.04-.196.136-.218.1-.024.198.038.22.136.022.098-.04.196-.137.22m-.19 5.377c.09-.022.19.038.21.137.02.098-.04.196-.14.22-.09.022-.19-.04-.21-.138-.03-.1.03-.2.13-.22m-.31-1.36c.1-.03.2.03.22.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m.21-2.19c.09-.03.19.04.22.13.02.09-.04.19-.14.22-.1.02-.2-.04-.22-.14-.03-.1.04-.2.13-.22m-.23-1c-.1.02-.2-.04-.22-.14-.03-.1.04-.2.14-.22.09-.02.19.04.21.14.02.09-.04.19-.14.21m-.29 1.84c.09-.03.19.03.21.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m-.45-1.14c-.02-.1.04-.2.13-.22.1-.03.2.04.22.13.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14m-.3.97c-.1.02-.2-.04-.22-.14-.02-.1.04-.2.13-.22.1-.02.2.04.22.14.02.1-.04.19-.14.22m.23 1c.1-.02.19.04.22.14.02.09-.04.19-.14.21-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22m1.57-.18c.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.09-.03.19.04.22.13m.09 1.22c.09-.02.19.04.22.14.02.1-.04.19-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22M5 13.19c.023.1-.04.2-.137.22-.1.02-.198-.04-.22-.14-.02-.1.04-.2.14-.22.1-.02.2.04.22.13m.614.386c.1-.02.2.04.22.14.02.1-.04.2-.14.22-.1.02-.2-.04-.22-.14-.02-.1.04-.19.14-.22M12.38.01c5.825 3.736 7.257 11.643 3.944 19.74l-.93.213C19.1 11.43 17.304 3.35 11 .1c-.458.053-.926.13-1.403.226l4.598 19.915-.753.17L8.846.5c-.472.118-.928.256-1.363.408-.805 1.082-1.386 2.25-1.754 3.474.07.005.14.048.16.127.02.09-.04.19-.14.21-.04.01-.08-.01-.11-.02-.35 1.3-.46 2.66-.33 4.05.07.01.13.05.15.13.02.09-.04.18-.13.21.04.34.1.69.17 1.04.02-.01.03-.03.05-.04.09-.03.19.04.22.13.02.1-.04.19-.14.22-.03 0-.05-.01-.08-.02.08.34.17.68.28 1.03.01-.01.01-.02.02-.02.09-.02.19.04.21.13.02.1-.04.2-.14.22h-.01c.11.35.25.7.39 1.05.02.02.05.05.06.09 0 .01-.01.03-.01.05.24.58.53 1.17.85 1.74.02-.03.05-.05.08-.06.1-.03.2.03.22.13.02.09-.04.18-.13.21.31.52.65 1.04 1.02 1.55.01 0 .02-.02.03-.02.1-.02.2.04.22.13.02.06-.01.12-.06.16.54.72 1.15 1.42 1.81 2.11.01-.01.01-.02.02-.02.1-.02.19.04.22.14.01.04-.01.07-.02.11.16.16.33.33.5.49-.03-.1.03-.19.13-.22.1-.02.19.04.22.14.02.1-.04.2-.14.22-.03.01-.06-.01-.09-.02.3.28.61.57.93.85l-.93.21c-.12-.1-.22-.2-.33-.31-.03.05-.06.08-.12.09-.1.03-.2-.03-.22-.13-.01-.08.03-.15.09-.19-.95-.9-1.81-1.84-2.55-2.81.02.1-.04.19-.13.22-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22.04-.01.09 0 .12.02-.4-.53-.76-1.07-1.09-1.61-.03.03-.06.06-.1.07-.1.02-.2-.04-.22-.14-.02-.1.04-.2.14-.22h.01c-.57-.95-1.04-1.91-1.4-2.88-.1.01-.19-.04-.21-.14-.02-.08.02-.15.09-.19-.13-.36-.24-.72-.34-1.08-.03-.027-.06-.055-.07-.09-.01-.04 0-.07.02-.107-.1-.38-.19-.76-.26-1.14-.04-.02-.07-.06-.08-.11-.01-.053.01-.11.05-.15-.06-.355-.11-.71-.13-1.07l-.01.01c-.1.022-.2-.04-.22-.138-.02-.1.04-.2.14-.22.03-.01.05 0 .08.01-.03-.64-.02-1.28.05-1.908-.03-.02-.05-.04-.06-.08-.02-.078.02-.14.08-.18.08-.655.23-1.297.42-1.93-.02.02-.04.05-.08.055-.1.02-.2-.04-.22-.14-.025-.1.035-.195.134-.22.09-.02.174.04.203.12.07-.22.15-.434.233-.65-.02-.02-.05-.05-.06-.08-.02-.1.04-.196.14-.22.02-.003.03.007.04.007.23-.55.49-1.08.8-1.6C4.81 2 3.69 2.79 2.8 3.694c.006.01.02.02.02.03.02.1-.04.2-.135.22-.04.01-.083 0-.12-.02-.15.17-.3.34-.435.51.08 0 .15.05.17.13.02.1-.04.2-.14.22-.09.02-.17-.03-.21-.12-.15.2-.29.41-.42.62.01 0 .013-.02.025-.02.1-.02.2.04.22.14.023.1-.04.2-.137.22-.1.03-.2-.04-.22-.14v-.03c-.13.22-.248.436-.35.658.08 0 .16.04.18.13.02.095-.04.193-.14.22-.07.01-.128-.02-.17-.067-.09.21-.17.43-.24.64.003.01.02.02.02.03.02.08-.03.16-.104.2C.46 7.89.35 8.51.33 9.14c.09-.01.18.04.2.13.02.093-.04.19-.14.214-.02.005-.04-.008-.065-.01.004 1.23.305 2.487.923 3.72.098-.02.195.04.218.14.02.064-.01.12-.06.163.29.532.65 1.06 1.06 1.58.07.015.13.054.14.127.01.01 0 .03 0 .04.158.187.32.37.49.553-.022-.094.04-.192.136-.214.1-.02.2.04.22.133.02.1-.04.2-.14.22-.04.01-.076-.004-.108-.02 1.166 1.226 2.7 2.37 4.63 3.374 1.233.64 2.555 1.567 2.79 2.594L11 23.36l6.677-1.54-.33-1.436c-.235-1.027.546-2.44 1.376-3.556 6.74-9.073 2.195-17-6.345-16.83"/>
</symbol>
(...) //other icons
</svg>
maybe add to your svg tags:
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
as they help to ensure it works in all browsers etc.