Consider the commands $\bigtimes$ provided by (some package loaded by) mathtools, which produces a big cross. My question is simple. Is there any way to obtain a big "+" symbol (i.e., of the size of $\bigtimes$)? I know this is completely unseen mathematical notation, but I'm curious to see how one would go about getting one such cross.
Consider the following MWE:
\documentclass[]{scrartcl}
% PACKAGES LOADING
\usepackage{mathtools}
\begin{document}
$\bigtimes$
\end{document}
Here the output (in red, mi handwritten desired symbol):
How can I get a big "+" symbol?
Thank you all for your time.
