Ubox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ubox 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/334443.svg" alt="Ubox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334443.svg" alt="Ubox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334443.svg" alt="Ubox icon" :width="24" :height="24" />
CSS background
.icon-ubox {
background-image: url('https://proicons.com/icon/334443.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="M42.6193,13.2505c5.3059,9.1897,3.1136,20.8761-5.1622,27.518-8.2756,6.6421-20.1595,6.2531-27.983-.916C1.6508,32.6836.2275,20.8793,6.1227,12.0564,12.018,3.2335,23.4686.031,33.0857,4.5155"/><line class="f" x1="39.7443" y1="21.4705" x2="32.1793" y2="31.7845"/><line class="f" x1="39.7443" y1="31.7845" x2="32.1793" y2="21.4705"/><path class="f" d="M25.2289,21.4705h0c2.0891,0,3.7826,1.7424,3.7826,3.8918v2.5294c0,2.1494-1.6935,3.8918-3.7826,3.8918h0c-2.0891,0-3.7826-1.7424-3.7826-3.8918v-2.5294c0-2.1494,1.6935-3.8918,3.7826-3.8918Z"/><path class="f" d="M14.4953,24.0005c2.0891,0,3.7826,1.7424,3.7826,3.8918s-1.6935,3.8918-3.7826,3.8918h-6.2413v-15.567h6.2413c2.0891,0,3.7826,1.7424,3.7826,3.8918s-1.6935,3.8918-3.7826,3.8918v-.0002Z"/><line class="f" x1="14.4953" y1="24.0005" x2="8.2617" y2="24.0005"/></svg>
Copied!