place.svg (1430B)
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="16" 7 height="16" 8 viewBox="0 0 16 16"> 9 <style> 10 .t:not(:target){ 11 display: none; 12 } 13 use:not([class]) { 14 stroke-width: 1; 15 stroke: #fff; 16 fill: none; 17 } 18 .inside { 19 stroke-width: 0; 20 stroke: none; 21 fill: #fff; 22 } 23 .hiLiteOutline { 24 stroke-width: 1; 25 stroke: HighlightText; 26 fill: none; 27 opacity: .7; 28 } 29 </style> 30 <defs> 31 32 <path id="default-shape" 33 d="M2,1.5h2m1.3,0h2m1.4,0h2m1.3,0h2m.5,.5v2m0,1.3v2m0,1.4v2m0,1.3v2m-.5,.5h-2m-1.3,0h-2m-1.4,0h-2m-1.3,0h-2m-.5-.5v-2m0-1.3v-2m0-1.4v-2m0-1.3v-2m.5-.5z"/> 34 35 <g id="tag-shape"> 36 <path d="M 3,2.5 h 4 c .5,0 .5,0 1,.5 l 4.5,4.5 c 1.5,1.5 1.5,1.5 0,3 l -2,2 37 c -1.5,1.5 -1.5,1.5 -3,0 l -4.5,-4.5 c -.5,-.5 -.5,-.5 -.5,-1 v -4 a .5,.5 0 0,1 .5,-.5 z"/> 38 <circle cx="5.6" cy="5.6" r=".5"/> 39 </g> 40 41 </defs> 42 43 <g id="defaultFavicon" class="t"> 44 <use xlink:href="#default-shape"/> 45 </g> 46 <g id="defaultFaviconHL" class="t"> 47 <use xlink:href="#default-shape" class="hiLiteOutline"/> 48 </g> 49 <g id="tag" class="t"> 50 <use xlink:href="#tag-shape"/> 51 </g> 52 <g id="tagHL" class="t"> 53 <use xlink:href="#tag-shape" class="hiLiteOutline"/> 54 </g> 55 </svg>