Ubch Easy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ubch 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/348993.svg" alt="Ubch Easy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348993.svg" alt="Ubch Easy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348993.svg" alt="Ubch Easy icon" :width="24" :height="24" />
CSS background
.icon-ubch-easy {
background-image: url('https://proicons.com/icon/348993.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-4"/><path class="f" d="M34.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.6515-.7366,1.6515-1.6452v-.0071c0-.9086-.7394-1.6452-1.6515-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.595M31.1528,15.7506v6.5939M35.4686,15.7506v6.5939M31.1528,19.0352h4.3158M29.236,20.1333v.027c0,1.2063-.9661,2.1842-2.1579,2.1842h0c-1.1918,0-2.1579-.9779-2.1579-2.1842v-2.2255c0-1.2063.9661-2.1842,2.1579-2.1842h0c1.1918,0,2.1579.9779,2.1579,2.1842v.027M12.5344,15.7506v4.4097c0,1.2063.9661,2.1842,2.1579,2.1842s2.1579-.9779,2.1579-2.1842v-4.4097M21.5336,19.0476c.8994,0,1.6286.7381,1.6286,1.6485s-.7292,1.6485-1.6286,1.6485h-2.6872v-6.5939h2.6872c.8994,0,1.6286.7381,1.6286,1.6485s-.7292,1.6485-1.6286,1.6485ZM21.5336,19.0476h-2.6872"/></svg>
Copied!