Mathtricks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mathtricks 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/328926.svg" alt="Mathtricks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328926.svg" alt="Mathtricks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328926.svg" alt="Mathtricks icon" :width="24" :height="24" />
CSS background
.icon-mathtricks {
background-image: url('https://proicons.com/icon/328926.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"/><line class="b" x1="29.2" y1="17.6" x2="33.2" y2="17.6"/><line class="b" x1="29.2" y1="10.8" x2="31.2" y2="9.7"/><line class="b" x1="31.2" y1="9.7" x2="31.2" y2="17.6"/><path class="b" d="M15.7,16.9c.7.5,1.5.8,2.4.7h.3c1.4,0,2.6-1.2,2.6-2.6-.1-1.4-1.2-2.5-2.6-2.6h-2.7v-2.7h5.3"/><line class="b" x1="35.7" y1="17.6" x2="39.7" y2="17.6"/><line class="b" x1="35.7" y1="10.8" x2="37.7" y2="9.7"/><line class="b" x1="37.7" y1="9.7" x2="37.7" y2="17.6"/><line class="b" x1="23.6" y1="12.6" x2="26.6" y2="15.7"/><line class="b" x1="26.6" y1="12.7" x2="23.5" y2="15.7"/><path class="b" d="M24.2,33.6c1.1,0,2-.9,2-2s-.9-2-2-2h-1.3c-1.1,0-2,.9-2,2s.9,2,2,2c-1.1,0-2,.9-2,2s.9,2,2,2h1.3c1.1,0,2-.9,2-2s-.9-2-2-2"/><path class="b" d="M28.5,38c.7.6,1.5.8,2.4.7h.3c1.4,0,2.6-1.2,2.6-2.6s-1.2-2.6-2.6-2.6h-2.7v-2.8h5.3"/><circle class="c" cx="36.7" cy="38.7" r=".8"/><line class="b" x1="36.7" y1="29.8" x2="36.7" y2="36.2"/><line class="b" x1="20.8" y1="22.1" x2="27.2" y2="22.1"/><line class="b" x1="20.8" y1="25.9" x2="27.2" y2="25.9"/><line class="b" x1="22.9" y1="33.6" x2="24.2" y2="33.6"/><path class="b" d="M11.6,13.7c1.1,0,2-.9,2-2s-.9-2-2-2"/><path class="b" d="M11.6,17.6c1.1,0,2-.9,2-2s-.9-2-2-2"/><path class="b" d="M8.3,17c.7.5,1.6.8,2.5.7h.8"/><path class="b" d="M8.3,10.4c.7-.6,1.6-.8,2.5-.7h.8"/><line class="b" x1="9.6" y1="13.7" x2="11.6" y2="13.7"/><path class="b" d="M16.5,34.6c1.1,0,2-.9,2-2s-.9-2-2-2"/><path class="b" d="M16.5,38.6c1.1,0,2-.9,2-2s-.9-2-2-2"/><path class="b" d="M13.2,37.9c.7.5,1.6.8,2.5.7h.8"/><path class="b" d="M13.2,31.3c.7-.5,1.6-.8,2.5-.7h.8"/><line class="b" x1="14.5" y1="34.6" x2="16.5" y2="34.6"/></svg>
Copied!