Cross Math Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cross Math icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/324118.svg" alt="Cross Math icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324118.svg" alt="Cross Math icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324118.svg" alt="Cross Math icon" :width="24" :height="24" />
CSS background
.icon-cross-math {
background-image: url('https://proicons.com/icon/324118.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><rect class="b" x="17.833" y="5.5" width="12.334" height="37"/><rect class="b" x="5.5" y="17.833" width="37" height="12.334"/><path class="b" d="M34.659,38.724c.3855.3326.8016.485,1.7361.485h.2178c.7707,0,1.3955-.6434,1.3955-1.4371s-.6248-1.4371-1.3955-1.4371"/><path class="b" d="M34.659,33.939c.3863-.3316.8028-.4828,1.7374-.4802l.2171.0013c.7707,0,1.3955.6434,1.3955,1.4371s-.6248,1.4371-1.3955,1.4371"/><line class="b" x1="22.7" y1="35.034" x2="25.3" y2="37.634"/><line class="b" x1="25.3" y1="35.034" x2="22.7" y2="37.634"/><path class="b" d="M9.8044,35.364c0-1.1756,1.0413-2.1024,2.2321-1.8684.781.1535,1.4048.8443,1.4825,1.6539.0578.6022-.1285,1.1963-.5352,1.5613-.7534.6762-3.1794,2.4986-3.1794,2.4986h3.725"/><circle class="c" cx="36.333" cy="25.987" r=".75"/><circle class="c" cx="36.333" cy="22.013" r=".75"/><line class="b" x1="34.583" y1="24" x2="38.083" y2="24"/><circle class="c" cx="24" cy="26.917" r=".75"/><path class="b" d="M22.475,22.65c0-.447.1707-.8516.4467-1.1445.276-.2929.6572-.4741,1.0783-.4741.8422,0,1.525.7247,1.525,1.6186,0,.447-.1422.8853-.4467,1.1445-.3156.2687-1.0838.7089-1.0811,1.3937l.0028.2207"/><line class="b" x1="10.167" y1="24" x2="13.167" y2="24"/><circle class="b" cx="36.332" cy="10.654" r="1.863"/><path class="b" d="M34.638,13.84c.3104.4157.7834.7013,1.5672.7013h.1308c1.0287,0,1.8651-.8527,1.8626-1.9047l-.0046-1.9406"/><line class="b" x1="22.625" y1="11.667" x2="25.375" y2="11.667"/><line class="b" x1="24" y1="10.292" x2="24" y2="13.042"/><path class="b" d="M12.821,14.541l-.0003-5.75-3.0176,3.8623h3.725"/></svg>
Copied!