I have a small addition: The OP has not specified that $x$ is zero mean.
In general, ${\rm COV}[x]$ is defined as $\mathbb{E}[(x - \mathbb{E}[x])(x - \mathbb{E}[x])^T]$. If $x$ is zero mean, i.e., $\mathbb{E}[x]=0$, Omnomnomnom has already given the answer. If it is not, it still works, like this:
$$\begin{align}{\rm COV}[A x] & = \mathbb{E}[(Ax - \mathbb{E}[Ax])(Ax - \mathbb{E}[Ax])^T] \\
& = \mathbb{E}[(Ax - A\mathbb{E}[x])(Ax - A\mathbb{E}[x])^T ]\\
& = \mathbb{E}[A(x - \mathbb{E}[x])(x - \mathbb{E}[x])^T A^T ] \\
& = A \mathbb{E}[(x - \mathbb{E}[x])(x - \mathbb{E}[x])^T ]A^T \\
& = A {\rm COV}[x] A^T \\
\end{align}$$