Easy Math Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Easy 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/339456.svg" alt="Easy Math icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339456.svg" alt="Easy Math icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339456.svg" alt="Easy Math icon" :width="24" :height="24" />
CSS background
.icon-easy-math {
background-image: url('https://proicons.com/icon/339456.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>.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="o" d="M34.97100129,21.29299734l-9.09100151,11.74200058"/><path id="f" class="o" d="M34.97100129,33.03499792l-9.09100151-11.74200058"/><path id="g" class="o" d="M11.33400025,20.73399733c.44299984.37999916.92199993.55400085,1.99600029.55400085h.25c.88599968,0,1.60400009-.73500061,1.60400009-1.64100075h0c0-.90699959-.71800041-1.6420002-1.60400009-1.6420002"/><path id="h" class="o" d="M11.33400025,15.26999853c.44400024-.38000011.92199993-.55200005,1.99699974-.54899979l.25.00199986c.88500023,0,1.60299969.73400021,1.60299969,1.64099979h0c0,.90699959-.71800041,1.64100075-1.60400009,1.64100075"/><path id="i" class="o" d="M12.34700074,18.00499724h1.2329998"/><path id="j" class="o" d="M13.84200063,25.89199827l4.65299892,7.62600136,2.00300026-18.53700066h15.61400032"/><path id="k" class="o" d="M4.50000062,16.98199843v-4.37800026c0-.88399982.71099997-1.59599972,1.59500027-1.59599972h5.32400036"/><path id="l" class="o" d="M11.41900029,36.99199865h-5.32399988c-.87923574.00165939-1.5933423-.70975494-1.59500217-1.58899307-.00000429-.00233459-.00000334-.004673.00000238-.0070076v-4.37599945"/><path id="m" class="o" d="M43.50000062,31.01999853v4.37599945c0,.88399887-.71099854,1.59600067-1.59500122,1.59600067h-5.32400131"/><path id="n" class="o" d="M36.5810019,11.00799845h5.32400131c.88399887,0,1.59500122.71199989,1.59500122,1.59599972v4.37800026"/></svg>
Copied!