Let's consider a $2\times 2$ rotation matrix $R_\theta \in SO(2,\mathbb{R})$, and the following matrix obtained by repeatedly applying $n-1$ times the Kronecker product of $R_\theta$ with itself: $$Q_\theta = R_\theta{\,}^{\otimes n} = \underbrace{R_\theta\otimes\ldots \otimes R_\theta}_{R_\theta\,\mathrm{appears}\, n \, \mathrm{times}}$$ From the mixed-product property of the Kronecker product, it is straightforward to verify that the matrix $Q_\theta$ is orthogonal, i.e. $Q_\theta Q_\theta^T=I$ (where $I$ is the $2n\times2n$ identity matrix). In fact, it is equally straightforward to verify that: $$\mathcal{Q}=\{Q_\theta : \theta \in [0,2\pi) \} \subset SO(2n,\mathbb{R})$$ In other words, the set of matrices $Q_\theta$ equipped with the ordinary matrix product, form a subgroup of $SO(2n,\mathbb{R})$.
Does anyone have suggestions on how I could proceed to determine the eigenspace of $Q_\theta$?
My attempts have been so far limited to studying the case $n=2$: $$Q_\theta = (I \cos\theta + E\sin\theta) \otimes (I \cos\theta + E\sin\theta) \in SO(4,\mathbb{R})$$ where $I=\begin{bmatrix} 1 & 0\\ 0& 1 \end{bmatrix}$ and $E=\begin{bmatrix} 0 & -1\\ 1 & 0 \end{bmatrix}$. Expaning the product in the above formula yields: $$(I\otimes I)\cos^2\theta + (E\otimes E) \sin^2\theta +(I\otimes E + E\otimes I)\sin\theta\cos\theta$$ which can be re-expressed (using the double-angle formulas) as: $$(I\otimes I)\cos(2\theta) +\frac{1}{2}(I\otimes E + E\otimes I)\sin(2\theta) + (I\otimes I + E\otimes E)\sin^2\theta$$ which I didn't find particularly insightful, as I can't easily recognize the eigenspace of rotations in that formula.