1<svg class="icon icon-person" width="25rem" height="25rem" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <style>
3 path {
4 stroke: black;
5 stroke-width: 5 !important;
6 }
7 </style>
8 <g transform="translate(2.5, 0)">
9 <path d="M0 0 V 200"></path>
10 </g>
11</svg>