Math Ai Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Math Ai 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/343480.svg" alt="Math Ai icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343480.svg" alt="Math Ai icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343480.svg" alt="Math Ai icon" :width="24" :height="24" />
CSS background
.icon-math-ai {
background-image: url('https://proicons.com/icon/343480.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M42.5,20c0,2.216-1.784,4-4,4h-10.5c-2.216,0-4,1.784-4,4v10.5c0,2.216-1.784,4-4,4"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="c" cx="37.473" cy="29.5" r=".75"/><line class="b" x1="37.473" y1="31.95" x2="37.473" y2="37.25"/><line class="b" x1="33.249" y1="34.6" x2="29.705" y2="34.6"/><path class="b" d="M28.827,37.25l2.65-8,2.65,8"/><circle class="c" cx="14.75" cy="37.888" r=".75"/><circle class="c" cx="14.75" cy="28.612" r=".75"/><line class="b" x1="10" y1="33.25" x2="19.5" y2="33.25"/><line class="b" x1="29.55" y1="11.05" x2="36.95" y2="18.45"/><line class="b" x1="36.95" y1="11.05" x2="29.55" y2="18.45"/><line class="b" x1="10.875" y1="14.75" x2="18.625" y2="14.75"/><line class="b" x1="14.75" y1="10.875" x2="14.75" y2="18.625"/></svg>
Copied!