Oney Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oney 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/345202.svg" alt="Oney icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345202.svg" alt="Oney icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345202.svg" alt="Oney icon" :width="24" :height="24" />
CSS background
.icon-oney {
background-image: url('https://proicons.com/icon/345202.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="d" class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="e" d="M37,24.8885v3.2974c0,1.349-1.0935,2.4425-2.4425,2.4425h0c-.6745,0-1.2851-.2734-1.7271-.7153"/><path class="e" d="M37,20.8584v4.0301c0,1.349-1.0935,2.4425-2.4425,2.4425h0c-1.349,0-2.4425-1.0935-2.4425-2.4425v-4.0301"/><path class="e" d="M18.1514,27.331v-4.0301c0-1.349,1.0935-2.4425,2.4425-2.4425h0c1.349,0,2.4425,1.0935,2.4425,2.4425v4.0301"/><path class="e" d="M29.746,26.0984c-.4207.7363-1.2135,1.2326-2.1222,1.2326h0c-1.349,0-2.4425-1.0935-2.4425-2.4425v-1.5876c0-1.349,1.0935-2.4425,2.4425-2.4425h0c1.349,0,2.4425,1.0935,2.4425,2.4425v.7938s-4.885,0-4.885,0"/><path class="e" d="M11,23.3009c0-1.349,1.0935-2.4425,2.4425-2.4425s2.4425,1.0935,2.4425,2.4425v1.5876c0,1.349-1.0935,2.4425-2.4425,2.4425s-2.4425-1.0935-2.4425-2.4425v-1.5876Z"/></svg>
Copied!