I have a SVG that I want to use as the background for a website, I made it so that the SVG itself repeats and fills up the screen. I also rotated the pattern -25 degrees in order to achieve the effect that I wanted. I took the whole SVG, encoded it using an online URL-encoder and made it the background-image of an element.
Problem:
The pattern looks great on Firefox, but on Safari, the SVG pattern looks blurry/pixelated on both macOS and iOS.
Screenshot of SVG Pattern on Firefox
Screenshot of SVG Pattern on Safari
Example up on CodePen
<svg version="1.1" id="BlackOnBlackPattern" width="100%" height="100%" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<defs id="defs7"/>
<pattern id="pattern" x="0" y="0" width="512" height="512" patternTransform="rotate(-25)" patternUnits="userSpaceOnUse">
<path id="blackSquare" style="fill:#000000" d="M 0,384 V 256 H 128 256 V 128 0 H 384 512 V 128 256 H 384 256 V 384 512 H 128 0 Z" />
<path id="logoBird" style="fill:#000000;stroke-width:0.680128" d="m 129.64298,40.000872 c -9.21804,0.03838 -18.59563,1.456395 -27.85009,4.403021 C 88.498002,48.636982 77.894858,54.853476 67.654423,64.420807 50.405565,80.535864 41.234652,100.07299 40.094015,123.13291 c -1.213221,24.52736 9.377815,49.56649 28.161493,66.57969 3.057867,2.76963 7.493507,6.27893 9.856924,7.79847 5.872595,3.77573 6.702193,3.52936 8.86867,-2.63686 l 1.75857,-5.00519 0.0094,-26.02708 c 0.01049,-25.11511 0.06724,-26.21112 1.596113,-31.29034 1.942724,-6.45424 3.259875,-8.96541 7.347003,-14.00287 1.748214,-2.15469 3.178692,-4.26503 3.178692,-4.68976 0,-1.77256 -2.232527,-3.61866 -5.268931,-4.35481 -5.352708,-1.2977 -8.390585,-3.15065 -10.296911,-6.28258 -0.969515,-1.59281 -1.762633,-3.71266 -1.762633,-4.710626 0,-1.741713 0.06183,-1.772779 1.540606,-0.77554 2.011443,1.356475 13.522274,1.471495 15.393929,0.153803 2.11787,-1.491029 0.75915,-3.647459 -3.418319,-5.426211 -4.481984,-1.908443 -5.962952,-3.925071 -6.701249,-9.122771 -0.309343,-2.177873 -1.041901,-4.852565 -1.627256,-5.942377 -1.298632,-2.417897 -0.58623,-2.540303 3.549635,-0.612624 1.61468,0.752577 3.77541,2.430399 4.803231,3.727843 2.371759,2.993897 5.619358,4.908066 8.328508,4.911355 4.6624,0.0069 5.03416,-3.701391 1.00451,-10.007812 -2.9553,-4.625079 -3.87886,-8.484827 -1.55956,-6.518495 0.66714,0.565614 2.84522,1.815329 4.83977,2.777632 4.37796,2.112169 5.50175,3.634048 6.49278,8.795604 1.2003,6.251496 2.82391,8.292483 6.59698,8.292483 2.84562,0 5.81535,-2.461849 5.79964,-4.807082 -0.007,-0.842555 -0.44966,-3.332537 -0.98691,-5.531802 -0.53735,-2.199255 -0.8713,-4.099913 -0.74188,-4.224447 0.12941,-0.124524 0.90057,0.116604 1.71392,0.535716 1.73794,0.895544 2.10334,1.743493 5.30683,12.334451 1.91179,6.320658 2.86585,8.424307 4.47695,9.868342 2.648,2.373347 6.04559,2.461492 8.74547,0.225493 2.97024,-2.459893 2.67974,-5.99289 -1.06407,-12.965321 -1.64383,-3.061467 -2.82293,-5.725786 -2.62093,-5.920227 1.25067,-1.204157 17.29143,15.096115 19.8357,20.156394 1.68357,3.348439 1.84464,9.344059 0.34388,12.802389 -0.5751,1.3251 -2.13462,3.86784 -3.46572,5.65172 -1.33106,1.78385 -2.42058,3.50646 -2.42058,3.82818 0,0.32172 1.07814,2.30811 2.39486,4.41346 1.31674,2.10535 2.75411,5.5202 3.19493,7.58861 0.68757,3.2263 1.32054,4.23465 4.45535,7.09723 2.00968,1.83527 4.78314,4.78598 6.16242,6.55759 4.446,5.71057 3.01595,7.53159 -4.77075,6.07665 -6.79305,-1.26938 -10.29442,-1.20507 -11.62362,0.21237 -1.41968,1.51408 -2.85846,7.05014 -2.33796,8.99633 0.22293,0.83343 2.63244,4.21456 5.35422,7.51433 5.26001,6.37714 9.23075,13.38707 13.42281,23.69783 1.41767,3.48697 2.84312,6.60571 3.16787,6.93039 1.83629,1.83572 21.15877,-15.28758 27.28826,-24.18271 9.79595,-14.21573 14.73692,-28.73015 15.48329,-45.4796 0.40615,-9.11498 -0.41442,-16.89883 -2.64663,-25.10423 C 206.51682,65.570109 169.58784,39.834701 129.6429,40.000799 Z m 0.33981,4.057607 c 36.17205,0 68.93348,22.414671 80.94839,55.383139 3.53162,9.690692 4.59635,15.932242 4.60423,27.028102 0.0157,18.46361 -5.07202,33.85913 -16.0302,48.5127 -3.85717,5.15791 -13.59136,14.74323 -18.05954,17.78415 -2.11881,1.44201 -2.28261,1.46091 -2.70215,0.31932 -3.50764,-9.54505 -9.09707,-19.53483 -14.83073,-26.50674 -4.34649,-5.28507 -4.83345,-6.16553 -4.43096,-8.00832 0.24864,-1.13873 0.7098,-2.33408 1.02481,-2.65772 0.32987,-0.33872 2.80982,-0.26806 5.84701,0.16672 8.20879,1.17551 10.56234,1.00878 12.52796,-0.88373 1.0007,-0.96348 1.70018,-2.40634 1.69494,-3.50364 -0.0109,-2.84955 -3.57141,-8.21029 -8.18636,-12.32403 -3.63685,-3.24184 -4.28996,-4.21322 -5.24188,-7.79064 -0.5981,-2.24781 -1.85041,-5.53441 -2.78202,-7.3045 l -1.6936,-3.21818 2.13495,-3.29899 c 5.06087,-7.81999 5.80285,-14.26131 2.38807,-20.726001 -2.14527,-4.061307 -9.83387,-12.634487 -16.14527,-18.003103 -5.97051,-5.07863 -7.46455,-5.881945 -9.23688,-4.968703 -2.88894,1.488611 -2.64115,5.765255 0.70261,12.142828 2.28346,4.355264 2.63543,7.717995 0.87588,8.368074 -1.87962,0.694468 -3.52211,-2.050447 -6.21386,-10.384504 -3.09619,-9.586068 -3.91124,-11.1484 -6.47924,-12.426968 -2.68712,-1.337803 -7.55948,-1.342868 -8.09159,-0.0075 -0.22031,0.552842 0.13125,2.897052 0.78115,5.208535 1.35351,4.814278 1.20574,7.361666 -0.44405,7.664219 -1.22299,0.224294 -2.16489,-1.933526 -2.99998,-6.870423 -0.70793,-4.185096 -3.24541,-7.302962 -7.61777,-9.362597 -2.12525,-1.001114 -4.50175,-2.683158 -5.28112,-3.736961 -1.00434,-1.357979 -2.00419,-1.916059 -3.43321,-1.916059 -4.824851,0 -5.601177,7.643229 -1.4147,13.924639 2.73023,4.096455 2.53457,5.790327 -0.31679,2.745051 -5.734741,-6.124736 -9.02434,-7.955952 -14.336614,-7.979657 -2.687222,-0.01211 -3.469626,0.26897 -4.348368,1.560213 -1.158629,1.702511 -0.881886,3.055999 1.1805,5.782056 0.700599,0.926068 1.467598,3.32856 1.704422,5.338877 0.47155,4.00334 2.492113,8.512228 4.077607,9.098016 0.554603,0.204899 1.008572,0.640669 1.008572,0.968442 0,1.02671 -2.337887,0.643076 -4.505404,-0.739036 -4.299778,-2.741716 -7.289226,-0.825576 -7.261714,4.653276 0.03057,6.066906 5.149227,12.492876 11.203944,14.062826 5.903135,1.53062 5.773001,1.21032 2.306849,5.64258 -3.726939,4.76572 -5.565838,9.13762 -7.439059,17.68505 -1.288518,5.87941 -1.358435,7.93967 -0.958482,28.36286 0.346564,17.69787 0.241462,22.78845 -0.538804,25.92018 -0.534035,2.1434 -1.269046,4.18327 -1.632669,4.53336 -0.970853,0.93473 -8.098208,-4.46368 -14.499065,-10.98151 C 40.16197,155.12747 36.462617,113.16696 58.812837,80.896297 74.584479,58.124198 101.75849,44.058494 129.98279,44.058494 Z m 13.07894,82.854411 c -0.24205,-0.0125 -0.49103,-0.007 -0.74728,0.0177 -4.62221,0.44466 -6.0251,6.12215 -2.02663,8.20124 2.16058,1.12347 4.1384,0.74217 5.81046,-1.11966 2.53349,-2.82102 0.59395,-6.92306 -3.03655,-7.09984 z m -0.54017,2.77632 c 0.94864,0.0789 1.95196,1.17436 1.55551,2.16893 -0.20879,0.52378 -0.82431,0.95151 -1.36731,0.95151 -1.30519,0 -2.02119,-1.89781 -1.06408,-2.81934 0.25019,-0.24087 0.55968,-0.32736 0.87588,-0.3011 z" />
<path id="logoBird-5" style="fill:#000000;stroke-width:0.680128" d="m 389.64318,300.00088 c -9.21807,0.0383 -18.59568,1.4564 -27.85016,4.40302 -13.29492,4.23309 -23.89808,10.44958 -34.13854,20.01692 -17.2489,16.11505 -26.41983,35.65218 -27.56047,58.71209 -1.21322,24.52736 9.37784,49.56649 28.16156,66.57969 3.05787,2.76963 7.49352,6.27894 9.85694,7.79847 5.87261,3.77573 6.70221,3.52937 8.86869,-2.63686 l 1.75858,-5.00519 0.009,-26.02708 c 0.0105,-25.1151 0.0672,-26.21112 1.59611,-31.29034 1.94273,-6.45424 3.25988,-8.9654 7.34702,-14.00287 1.74822,-2.15469 3.1787,-4.26503 3.1787,-4.68976 0,-1.77256 -2.23253,-3.61866 -5.26894,-4.35481 -5.35272,-1.2977 -8.3906,-3.15065 -10.29694,-6.28257 -0.96951,-1.59282 -1.76263,-3.71267 -1.76263,-4.71063 0,-1.74171 0.0618,-1.77278 1.54061,-0.77554 2.01144,1.35647 13.5223,1.47149 15.39395,0.1538 2.11788,-1.49103 0.75915,-3.64745 -3.41831,-5.4262 -4.482,-1.90845 -5.96297,-3.92507 -6.70127,-9.12277 -0.30935,-2.17788 -1.04191,-4.85258 -1.62726,-5.94239 -1.29863,-2.41789 -0.58624,-2.54029 3.54964,-0.61262 1.61469,0.75258 3.77542,2.43041 4.80325,3.72785 2.37176,2.9939 5.61936,4.90806 8.32852,4.91135 4.66241,0.007 5.03417,-3.70139 1.00451,-10.00781 -2.95531,-4.62508 -3.87887,-8.48483 -1.55957,-6.51849 0.66715,0.56561 2.84524,1.81532 4.83979,2.77762 4.37797,2.11217 5.50176,3.63405 6.49279,8.7956 1.2003,6.25151 2.82392,8.29249 6.597,8.29249 2.84562,0 5.81536,-2.46184 5.79965,-4.80708 -0.007,-0.84255 -0.44967,-3.33253 -0.98691,-5.5318 -0.53736,-2.19926 -0.8713,-4.09992 -0.74189,-4.22445 0.12942,-0.12453 0.90058,0.11661 1.71393,0.53572 1.73795,0.89554 2.10335,1.74349 5.30684,12.33445 1.91179,6.32066 2.86586,8.4243 4.47696,9.86834 2.64801,2.37334 6.0456,2.46149 8.7455,0.22549 2.97024,-2.45989 2.67974,-5.99288 -1.06408,-12.96532 -1.64384,-3.06146 -2.82294,-5.72578 -2.62094,-5.92023 1.25068,-1.20416 17.29147,15.09612 19.83575,20.1564 1.68357,3.34843 1.84465,9.34405 0.34388,12.80238 -0.57511,1.3251 -2.13462,3.86784 -3.46572,5.65172 -1.33107,1.78386 -2.42059,3.50646 -2.42059,3.82818 0,0.32172 1.07813,2.30811 2.39486,4.41346 1.31674,2.10535 2.75412,5.5202 3.19494,7.58862 0.68757,3.22629 1.32054,4.23464 4.45536,7.09722 2.00968,1.83527 4.78315,4.78599 6.16244,6.5576 4.446,5.71057 3.01595,7.53158 -4.77077,6.07665 -6.79306,-1.26938 -10.29444,-1.20508 -11.62365,0.21236 -1.41968,1.51408 -2.85846,7.05014 -2.33796,8.99633 0.22293,0.83344 2.63245,4.21456 5.35424,7.51433 5.26001,6.37714 9.23076,13.38708 13.42284,23.69783 1.41766,3.48697 2.84312,6.60572 3.16787,6.93039 1.83629,1.83572 21.15881,-15.28758 27.28833,-24.18271 9.79596,-14.21573 14.73695,-28.73014 15.48332,-45.4796 0.40615,-9.11498 -0.41443,-16.89883 -2.64664,-25.10423 -10.73614,-39.46578 -47.66521,-65.20119 -87.61023,-65.0351 z m 0.33981,4.05761 c 36.17213,0 68.93363,22.41467 80.94857,55.38313 3.53163,9.69069 4.59636,15.93225 4.60424,27.0281 0.0157,18.46361 -5.07203,33.85913 -16.03024,48.5127 -3.85718,5.15791 -13.59139,14.74323 -18.05958,17.78415 -2.11881,1.44201 -2.28262,1.46091 -2.70216,0.31932 -3.50765,-9.54505 -9.09709,-19.53483 -14.83076,-26.50674 -4.3465,-5.28507 -4.83346,-6.16553 -4.43096,-8.00832 0.24863,-1.13873 0.7098,-2.33408 1.0248,-2.65771 0.32987,-0.33873 2.80983,-0.26807 5.84703,0.16672 8.20881,1.17551 10.56236,1.00878 12.52798,-0.88374 1.0007,-0.96348 1.70019,-2.40634 1.69495,-3.50364 -0.0109,-2.84955 -3.57142,-8.21029 -8.18638,-12.32403 -3.63686,-3.24184 -4.28997,-4.21322 -5.24189,-7.79064 -0.5981,-2.24781 -1.85042,-5.53441 -2.78202,-7.3045 l -1.69361,-3.21818 2.13495,-3.29899 c 5.06089,-7.81999 5.80286,-14.26131 2.38808,-20.726 -2.14528,-4.0613 -9.8339,-12.63448 -16.1453,-18.0031 -5.97053,-5.07863 -7.46457,-5.88194 -9.23691,-4.9687 -2.88894,1.48861 -2.64115,5.76525 0.70262,12.14283 2.28345,4.35527 2.63543,7.718 0.87588,8.36808 -1.87963,0.69446 -3.52212,-2.05045 -6.21388,-10.38451 -3.0962,-9.58607 -3.91125,-11.1484 -6.47925,-12.42696 -2.68713,-1.33782 -7.55951,-1.34288 -8.09161,-0.008 -0.22031,0.55284 0.13125,2.89704 0.78115,5.20853 1.35351,4.81428 1.20574,7.36167 -0.44406,7.66422 -1.22298,0.2243 -2.16489,-1.93352 -2.99998,-6.87043 -0.70793,-4.18509 -3.24542,-7.30295 -7.61778,-9.36259 -2.12526,-1.00112 -4.50177,-2.68315 -5.28114,-3.73696 -1.00434,-1.35798 -2.0042,-1.91606 -3.43322,-1.91606 -4.82485,0 -5.60118,7.64322 -1.4147,13.92463 2.73024,4.09646 2.53458,5.79034 -0.31679,2.74506 -5.73475,-6.12474 -9.02436,-7.95595 -14.33664,-7.97966 -2.68723,-0.0121 -3.46964,0.26897 -4.34838,1.56022 -1.15863,1.7025 -0.88189,3.056 1.1805,5.78205 0.7006,0.92607 1.4676,3.32856 1.70443,5.33888 0.47155,4.00334 2.49212,8.51223 4.07762,9.09802 0.5546,0.2049 1.00857,0.64067 1.00857,0.96844 0,1.02671 -2.3379,0.64308 -4.50542,-0.73904 -4.29978,-2.74171 -7.28923,-0.82557 -7.26173,4.65327 0.0306,6.06691 5.14925,12.49288 11.20398,14.06283 5.90314,1.53061 5.77301,1.21032 2.30685,5.64257 -3.72695,4.76573 -5.56585,9.13762 -7.43907,17.68506 -1.28853,5.87941 -1.35845,7.93966 -0.9585,28.36286 0.34658,17.69787 0.24147,22.78845 -0.53879,25.92018 -0.53404,2.1434 -1.26906,4.18327 -1.63268,4.53336 -0.97085,0.93472 -8.09823,-4.46369 -14.4991,-10.98151 -27.6807,-28.18668 -31.38006,-70.14719 -9.02979,-102.41785 15.77168,-22.7721 42.94575,-36.83781 71.17012,-36.83781 z m 13.07897,82.8544 c -0.24206,-0.0125 -0.49104,-0.007 -0.74729,0.0177 -4.62222,0.44467 -6.02511,6.12215 -2.02663,8.20125 2.16059,1.12346 4.13841,0.74216 5.81047,-1.11966 2.5335,-2.82103 0.59395,-6.92307 -3.03655,-7.09985 z m -0.54017,2.77633 c 0.94864,0.0789 1.95195,1.17435 1.55551,2.16892 -0.20879,0.52378 -0.82432,0.95151 -1.36732,0.95151 -1.30519,0 -2.02119,-1.89781 -1.06408,-2.81934 0.25019,-0.24086 0.55969,-0.32735 0.87589,-0.30109 z" />
</pattern>
<rect x="0" y="0" width="1000%" height="1000%" fill="url(#pattern)" transform="scale(1)"/>
</svg>
I tried different methods to achieve the same effect but each method brought up its own complexities.
One of these workarounds involved using a png version of the SVG for the background but I could not achieve a true tiling effect since I wanted the whole pattern to be rotated by about 25 degrees.
I tried finding a solution for this for 2 days straight but I came up empty handed with still no solution.
Trying to make a basic map with hovering areas - using SVG.
I cant understand why SVG (inside html) isn't reacting to basic CSS, tried hovering paths, then just changing color - but none work. I cant find why.
SVG elements react only if the code is applied directly in html style.
.p1-pos {max-width: 50rem; margin: auto}
path {fill: rgb(93, 93, 131)}
path:hover {fill: bisque}
<div class="p1-pos">
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 184.13573 153.7863"
version="1.1"
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="ten.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="353.68731"
inkscape:cy="296.33408"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:window-width="993"
inkscape:window-height="727"
inkscape:window-x="2239"
inkscape:window-y="83"
inkscape:window-maximized="0" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-12.253565,-73.452084)">
<g
transform="translate(-3.4347496,-8.6454107)"
id="layer1-1"
inkscape:label="Layer 1">
<path
style="fill:none;stroke:#101010;stroke-width:2.79112649;stroke-miterlimit:10"
inkscape:connector-curvature="0"
stroke-miterlimit="10"
d="m 29.637126,160.10752 c -2.014139,-3.34132 -4.07245,-3.76035 -4.229412,-6.0628 -0.156934,-2.30245 -1.48781,-4.06796 -2.976562,-5.52587 -1.488753,-1.45791 -0.468996,-1.07478 -2.270722,-2.91675 -1.801733,-1.84194 -5.24729,-2.83936 -1.17484,-4.6813 4.072454,-1.84197 8.85075,-3.30079 11.591408,-5.2192 2.740656,-1.9184 3.524505,-3.22341 5.169276,-2.6865 1.644771,0.53691 3.759477,3.60745 9.55565,4.29821 5.79617,0.69074 11.278423,0.84457 15.585846,-0.99741 4.307419,-1.84198 8.615773,-4.52846 13.158175,-4.45109 4.54238,0.0773 12.375238,1.7655 16.05578,0.92097 3.68051,-0.84451 8.92969,-4.98895 11.827305,-5.83347 2.89761,-0.84453 9.24267,-0.38314 11.20042,-2.3789 1.95775,-1.99574 7.51897,-5.67964 7.51897,-5.67964 0,0 2.4286,-2.07222 3.68145,-3.37724 1.25286,-1.30506 3.99445,-5.06539 5.87416,-6.90734 1.87976,-1.84194 3.68054,-4.37465 3.68054,-6.75355 0,-2.378849 3.68149,-7.213996 6.26612,-8.212356 2.58461,-0.998309 8.06782,-1.151183 10.26054,-2.839351 2.19273,-1.688169 3.2886,-2.302429 3.75855,-4.220837 0.46993,-1.918408 4.38541,-2.840324 6.81403,-1.305043 2.42864,1.535269 7.59696,0.153887 10.10362,0.767174 2.50662,0.613366 6.89299,3.377232 12.06227,0.997452 5.16928,-2.379833 4.46437,-3.377246 7.04901,-3.530108 2.58464,-0.152757 6.65803,0.613353 7.59788,3.760334 0.93989,3.146967 1.48691,6.830909 -3.36845,9.670272 -4.85538,2.839379 -7.67499,5.833473 -10.02466,6.830893 -2.3497,0.99738 -9.86862,1.9184 -10.96545,5.14181 -1.09684,3.22342 -1.40886,5.44943 -4.77736,7.21403 -3.3685,1.76458 -8.53776,7.29137 -10.26057,9.74671 -1.72278,2.45534 -2.50566,2.83937 -5.95216,4.14438 -3.44652,1.30506 -6.65805,2.68651 -7.83287,7.52163 -1.17486,4.83517 -1.72371,6.83091 -0.70492,8.97954 1.01882,2.14862 2.03576,3.83772 1.40982,6.29304 -0.62595,2.45533 -5.48321,5.75611 -5.6392,8.05855 -0.15598,2.30246 -3.05364,8.21146 -4.62039,11.51222 -1.56678,3.30079 -5.63923,8.28879 -5.7962,12.66346 -0.15693,4.37465 0.54793,10.36191 -2.50663,13.20127 -3.05458,2.8394 -12.53128,14.27425 -15.11593,16.73049 -2.58462,2.45627 -7.44092,7.21406 -8.77177,9.28625 -1.33085,2.07218 -3.289555,2.37888 -8.223855,2.53267 -4.934322,0.15388 -8.14585,0.69076 -11.435389,3.22342 -3.289553,2.5327 -3.05457,2.07224 -5.326249,2.226 -2.271666,0.15389 -4.229413,0.61338 -6.65709,1.91841 -2.42768,1.30502 -5.091273,-1.53435 -5.247292,-2.91581 -0.155982,-1.38148 0.391935,-7.44426 -0.704889,-9.2098 -1.096843,-1.76549 -5.795242,-1.68905 -5.952196,-5.60321 -0.156973,-3.91417 0.391923,-4.37375 -5.247292,-10.05339 -5.639212,-5.6797 -10.80849,-10.59034 -11.043459,-14.12137 -0.234983,-3.53101 -2.506632,-7.21402 -4.542385,-8.97954 -2.035759,-1.7655 -4.307421,-5.67965 -3.994443,-8.44259 0.312989,-2.76293 2.506627,-7.06206 0.469931,-9.28716 -2.036695,-2.22505 -4.309295,-3.75848 -5.328116,-5.44756 z"
id="path20" />
<a xlink:href="http://svgtutorial.com/styling-svg-with-css/">
<path
sodipodi:nodetypes="ccccccccccccsccccccccc"
inkscape:connector-curvature="0"
id="path42"
d="m 21.069671,142.60696 8.744703,-2.69068 4.93291,-3.36335 4.26024,2.46646 5.157133,1.34534 9.417372,0.89689 7.175141,-0.89689 11.211157,-4.93291 13.677614,1.12111 6.950919,-0.67267 10.09004,-4.70868 20.40431,4.93291 c 0,0 -69.060736,63.9036 -69.957628,63.9036 -0.896893,0 -6.278248,-6.7267 -6.278248,-6.7267 l -2.242232,-7.17514 -5.605578,-7.39936 -1.345339,-3.36335 1.121115,-8.29626 -3.363347,-5.38135 -6.950918,-7.84782 -3.363347,-7.62358 z"
style="fill:#ffccaa;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</a>
<path
sodipodi:nodetypes="ccccccccccccccccccscccc"
inkscape:connector-curvature="0"
id="path44"
d="m 60.757172,197.54164 65.159788,-59.83247 13.99099,11.40026 2.018,3.81179 -3.58757,2.46646 -1.79378,5.60558 -4.26024,10.76271 -5.15713,7.84781 -1.12112,4.03602 -0.22422,10.76271 -23.99188,25.78566 -1.34534,2.01801 -7.175141,1.56956 -6.950919,0.67267 -6.054024,4.03602 -5.605579,0.44845 -3.363348,1.56956 h -1.121117 c 0,0 -0.672668,-9.6416 -1.121113,-10.76271 -0.448448,-1.12112 -5.605582,-3.58757 -5.605582,-3.58757 l -1.121114,-6.05403 -6.726696,-7.84781 z"
style="fill:#ffccaa;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
id="path46"
d="m 108.56809,130.60168 16.43433,3.5916 6.817,4.33877 8.0516,7.09367 2.04559,-11.71675 3.5829,-5.23655 7.71702,-2.75607 9.37065,-10.19748 6.61459,-3.85851 1.92925,-7.44141 11.57552,-3.8585 11.57552,-7.992626 -1.10243,-4.68533 -1.65364,-0.826823 -6.61459,3.307292 -6.61458,0.826823 -6.89019,-1.653646 h -6.06337 l -7.1658,-1.653646 h -0.55121 l -3.85851,4.68533 -10.47309,4.409722 v 0 l -4.73981,2.135419 -0.77707,5.588685 -6.6079,7.92007 -10.99554,11.06377 z"
style="fill:#ffccaa;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
</g>
</svg>
</div>
If you only want to change the fills, just remove them from the html source and do wath you want in the css code like this.
.p1-pos {max-width: 50rem; margin: auto}
path {fill: rgb(93, 93, 131)}
path:hover {fill: bisque}
<div class="p1-pos">
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 184.13573 153.7863"
version="1.1"
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="ten.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="353.68731"
inkscape:cy="296.33408"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:window-width="993"
inkscape:window-height="727"
inkscape:window-x="2239"
inkscape:window-y="83"
inkscape:window-maximized="0" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-12.253565,-73.452084)">
<g
transform="translate(-3.4347496,-8.6454107)"
id="layer1-1"
inkscape:label="Layer 1">
<path
style="fill:none;stroke:#101010;stroke-width:2.79112649;stroke-miterlimit:10"
inkscape:connector-curvature="0"
stroke-miterlimit="10"
d="m 29.637126,160.10752 c -2.014139,-3.34132 -4.07245,-3.76035 -4.229412,-6.0628 -0.156934,-2.30245 -1.48781,-4.06796 -2.976562,-5.52587 -1.488753,-1.45791 -0.468996,-1.07478 -2.270722,-2.91675 -1.801733,-1.84194 -5.24729,-2.83936 -1.17484,-4.6813 4.072454,-1.84197 8.85075,-3.30079 11.591408,-5.2192 2.740656,-1.9184 3.524505,-3.22341 5.169276,-2.6865 1.644771,0.53691 3.759477,3.60745 9.55565,4.29821 5.79617,0.69074 11.278423,0.84457 15.585846,-0.99741 4.307419,-1.84198 8.615773,-4.52846 13.158175,-4.45109 4.54238,0.0773 12.375238,1.7655 16.05578,0.92097 3.68051,-0.84451 8.92969,-4.98895 11.827305,-5.83347 2.89761,-0.84453 9.24267,-0.38314 11.20042,-2.3789 1.95775,-1.99574 7.51897,-5.67964 7.51897,-5.67964 0,0 2.4286,-2.07222 3.68145,-3.37724 1.25286,-1.30506 3.99445,-5.06539 5.87416,-6.90734 1.87976,-1.84194 3.68054,-4.37465 3.68054,-6.75355 0,-2.378849 3.68149,-7.213996 6.26612,-8.212356 2.58461,-0.998309 8.06782,-1.151183 10.26054,-2.839351 2.19273,-1.688169 3.2886,-2.302429 3.75855,-4.220837 0.46993,-1.918408 4.38541,-2.840324 6.81403,-1.305043 2.42864,1.535269 7.59696,0.153887 10.10362,0.767174 2.50662,0.613366 6.89299,3.377232 12.06227,0.997452 5.16928,-2.379833 4.46437,-3.377246 7.04901,-3.530108 2.58464,-0.152757 6.65803,0.613353 7.59788,3.760334 0.93989,3.146967 1.48691,6.830909 -3.36845,9.670272 -4.85538,2.839379 -7.67499,5.833473 -10.02466,6.830893 -2.3497,0.99738 -9.86862,1.9184 -10.96545,5.14181 -1.09684,3.22342 -1.40886,5.44943 -4.77736,7.21403 -3.3685,1.76458 -8.53776,7.29137 -10.26057,9.74671 -1.72278,2.45534 -2.50566,2.83937 -5.95216,4.14438 -3.44652,1.30506 -6.65805,2.68651 -7.83287,7.52163 -1.17486,4.83517 -1.72371,6.83091 -0.70492,8.97954 1.01882,2.14862 2.03576,3.83772 1.40982,6.29304 -0.62595,2.45533 -5.48321,5.75611 -5.6392,8.05855 -0.15598,2.30246 -3.05364,8.21146 -4.62039,11.51222 -1.56678,3.30079 -5.63923,8.28879 -5.7962,12.66346 -0.15693,4.37465 0.54793,10.36191 -2.50663,13.20127 -3.05458,2.8394 -12.53128,14.27425 -15.11593,16.73049 -2.58462,2.45627 -7.44092,7.21406 -8.77177,9.28625 -1.33085,2.07218 -3.289555,2.37888 -8.223855,2.53267 -4.934322,0.15388 -8.14585,0.69076 -11.435389,3.22342 -3.289553,2.5327 -3.05457,2.07224 -5.326249,2.226 -2.271666,0.15389 -4.229413,0.61338 -6.65709,1.91841 -2.42768,1.30502 -5.091273,-1.53435 -5.247292,-2.91581 -0.155982,-1.38148 0.391935,-7.44426 -0.704889,-9.2098 -1.096843,-1.76549 -5.795242,-1.68905 -5.952196,-5.60321 -0.156973,-3.91417 0.391923,-4.37375 -5.247292,-10.05339 -5.639212,-5.6797 -10.80849,-10.59034 -11.043459,-14.12137 -0.234983,-3.53101 -2.506632,-7.21402 -4.542385,-8.97954 -2.035759,-1.7655 -4.307421,-5.67965 -3.994443,-8.44259 0.312989,-2.76293 2.506627,-7.06206 0.469931,-9.28716 -2.036695,-2.22505 -4.309295,-3.75848 -5.328116,-5.44756 z"
id="path20" />
<a xlink:href="http://svgtutorial.com/styling-svg-with-css/">
<path
sodipodi:nodetypes="ccccccccccccsccccccccc"
inkscape:connector-curvature="0"
id="path42"
d="m 21.069671,142.60696 8.744703,-2.69068 4.93291,-3.36335 4.26024,2.46646 5.157133,1.34534 9.417372,0.89689 7.175141,-0.89689 11.211157,-4.93291 13.677614,1.12111 6.950919,-0.67267 10.09004,-4.70868 20.40431,4.93291 c 0,0 -69.060736,63.9036 -69.957628,63.9036 -0.896893,0 -6.278248,-6.7267 -6.278248,-6.7267 l -2.242232,-7.17514 -5.605578,-7.39936 -1.345339,-3.36335 1.121115,-8.29626 -3.363347,-5.38135 -6.950918,-7.84782 -3.363347,-7.62358 z"
style="stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</a>
<path
sodipodi:nodetypes="ccccccccccccccccccscccc"
inkscape:connector-curvature="0"
id="path44"
d="m 60.757172,197.54164 65.159788,-59.83247 13.99099,11.40026 2.018,3.81179 -3.58757,2.46646 -1.79378,5.60558 -4.26024,10.76271 -5.15713,7.84781 -1.12112,4.03602 -0.22422,10.76271 -23.99188,25.78566 -1.34534,2.01801 -7.175141,1.56956 -6.950919,0.67267 -6.054024,4.03602 -5.605579,0.44845 -3.363348,1.56956 h -1.121117 c 0,0 -0.672668,-9.6416 -1.121113,-10.76271 -0.448448,-1.12112 -5.605582,-3.58757 -5.605582,-3.58757 l -1.121114,-6.05403 -6.726696,-7.84781 z"
style="stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
id="path46"
d="m 108.56809,130.60168 16.43433,3.5916 6.817,4.33877 8.0516,7.09367 2.04559,-11.71675 3.5829,-5.23655 7.71702,-2.75607 9.37065,-10.19748 6.61459,-3.85851 1.92925,-7.44141 11.57552,-3.8585 11.57552,-7.992626 -1.10243,-4.68533 -1.65364,-0.826823 -6.61459,3.307292 -6.61458,0.826823 -6.89019,-1.653646 h -6.06337 l -7.1658,-1.653646 h -0.55121 l -3.85851,4.68533 -10.47309,4.409722 v 0 l -4.73981,2.135419 -0.77707,5.588685 -6.6079,7.92007 -10.99554,11.06377 z"
style="stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
</g>
</svg>
</div>