bookmarks.svg (537B)
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" y="0" width="32" height="32" viewBox="0 0 32 32"> 5 <style> 6 g { 7 fill: none; 8 stroke: #fff; 9 stroke-width: 1.0325; 10 } 11 #highlight:target + g { 12 stroke: #fff; 13 fill: #fff; 14 } 15 </style> 16 <g id="highlight"/> 17 <g> 18 <path d="M 6.5,29 l 9.5,-7.8 l 9.5,7.8 v -22.9 a 3.6,3.6 0 0,0 -3.6,-3.6 h -11.8 a 3.6,3.6 0 0,0 -3.6,3.6 v 22.9 Z"/> 19 </g> 20 </svg>