elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

blocked.svg (620B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <svg xmlns="http://www.w3.org/2000/svg"
      3      xmlns:xlink="http://www.w3.org/1999/xlink"
      4      x="0"
      5      y="0"
      6      width="45"
      7      height="45"
      8      viewBox="0 0 45 45">
      9   <style>
     10     use {
     11       fill: none;
     12       stroke: #fff;
     13       stroke-width: 1;
     14     }
     15   </style>
     16   <defs style="display: none;">
     17 	<g id="blockedPage-shape">
     18     <path  d="M 11.5,8.5   v 27   h 22   v -20   l -7,-7   Z   m 15,.5   v 7.5   h 7.5"/>
     19 	  <circle cx="22.5" cy="22.5" r="22"/>
     20 	  <line  x1="6.944"  y1="6.944"  x2="38.056"  y2="38.056"/>
     21 	</g>
     22   </defs>
     23   <use xlink:href="#blockedPage-shape"/>
     24 </svg>