I was playing around trying to find module homomorphisms and I thought I found one in the function $f:\mathbb{Z} \to \mathbb{Z}$ defined by $f(x)=2x$, as $f(x+y)=2(x+y)=2x+2y=f(x)+f(y)$ and $f(rx)=2rx=r(2x)=rf(x)$.
However, if I try to apply the First Isomorphism Theorem, the kernel is $0$ and the image is $2\mathbb{Z}$ which would imply $\mathbb{Z} \cong 2\mathbb{Z}$ which seems problematic as wouldn't that mean $\mathbb{Z}/\mathbb{Z} \cong \mathbb{Z}/3\mathbb{Z}$?
I'm sure I'm missing something simple, but I haven't been able to figure out where I went wrong in my reasoning.