Ocrenger Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ocrenger 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/345077.svg" alt="Ocrenger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345077.svg" alt="Ocrenger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345077.svg" alt="Ocrenger icon" :width="24" :height="24" />
CSS background
.icon-ocrenger {
background-image: url('https://proicons.com/icon/345077.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m5.5 29.555h37"/><rect class="d" x="13.5" y="33" width="21" height="9.5"/><rect class="d" x="20.5" y="33" width="7" height="9.5"/><path class="d" d="m16.25 14.352v7.8184l6.4405 3.5984a2.6847 2.6847 180 0 0 2.6189 0l12.881-7.1969a2.5563 2.5563 120.4 0 0 1.3095-2.2316v-4.8184a0.88017 0.88017 30.404 0 0-1.3095-0.76837l-12.881 7.1969a2.6847 2.6847 180 0 1-2.6189 1e-6z"/><path class="d" d="m12.375 20.005v-7.8184l-2.5655-1.4334a0.88017 0.88017 149.6 0 0-1.3095 0.76837v4.8184a2.5563 2.5563 59.596 0 0 1.3095 2.2316z"/><path class="d" d="m14.121 20.981v-7.8184"/></svg>
Copied!