\documentclass{article}
\usepackage{tikz}
\usepackage{xepersian}
\settextfont{XB Niloofar}
\setdigitfont[Scale=1.1]{XB Zar}
\begin{document}
\begin{tikzpicture}
\fill (-0.5,2.5)circle (2pt);
\fill (1,2.5)circle (2pt);
\fill (-0.5,0)circle (2pt);
\fill (-1.5,1.5)circle (2pt);
\fill (-1.5,-1.5)circle (2pt);
\fill (1,0)circle (2pt);
\fill (2,1.5)circle (2pt);
\fill (3,0)circle (2pt);
\fill (2,-1.5)circle (2pt);
\draw[-] (-0.5,2.5) -- (1,2.5);
\draw[-] (-0.5,0) -- (1,0);
\draw[-] (1,0) -- (2,1.5);
\draw[-] (2,1.5) -- (3,0);
\draw[-] (3,0) -- (2,-1.5);
\draw[-] (2,-1.5) -- (1,0);
\draw[-] (-0.5,0) -- (-1.5,1.5);
\draw[-] (-1.5,1.5) -- (-1.5,-1.5);
\draw[-] (2,1.5) -- (2,-1.5);
\draw[-] (-0.5,0) -- (-1.5,-1.5);
\draw [dotted][xshift=4mm](-0.1,2.5) circle (0.97);
\draw [dotted][xshift=4mm](-0.1,0) circle (0.97);

\end{tikzpicture}
\end{document}