SVG code - globe icon

0 votes
233 views
added May 4, 2021 in HTML by lcjr First Warrant Officer (11,850 points)
<svg
  width="24"
  height="24"
  viewBox="0 0 24 24"
  stroke="#212b36"
  stroke-width="2"
  stroke-linecap="round"
  stroke-linejoin="round"
  fill="none"
>
  <circle cx="12" cy="12" r="9" />
  <path d="M12,3 C 8,3 8,21 12,21 C 16,21 16,3 12,3"/>
  <path d="M3,12 C 3,8 21,8 21,12 C 21,16 3,16 3,12"/>
</svg>

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...