post-date.svg 485 B

123456789
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" xmlns:xlink="http://www.w3.org/1999/xlink">
  2. <defs>
  3. <path fill="#666666" fill-opacity="1" id="a" d="M0 0h24v24H0V0z"></path>
  4. </defs>
  5. <clipPath id="b">
  6. <use xlink:href="#a" overflow="visible"></use>
  7. </clipPath>
  8. <path clip-path="url(#b)" fill="#666666" fill-opacity="1" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path>
  9. </svg>