Svg starter

Remember!

means write content in here.

Svg

<svg
    width="50px"
    height="50px"
    viewBox="0 0 100 100"
    xmlns="http://www.w3.org/2000/svg"
    color="#ffffff"
    fill="#000000">
...
</svg>

Path

<path
    stroke="currentColor"
    fill="currentFill"
    stroke-linejoin="round"
    d="..."/>