Oxypie Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oxypie 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/330876.svg" alt="Oxypie Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330876.svg" alt="Oxypie Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330876.svg" alt="Oxypie Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-oxypie-icon-pack {
background-image: url('https://proicons.com/icon/330876.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;}.c{fill:#000;stroke-width:0px;}</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"/><path class="b" d="M26.6684,26.553v-7.1039h2.3257c1.3148,0,2.3807,1.0682,2.3807,2.3858s-1.0659,2.3858-2.3807,2.3858h-2.3257"/><path class="b" d="M24.7703,24.777v2.3976c0,.9808-.7951,1.776-1.776,1.776h0c-.4904,0-.9344-.1988-1.2558-.5201"/><path class="b" d="M24.7703,21.8466v2.9304c0,.9808-.7951,1.776-1.776,1.776h0c-.9808,0-1.776-.7951-1.776-1.776v-2.9304"/><line class="b" x1="19.4424" y1="21.8466" x2="15.8904" y2="26.553"/><line class="b" x1="19.4424" y1="26.553" x2="15.8904" y2="21.8466"/><circle class="c" cx="33.2177" cy="19.6711" r=".75"/><line class="b" x1="33.2177" y1="21.8466" x2="33.2177" y2="26.553"/><path class="b" d="M38.2671,25.6567c-.3059.5354-.8824.8962-1.5431.8962h0c-.9808,0-1.776-.7951-1.776-1.776v-1.1544c0-.9808.7951-1.776,1.776-1.776h0c.9808,0,1.776.7951,1.776,1.776v.5772s-3.552,0-3.552,0"/><rect class="b" x="9.5" y="19.4491" width="4.7063" height="7.1039" rx="2.3532" ry="2.3532"/></svg>
Copied!