Snmri Easy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Snmri 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/333012.svg" alt="Snmri Easy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333012.svg" alt="Snmri Easy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333012.svg" alt="Snmri Easy icon" :width="24" :height="24" />
CSS background
.icon-snmri-easy {
background-image: url('https://proicons.com/icon/333012.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:#000;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-4"/><path class="f" d="M32.558,32.2499v-3.2975M34.751,25.655l-2.193,3.2975-2.193-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.7226M16.5592,32.2499h-3.3102v-6.595h3.3102M13.249,28.9524h2.1582M18.2371,32.2499l2.193-6.595,2.193,6.595M21.8967,30.0653h-2.9331"/><path class="f" d="M37.5769,15.7501v6.595M16.6525,22.3377v-6.5877l3.3102,6.595,3.3102-6.5849v6.5849M31.3466,22.3451v-6.595h2.1674c1.2253,0,2.2186.9916,2.2186,2.2149s-.9933,2.2149-2.2186,2.2149h-2.1674M33.514,20.1798l2.1672,2.1636M25.1162,22.3451v-6.595l4.386,6.595v-6.595M10.5542,21.6225c.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.7226"/></svg>
Copied!