Advertisement
Guest User

SVG file unable to be loaded

a guest
Jan 30th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.79 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <svg version="1.1" id="id_svgCanvas" x="0px" y="0px" width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" xmlns:bx="https://boxy-svg.com">
  3.   <defs>
  4.     <linearGradient id="color-0" bx:pinned="true">
  5.       <title>Border</title>
  6.       <stop style="stop-color: rgb(77, 81, 82);"/>
  7.     </linearGradient>
  8.     <linearGradient id="color-1" bx:pinned="true">
  9.       <title>Fill</title>
  10.       <stop style="stop-color: rgb(117, 234, 156);"/>
  11.     </linearGradient>
  12.     <linearGradient id="color-2" bx:pinned="true">
  13.       <title>Lockbodyfill</title>
  14.       <stop style="stop-color: rgb(255, 216, 120);"/>
  15.     </linearGradient>
  16.   </defs>
  17.   <rect style="fill: url(#color-0); paint-order: fill; pointer-events: none;" x="-0.022" y="10.016" width="32" height="11.977" rx="1.5" ry="1.5">
  18.     <title>border</title>
  19.   </rect>
  20.   <rect style="fill: url(#color-1); pointer-events: none;" y="11.007" width="29.979" height="9.983" rx="0.5" ry="0.5" x="1.011">
  21.     <title>fill</title>
  22.   </rect>
  23.   <g style="pointer-events: none;">
  24.     <title>dots</title>
  25.     <circle cx="5.005" cy="16" r="1.1" style="fill: url(#color-0);">
  26.       <title>dot</title>
  27.     </circle>
  28.     <circle cx="8.012" cy="15.977" r="1.1" style="fill: url(#color-0);">
  29.       <title>dot</title>
  30.     </circle>
  31.     <circle cx="10.973" cy="16.043" r="1.1" style="fill: url(#color-0);">
  32.       <title>dot</title>
  33.     </circle>
  34.     <circle cx="14.058" cy="16.023" r="1.1" style="fill: url(#color-0);">
  35.       <title>dot</title>
  36.     </circle>
  37.     <circle cx="16.981" cy="15.957" r="1.1" style="fill: url(#color-0);">
  38.       <title>dot</title>
  39.     </circle>
  40.     <circle cx="20.019" cy="15.997" r="1.1" style="fill: url(#color-0);">
  41.       <title>dot</title>
  42.     </circle>
  43.   </g>
  44.   <g style="pointer-events: none;">
  45.     <title>lock</title>
  46.     <rect style="fill: url(#color-0);" x="23.023" y="15.026" width="5.951" height="3.953" rx="0.5" ry="0.5">
  47.       <title>body</title>
  48.     </rect>
  49.     <rect x="23.989" y="16" width="4.013" height="2.006" style="fill: url(#color-2);">
  50.       <title>fill</title>
  51.     </rect>
  52.     <g style="">
  53.       <title>shackle</title>
  54.       <circle style="fill: url(#color-0);" cx="26" cy="13.991" r="1.987" bx:origin="0.505 0.598">
  55.         <title>border</title>
  56.       </circle>
  57.       <rect x="24.019" y="13.914" width="3.961" height="1.369" style="fill: url(#color-0);">
  58.         <title>fill_edge</title>
  59.       </rect>
  60.       <circle style="fill: url(#color-1);" cx="25.992" cy="14.01" r="0.995">
  61.         <title>fill_round</title>
  62.       </circle>
  63.       <rect x="24.99" y="13.951" width="2" height="1.114" style="fill: url(#color-1);">
  64.         <title>fill_rect</title>
  65.       </rect>
  66.     </g>
  67.   </g>
  68. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement