Mental Math Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mental 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/343632.svg" alt="Mental Math icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343632.svg" alt="Mental Math icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343632.svg" alt="Mental Math icon" :width="24" :height="24" />
CSS background
.icon-mental-math {
background-image: url('https://proicons.com/icon/343632.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M5.5,14.7753h16.9982M13.9991,6.2762v16.9982"/><path class="c" d="M7.9877,27.9341l12.0196,12.0196M20.0073,27.9341l-12.0196,12.0196"/><path class="c" d="M26.8394,14.7753h15.6606"/><circle class="c" cx="34.4987" cy="40.698" r="1.0258"/><circle class="c" cx="34.4987" cy="27.2668" r="1.0258"/><path class="c" d="M27.752,34.1406h13.6833"/></svg>
Copied!