<svg xmlns="http://www.w3.org/2000/svg" height="50">
<!-- Define an arrowhead marker -->
<defs>
<marker
id="arrowhead"
viewBox="-4 -4 28 28"
markerWidth="20"
markerHeight="20"
refX="10"
refY="10"
orient="auto"
>
<path
fill="none"
stroke="rgb(155, 23, 23)"
stroke-width="3"
d="m 0 0 l 10 10 l -10 10 "
/>
</marker>
</defs>
<line
x1="0"
y1="24"
x2="90%"
y2="24"
stroke="rgb(155, 23, 23)"
stroke-width="3"
marker-end="url(#arrowhead)"
/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="50">
<!-- Define an arrowhead marker -->
<defs>
<marker
id="arrowhead"
viewBox="-4 -4 28 28"
markerWidth="20"
markerHeight="20"
refX="10"
refY="10"
orient="auto"
>
<path
fill="none"
stroke="rgb(155, 23, 23)"
stroke-width="3"
d="m 0 0 l 10 10 l -10 10 "
/>
</marker>
</defs>
<line
x1="0"
y1="24"
x2="90%"
y2="24"
stroke="rgb(155, 23, 23)"
stroke-width="3"
marker-end="url(#arrowhead)"
/>
</svg>