One Ui Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The One Ui Icon Pack 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/330618.svg" alt="One Ui Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330618.svg" alt="One Ui Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330618.svg" alt="One Ui Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-one-ui-icon-pack {
background-image: url('https://proicons.com/icon/330618.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><line class="b" x1="37.6523" y1="20" x2="37.6523" y2="28"/><path class="b" d="M21.8841,28v-3.3c0-1.1046-.8954-2-2-2h0c-1.1046,0-2,.8954-2,2"/><line class="b" x1="17.8841" y1="28" x2="17.8841" y2="22.7"/><path class="b" d="M30.2083,20v5.35c0,1.4636,1.1864,2.65,2.65,2.65s2.65-1.1864,2.65-2.65v-5.35"/><path class="b" d="M27.8069,26.9907c-.3445.6029-.9937,1.0093-1.7378,1.0093h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2h0c1.1046,0,2,.8954,2,2v.65s-4,0-4,0"/><rect class="b" x="10.3477" y="20" width="5.3" height="8" rx="2.65" ry="2.65"/></svg>
Copied!