I want to make symbol like this picture (not contain red color)
I see this style
xxxxxxxxxx
\newcommand{\dd}{
\begin{tikzpicture}[scale=0.08, x=1.0cm,y=1.0cm]
\clip(6,-2.5) rectangle (13,1);
\draw [shift={(8.,-1.)},line width=0.8pt] plot[domain=1.5707963267949003:5.442116636611619,variable=\t]({1.*1.*cos(\t r)+0.*1.*sin(\t r)},{0.*1.*cos(\t r)+1.*1.*sin(\t r)});
\draw [shift={(11.,-1.)},line width=0.8pt] plot[domain=-1.5707963267948664:2.300523983021824,variable=\t]({1.*1.*cos(\t r)+0.*1.*sin(\t r)},{0.*1.*cos(\t r)+1.*1.*sin(\t r)});
\draw [line width=0.8pt] (8.666666666666647,-1.7453559924999638)-- (10.333333333333313,-0.2546440074999928);
\end{tikzpicture}}
For example
How to get a simplyer code?