SVG code - personal profile or user icon

0 votes
177 views
added May 4, 2021 in HTML by lcjr First Warrant Officer (11,830 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="8" r="5" />
  <path d="M3,21 h18 C 21,12 3,12 3,21"/>
</svg>

 

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