Mth Easy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mth Easy 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/344196.svg" alt="Mth Easy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344196.svg" alt="Mth Easy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344196.svg" alt="Mth Easy icon" :width="24" :height="24" />
CSS background
.icon-mth-easy {
background-image: url('https://proicons.com/icon/344196.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4M29.0846,15.7624v6.595M33.4621,15.7624v6.595M29.0846,19.0475h4.3775"/><path class="f" d="M14.5379,22.3377v-6.5878l3.3038,6.595,3.3038-6.585v6.585M22.9263,15.75h4.3775M25.115,22.345v-6.595M34.751,25.655l-2.193,3.2975-2.193-3.2975M32.558,32.2499v-3.2975M24.4321,31.5273c.406.5265.915.7226,1.6233.7226h.9801c.9121,0,1.6516-.7366,1.6516-1.6452v-.0071c0-.9086-.7394-1.6452-1.6516-1.6452h-1.0812c-.9131,0-1.6533-.7374-1.6533-1.647h0c0-.9116.7418-1.6505,1.6569-1.6505h.9748c.7082,0,1.2173.1961,1.6233.7226M13.249,28.9524h2.1582M16.5592,32.2499h-3.3102v-6.595h3.3102M21.8967,30.0653h-2.9331M18.2371,32.2499l2.193-6.595,2.193,6.595"/></svg>
Copied!