答案1
没有任何一支箭能与它媲美percusse 提到。
\documentclass[tikz,border=3.14pt]{standalone}
\begin{document}
\begin{tikzpicture}
\draw (0,0) -- ++(3,0) -- ++(0,0.5) -- ++(2,-1) --++(-2,-1)
-- ++(0,0.5)-- ++(-1,0) -- ++(0,-0.5) arc (0:-90:0.5)
-- ++(-1,0) -- ++(0,-0.25) -- ++(-1,0.5) -- ++(1,0.5)
-- ++(0,-0.25) -- ++(0.75,0) to[out=0,in=-90] ++(0.25,0.25)
-- ++(0,0.25) -- ++(-1.5,0);
\end{tikzpicture}
\end{document}