I was looking for this symbol ※ (more information). The closest I found is \divideontimes from \usepackage{amssymb}, but it replaces the horizontal dots by a line.
\documentclass{article}
\usepackage{amssymb,amsmath}
\begin{document}
$\divideontimes$
\end{document}
I can probably go on the hard route to draw this in Tikz, but any simpler solution would be appreciated.

