\documentclass{article}
\usepackage[paperheight=70cm,paperwidth=70cm,scale=0.97]{geometry}
\pagestyle{empty}
\usepackage{brunnian}

\usetikzlibrary{arrows}

\setlength{\parindent}{0pt}

\begin{document}
\begin{figure}
\begin{tikzpicture}
\pgfmathsetmacro{\last}{10}
\pgfmathsetmacro{\angle}{360/10}
\foreach \l in {1,...,\last} {
\begin{scope}[rotate=\angle * \l,yshift=-23cm]
\hopfring{10}{4}
\end{scope}
}
\end{tikzpicture}
%\caption{Level 2 Hopf ring}
\end{figure}
\end{document}

